SalesforceSeptember 2, 20267 min read

Agentforce Specialist Exam Questions: The 35% That Decides Your Result

Sixty questions, 105 minutes, 73% to pass - the highest pass mark on the mainstream Salesforce track. AI Agents alone is 35% of the paper, so here is what those 19 questions actually test.

  • 60 (5 unscored)Questions
  • 105 minTime
  • $200 ($100 retake)Cost
  • Maintained by release examsValid
Salesforce Certified Agentforce Specialist exam question breakdown and practice drills

The Salesforce Certified Agentforce Specialist paper is 60 (5 unscored) questions in 105 minutes and costs $200 ($100 retake). 73% of 55 scored questions means you can afford roughly 15 wrong answers. Lose AI Agents badly and no amount of Data Cloud knowledge saves the result.

What follows is the question split by domain, then five practice questions written to Salesforce’s published objectives, each with the reasoning for the right answer and for every wrong one. These are original practice items, not real exam content – the point is to show you how the questions are shaped and where the traps sit.

How the 60 (5 unscored) questions split

Salesforce publishes percentage weights for this exam, which means you can convert them into the number of questions you will actually face. On a 60-question paper the split looks like this.

DomainWeightQuestions
AI Agents35%~19
Prompt Engineering20%~11
Data Cloud for Agentforce20%~11
Development Lifecycle20%~11
Multi-Agent Interoperability5%~3

Read this as a revision budget. The domains at the top of the table are where marks are won and lost. Time spent on the bottom rows has a much lower ceiling.

Five practice questions

Answer each one before reading the key underneath it.

Question 1 · AI Agents

An admin needs an agent to answer only from the company's approved knowledge articles and refuse anything outside them. Which configuration achieves this?

  • A Raise the agent's confidence threshold to its maximum
  • B Scope the agent's topics and attach only the knowledge-grounded actions the topic permits
  • C Add a system message telling the model not to answer other questions
  • D Disable the agent's logging so unapproved answers are not recorded

Answer: B

Agentforce controls behaviour through topics and the actions attached to them. An agent can only do what its topics scope and its actions allow, which is the enforceable boundary rather than an instruction it may ignore.

Why the others fail

A There is no single confidence dial that restricts subject matter, and confidence would not distinguish approved from unapproved sources.

C A natural-language instruction is guidance, not a control. It reduces but does not prevent out-of-scope answers.

D Turning off logging hides the problem and destroys the audit trail. It changes nothing about what the agent says.

Question 2 · Prompt Engineering

A prompt template must include the related account's industry and the contact's last three cases. What is the correct way to supply that data?

  • A Paste the values into the template as static text and update it nightly
  • B Use merge fields and a related-list grounding source in the prompt template
  • C Ask the user to type the values into the chat before the prompt runs
  • D Store the values in a custom setting the model reads at runtime

Answer: B

Prompt templates ground on record data through merge fields and related lists, so the correct values are resolved for whichever record the prompt runs against.

Why the others fail

A Static text is the same for every record, which defeats the purpose of per-record grounding.

C Making the user retype data that Salesforce already holds is both error-prone and unnecessary.

D Custom settings hold configuration, not per-record relationship data, and the model does not read them directly.

Question 3 · Data Cloud for Agentforce

Customer records arrive from a web store and a support system, with the same person represented differently in each. What must be configured before an agent can answer with one view of that customer?

  • A Identity resolution rulesets that match and unify the profiles
  • B A sharing rule granting the agent access to both objects
  • C A flow that deletes the duplicate record on save
  • D A validation rule requiring a single email per account

Answer: A

Data Cloud unifies fragmented profiles through identity resolution rulesets, which apply match and reconciliation rules to produce a unified profile the agent can ground on.

Why the others fail

B Sharing controls who may see a record. It does not merge two representations of the same person.

C Deleting one source record loses data and does not create a unified view across systems.

D A validation rule constrains new input on one object; it cannot reconcile records that already exist in two systems.

Question 4 · Development Lifecycle

Before releasing an agent to production, the team wants evidence that it handles a set of representative utterances correctly. What is the intended tool?

  • A Run the agent in production with a small pilot group and read the transcripts
  • B Use the Agentforce testing capability to run a defined set of utterances and review the results
  • C Export the prompt templates and review them in a spreadsheet
  • D Enable debug logs and inspect them after each manual chat

Answer: B

Agentforce provides a testing capability specifically for running a defined utterance set against the agent and reviewing how it planned and responded, which is repeatable evidence before release.

Why the others fail

A Piloting in production exposes real customers to an untested agent, and transcript reading is neither systematic nor repeatable.

C Reviewing template text checks the instructions, not the agent's actual behaviour.

D Debug logs help diagnose one conversation. They are not a test suite.

Question 5 · Multi-Agent Interoperability

Only 5% of the paper covers interoperability. Which statement best describes why an organisation would connect an Agentforce agent to an external agent rather than build the capability itself?

  • A External agents are always cheaper than building actions in Salesforce
  • B The capability and its data live in another system, and interoperability lets the Salesforce agent delegate to it rather than duplicate it
  • C Salesforce agents cannot call external systems at all
  • D It removes the need for authentication between the systems

Answer: B

Delegation exists so an agent can hand work to whichever system already owns that capability and its data, instead of copying the data and the logic into Salesforce.

Why the others fail

A Cost depends entirely on the case. Nothing makes external agents universally cheaper.

C Salesforce agents can call external systems through actions and integrations, so this is simply false.

D Crossing a system boundary increases authentication requirements rather than removing them.

What catches people out

  • 73% is the highest pass mark of the mainstream Salesforce credentials. On 55 scored questions that is roughly 40 correct - budget fewer than 15 mistakes.
  • Topics and actions are the exam's spine. If you cannot explain what a topic scopes and what an action does, the 21 AI Agents questions will go badly.
  • Data Cloud is a fifth of the paper even though many candidates never touch it day to day. Identity resolution and data streams are the recurring themes.
  • Up to five questions are unscored and randomly mixed in. A question that feels strange may simply not count - do not let it rattle you.

What it really costs to pass

The sticker price is $200 ($100 retake), but that is the cost of passing first time. The number worth budgeting is different.

  • First attempt: $200.
  • Resit: $100, so a fail and a pass costs you both fees.
  • Maintenance: Salesforce keeps this credential current through release exams rather than a fixed expiry, so the ongoing cost is your time each release rather than another registration fee.
  • Your time: 105 minutes in the chair, and realistically several weeks of preparation before it. That is the largest cost on this list and the only one you cannot pay to avoid.

The margin you are playing with. A 73% pass mark on 55 scored questions means about 40 correct answers, so you can afford in the region of 15 mistakes. Going in at exactly that level is how people fail on a bad day.

Who should sit it: there are no formal prerequisites. Going in well under that bar is usually how people end up paying the fee twice.

How to prepare

A workable sequence for this exam, assuming you already work near the material:

  1. Read the official guide first. Everything on this page is secondary to what Salesforce publishes at the link in the sidebar, and guides get revised.
  2. Work the heaviest domain until you can teach it. Use the table above to decide which one that is.
  3. Practise under the clock. 105 minutes for 60 (5 unscored) questions is roughly 105 seconds each. Knowing the material and being able to apply it at that pace are different skills.
  4. Review every wrong answer to the level of the distractor. Being able to say why the other three options fail is what turns a 60% into a pass.

Frequently asked questions

What is the passing score for the Agentforce Specialist exam?

73%, which is higher than most Salesforce credentials. With 60 questions of which five are unscored, that means roughly 40 of 55 scored questions correct.

How long is the Agentforce Specialist exam?

105 minutes for 60 multiple-choice and multiple-select questions, which is about 105 seconds per question.

Are there prerequisites for the Agentforce Specialist certification?

No. Salesforce lists no prerequisites, though the exam assumes working familiarity with Salesforce administration and with Data Cloud concepts.

What does the Agentforce Specialist exam cost?

$200 to sit, with retakes at $100.

Sources

Every figure on this page comes from the certifying body rather than a third-party summary:

Checked September 2, 2026. Formats and fees change – confirm against Salesforce before you pay for anything.