View Full Salesforce ADM-201 Exam Dumps and Practice Test Dumps.
Q241. An administrator wants to determine which page layout a Sales user receives when creating an Account with the Partner Account record type. Which configuration should be reviewed?
- Organization-wide defaults
2. Role hierarchy
3. Page Layout Assignment by profile and record type
4. Account sharing rules
Correct Answer: 3. Page Layout Assignment by profile and record type
Explanation: Salesforce page layouts can be assigned according to the combination of a user’s profile and the record type selected for the record. Therefore, when troubleshooting which layout a Sales user receives for a Partner Account, the administrator should review the Page Layout Assignment matrix. Organization-wide defaults and sharing rules control record-level access, while the role hierarchy affects visibility to records owned by other users. None of those determine which fields, buttons, related lists, and sections appear on a specific record layout. Administrators should also consider Lightning record-page configuration when troubleshooting the complete Lightning user experience.
Q242. A company wants the Notes tab available in a Lightning app, but only users with appropriate object permissions should be able to access the underlying records. What should the administrator remember?
- Adding an item to app navigation does not override the user’s underlying permissions
2. App navigation automatically grants Modify All access
3. Adding a tab changes organization-wide defaults
4. Navigation items replace profiles
Correct Answer: 1. Adding an item to app navigation does not override the user’s underlying permissions
Explanation: Adding an object or feature to a Lightning app’s navigation improves discoverability but does not itself grant data access. Users still need the necessary object permissions, field-level security, and record-level access. This distinction is important because interface configuration and security are separate layers in Salesforce. A user might see a navigation item but receive limited or no data if the required permissions are missing. Likewise, removing an item from navigation does not necessarily secure the underlying object. Administrators should use profiles and permission sets for access and app configuration for the intended user experience.
Q243. An organization wants a custom object’s records numbered automatically as SR-00001, SR-00002, and so on, without users entering the value. Which field should be configured?
- Formula
2. Text
3. External ID
4. Auto Number
Correct Answer: 4. Auto Number
Explanation: An Auto Number field generates sequential identifiers automatically according to a format specified by the administrator. A format such as SR-{00000} can create values like SR-00001 and SR-00002, providing consistent record identifiers without manual entry. Formula fields derive results from other data rather than maintaining a sequence, while normal Text fields require input or separate automation. External IDs are designed primarily for matching Salesforce records with identifiers maintained by outside systems. Auto Number is therefore the most direct declarative solution when Salesforce itself should generate a unique sequential business reference.
Q244. An administrator wants to prevent users from selecting a Contact in a lookup unless that Contact belongs to the same Account referenced on the current custom record. Which feature is BEST?
- Sharing Rule
2. Lookup Filter using related-field criteria
3. Dashboard Filter
4. Compact Layout
Correct Answer: 2. Lookup Filter using related-field criteria
Explanation: Lookup Filters can restrict which records appear as valid choices based on fields from the current record and related records. The administrator can configure a Contact lookup so eligible Contacts must have an Account matching the Account selected on the custom record. This guides users toward valid relationships before the record is saved and improves data quality. A Validation Rule might detect an invalid relationship afterward, but a Lookup Filter provides a more helpful selection experience. Sharing Rules control record access, Dashboard Filters affect analytics, and Compact Layouts control highlighted record information.
Q245. A company wants different Lead Status values for two distinct lead-management processes. Which combination should the administrator use?
- Lead Processes with Record Types
2. Opportunity Sales Processes only
3. Case Support Processes
4. Campaign Member Statuses
Correct Answer: 4. Lead Processes with Record Types
Explanation: Lead Processes control which Lead Status values are available for a particular process. Record Types can associate different Lead Processes, page layouts, and picklist value sets with different groups of users. This makes the combination appropriate when two business units manage Leads through different lifecycle statuses while continuing to use the standard Lead object. Sales Processes apply to Opportunity Stage values, Support Processes apply to Case Status values, and Campaign Member Statuses track responses to marketing campaigns. Administrators should use the correct business-process feature for each standard Salesforce object.
Q246. A sales organization wants users to identify the primary campaign that directly generated an Opportunity. Which standard Opportunity relationship should they maintain?
- Parent Account
2. Primary Campaign Source
3. Case Contact
4. Asset Owner
Correct Answer: 2. Primary Campaign Source
Explanation: The Primary Campaign Source on an Opportunity identifies the Campaign most directly associated with generating that Opportunity. This provides a straightforward link between a sales opportunity and a marketing effort and can contribute to campaign reporting and attribution. It differs from broader Campaign Influence functionality, which can associate multiple campaigns with an Opportunity. Parent Account, Case Contact, and Asset ownership relationships address different parts of Salesforce. Administrators should ensure marketing and sales users consistently maintain campaign relationships if the organization relies on Salesforce reporting to evaluate which marketing activities contribute to pipeline creation.
Q247. A company has several sales representatives working on one Opportunity and wants each person’s responsibility documented without transferring ownership of the Opportunity. Which feature should be used?
- Opportunity Team
2. Lead Queue
3. Case Team
4. Public Group
Correct Answer: 1. Opportunity Team
Explanation: Opportunity Teams allow multiple Salesforce users to collaborate on a specific Opportunity while retaining a single Opportunity owner. Team members can be assigned team roles and appropriate access according to configuration. This is useful for deals involving account executives, solution engineers, specialists, or managers. A Lead Queue provides shared Lead ownership, while Case Teams support service collaboration. Public Groups are often used as sharing targets but do not document each person’s role on an Opportunity. Opportunity Teams therefore provide the most direct way to represent internal sales collaboration around an individual deal.
Q248. A support manager wants customer Cases grouped according to the service channel from which they originated, such as Phone, Email, and Web. Which standard field is designed for this purpose?
- Case Reason
2. Type
3. Case Origin
4. Priority
Correct Answer: 3. Case Origin
Explanation: Case Origin records the channel through which a Case was received, such as Phone, Email, or Web, making it useful for reporting on customer contact channels and routing service work. Case Reason generally identifies why the customer contacted support, while Priority indicates urgency. Type can be customized for other classifications depending on the organization’s service model. Accurate Case Origin values can support assignment rules, reports, dashboards, and channel analysis. Administrators should configure service fields consistently so users and automation interpret each classification the same way.
Q249. A support manager wants to identify Cases that were reopened after previously being resolved. The organization needs this information consistently for reporting. What is the BEST general approach?
- Ask agents to mention “reopened” in Chatter
2. Maintain a dedicated field through automation when the Case transitions from closed to open
3. Create a new Salesforce user for reopened Cases
4. Change the Case record type every day
Correct Answer: 2. Maintain a dedicated field through automation when the Case transitions from closed to open
Explanation: When a business metric must be reported consistently, the information should be represented as structured data rather than relying on free-form user comments. An administrator can use automation to detect when a Case moves from a closed state back to an open status and update a checkbox, counter, or other appropriate field. This gives reports and dashboards a reliable basis for reopened-Case metrics. Chatter posts are difficult to analyze consistently, while changing users or record types does not accurately represent a reopening event. The exact field design should reflect whether the business needs a simple indicator or a count.
Q250. A sales manager wants an email notification whenever an Opportunity’s Close Date is changed after it has reached the Negotiation stage. Which declarative automation should the administrator consider?
- Sharing Rule
2. Record Type
3. Public Group
4. Record-triggered Flow with change-detection logic**
Correct Answer: 4. Record-triggered Flow with change-detection logic
Explanation: A record-triggered Flow can evaluate both record criteria and whether a specific field changed. The administrator can configure the Flow to act when the Opportunity is in Negotiation and its Close Date changes, then send the appropriate notification. This is more precise than running automation on every Opportunity update. Sharing Rules manage record access, Record Types support business-process variations, and Public Groups simplify access administration. Flow is Salesforce’s principal declarative automation platform for new automation, and carefully defined entry and change-detection conditions help prevent unnecessary executions or duplicate notifications.
Q251. A Salesforce administrator is preparing a large data cleanup. Before deleting thousands of obsolete records, what is the BEST risk-reduction step?
- Export or otherwise back up the records that may need to be recovered
2. Disable all validation rules permanently
3. Remove every record owner
4. Make all objects Public Read/Write
Correct Answer: 1. Export or otherwise back up the records that may need to be recovered
Explanation: Bulk deletion can have significant business consequences, so administrators should preserve recoverable data before performing destructive operations. Exporting the affected records provides a reference or potential restoration source if records are deleted incorrectly. Administrators should also verify selection criteria, relationships, dependencies, and retention requirements before proceeding. Permanently disabling validation rules or weakening sharing settings does not reduce deletion risk and can create new problems. Although Salesforce may provide Recycle Bin recovery for some deletions, administrators should not rely on it as the only protection for an important large-scale cleanup operation.
Q252. An organization wants to know how many Contacts are associated with each Account, but it wants to use standard Account-Contact relationships rather than creating a new master-detail relationship. Which solution should the administrator evaluate?
- Auto Number field
2. Reporting or declarative automation appropriate to the standard relationship
3. Campaign Member Status
4. Login History
Correct Answer: 3. Reporting or declarative automation appropriate to the standard relationship
Explanation: Standard Account and Contact relationships are not a custom master-detail relationship on which an administrator simply creates a new roll-up summary field. If the organization needs a persistent Contact count, the administrator should evaluate supported standard functionality or declarative automation; if the count is required only analytically, a report may be sufficient. Auto Number fields generate identifiers, Campaign Member Status tracks marketing participation, and Login History tracks authentication. Administrators should avoid redesigning a standard relationship solely to reproduce a roll-up pattern when reporting or automation can meet the business requirement more appropriately.
Q253. A report should group customer records into Bronze, Silver, and Gold segments based on Annual Revenue, but the segmentation is needed only in that report. Which feature should be used?
- Bucket Field
2. New Record Type
3. Sharing Rule
4. Custom User Role
Correct Answer: 1. Bucket Field
Explanation: Bucket Fields let report builders group existing field values into categories without creating a permanent field on the underlying Salesforce object. Annual Revenue ranges can therefore be grouped into Bronze, Silver, and Gold specifically for reporting. This is useful for exploratory or report-specific analysis. If the segmentation must drive automation, page behavior, integrations, or other business processes, a stored field may be more appropriate. Record Types affect processes and layouts, Sharing Rules affect visibility, and User Roles participate in record-access hierarchy. Bucket Fields are designed for analytical categorization.
Q254. A manager subscribes to a report but wants notification only when the report meets certain important conditions rather than receiving it regardless of results. Which capability should the administrator evaluate?
- Opportunity Team
2. Record Type
3. Conditional report subscription behavior where supported
4. Account Hierarchy
Correct Answer: 4. Conditional report subscription behavior where supported
Explanation: Salesforce report subscriptions can support condition-based notifications for appropriate report configurations, allowing subscribers to receive notifications when important thresholds or criteria are met rather than simply receiving routine output. This can reduce noise and direct attention to exceptional conditions. Availability and exact behavior depend on report type, Salesforce edition, permissions, and current platform capabilities. Opportunity Teams, Record Types, and Account Hierarchies do not control report delivery. Administrators should ensure source reports, folder access, notification criteria, and user permissions are all configured consistently.
Q255. A Flow retrieves an Account and must copy the Account’s Industry value into a variable for later processing. Which Flow element is designed to set variable values explicitly?
- Loop
2. Assignment
3. Pause
4. Screen only
Correct Answer: 3. Assignment
Explanation: The Assignment element is used to set, update, or manipulate Flow variables and collection values. After retrieving an Account, an administrator can use Assignment to place a field value into another variable for later decisions, calculations, or record updates. Loops iterate through collections, Pause or wait functionality delays processing, and Screens display or collect user information. Although some Flow elements can reference record fields directly without copying values, Assignment is the element specifically designed for variable manipulation. Clear variable names and limited unnecessary assignments help keep Flow logic easy to understand and maintain.
Q256. A record-triggered Flow needs to perform an external or longer-running action after the triggering transaction completes, without delaying the user’s save operation. Which Flow design should the administrator evaluate where supported?
- An asynchronous path
2. A page layout assignment
3. An Account Team
4. A dashboard component
Correct Answer: 2. An asynchronous path
Explanation: An asynchronous path in a record-triggered Flow can execute eligible work after the original record transaction has completed. This can be useful when actions do not need to finish before the user receives confirmation that the record was saved, particularly for certain external or longer-running operations. Administrators should confirm that the required actions are supported in an asynchronous path and understand the implications for transaction timing and error handling. Page layouts, Account Teams, and dashboard components are unrelated to automation execution timing.
Q257. A company has multiple record-triggered Flows on the same object and needs greater control over the sequence in which they execute. Which feature should the administrator consider?
- Flow Trigger Explorer and trigger ordering
2. Campaign Hierarchy
3. Public Calendar
4. Data Import Wizard
Correct Answer: 4. Flow Trigger Explorer and trigger ordering
Explanation: Flow Trigger Explorer helps administrators visualize record-triggered Flows associated with an object and understand when they execute. Where supported, administrators can manage trigger order so related automations run in a predictable sequence. This becomes important as an organization accumulates multiple Flows responding to the same object events. Poorly coordinated automation can create conflicting updates, unexpected outcomes, or unnecessary processing. Campaign Hierarchies, Public Calendars, and Data Import Wizard serve unrelated marketing, productivity, and data-loading purposes. Administrators should also consolidate automation when doing so improves clarity and maintainability.
Q258. An Agentforce agent needs trusted business information to answer questions accurately. What should the administrator focus on when selecting data used to ground the agent?
- Only the largest possible quantity of data
2. Relevant, authorized, accurate, and maintained information sources
3. Data the requesting user is not allowed to access
4. Unreviewed obsolete documents
Correct Answer: 1. Relevant, authorized, accurate, and maintained information sources
Explanation: Grounding quality depends on the relevance and reliability of the information made available to the agent. More data is not automatically better; outdated, inaccurate, or unauthorized sources can reduce answer quality or create security concerns. Administrators should identify trusted information, ensure appropriate access controls, and maintain the content over time. Salesforce security and user permissions remain important when agent responses use enterprise information. Grounding should therefore be treated as a governed data-management task rather than simply connecting every available document or record to an AI agent.
Q259. An Agentforce pilot shows that users frequently ask a legitimate question that the agent’s existing topics do not cover. What is the BEST next administrative action?
- Give the agent System Administrator access
2. Tell users never to ask the question
3. Evaluate the business requirement and add or refine an approved topic and actions if appropriate
4. Remove all existing topics
Correct Answer: 2. Evaluate the business requirement and add or refine an approved topic and actions if appropriate
Explanation: Pilot feedback can reveal valid use cases that were not included in the initial Agentforce design. Administrators should evaluate whether the request fits the agent’s intended business purpose, determine required data and actions, assess security implications, and then add or refine a topic if appropriate. Broadening permissions indiscriminately would create unnecessary risk, while simply telling users not to ask a legitimate question wastes useful feedback. Any new capability should be tested with representative scenarios before broader deployment so the expansion remains controlled and predictable.
Q260. An administrator makes a major change to an Agentforce action that can update Salesforce records. What is the MOST appropriate next step before broad production use?
- Assume the action behaves the same because its name did not change
2. Give it access to additional objects to prevent errors
3. Retest the action, topic behavior, permissions, expected updates, and failure scenarios
4. Disable logging and monitoring
Correct Answer: 3. Retest the action, topic behavior, permissions, expected updates, and failure scenarios
Explanation: Changes to an Agentforce action can alter the records it updates, the inputs it requires, or how the agent uses it. Administrators should therefore retest normal scenarios, incorrect inputs, permission boundaries, topic selection, error handling, and expected record changes before broad release. This is especially important for write actions because failures can modify production data rather than merely produce an imperfect answer. Granting broader access to avoid errors violates least-privilege principles, while disabling monitoring reduces the ability to detect problems. Agent changes should follow disciplined testing and change-management practices.