Salesforce ADM-201 Practice Test Questions and Exam Dumps Part17 Q321-340

View Full Salesforce ADM-201 Exam Dumps and Practice Test Dumps.


Q321. A company wants users in the Finance department to receive additional access to selected financial fields without changing their existing profiles. Which solution should the administrator use?

  1. Create a new role
    2. Assign a permission set with the required field permissions
    3. Change organization-wide defaults
    4. Create a new record type

Correct Answer: 2. Assign a permission set with the required field permissions

Explanation: Permission sets are designed to extend a user’s existing permissions without replacing the user’s profile. An administrator can grant access to specific fields, objects, applications, or system capabilities only to employees who need them. This approach helps avoid creating numerous profiles for small variations in job responsibilities. Roles primarily influence record-level visibility, while organization-wide defaults establish baseline sharing. Record types affect business processes, page layouts, and available picklist values. For additional field access required by a subset of users, a permission set is the most appropriate and maintainable solution.

Q322. An administrator wants to prevent users from logging in outside the corporate office network while using a specific profile. Which setting is MOST appropriate?

  1. Trusted IP ranges only
    2. Organization-Wide Defaults
    3. Session timeout
    4. Profile Login IP Ranges

Correct Answer: 4. Profile Login IP Ranges

Explanation: Login IP Ranges configured on a profile restrict users assigned to that profile so they can authenticate only from specified network addresses. This is stronger than simply defining trusted IP ranges at the organization level, which generally influence login verification rather than acting as the same profile-specific login restriction. Organization-Wide Defaults control record access, while session timeout determines how long an authenticated session remains active. When the requirement is to prevent certain users from signing in outside approved network ranges, profile Login IP Ranges are the most direct configuration.

Q323. A custom object contains a field that should display the number of days remaining until a contract expiration date. The value must recalculate automatically every day. Which field type should be used?

  1. Formula field
    2. Number field
    3. Auto Number field
    4. Roll-Up Summary field

Correct Answer: 1. Formula field

Explanation: A Formula field is appropriate when a value should be calculated dynamically from other fields or functions. The administrator can create a formula using the contract expiration date and the current date to calculate the number of remaining days. Because formula fields are calculated at runtime, the value stays current without requiring manual updates or scheduled automation. A Number field would require users or automation to maintain the value. Auto Number creates sequential identifiers, while a Roll-Up Summary aggregates related detail records. Formula fields are ideal for derived values that should remain synchronized automatically.

Q324. An administrator needs a Lightning record page component to appear only for users assigned to the Sales profile. Which capability should be configured?

  1. Sharing Rule
    2. Record Type
    3. Component visibility criteria in Lightning App Builder
    4. Case Assignment Rule

Correct Answer: 3. Component visibility criteria in Lightning App Builder

Explanation: Lightning App Builder allows administrators to configure component visibility based on supported conditions such as user profile, permissions, record fields, and other context. This makes it possible to display a component only to Sales-profile users without creating an entirely separate Lightning page. Sharing Rules manage record-level access, Record Types support process and layout differences, and Case Assignment Rules route Cases. Component visibility affects presentation, not underlying security, so users must still have appropriate object, field, and record access for the information the component displays.

Q325. A company needs to maintain a consistent list of country values across several custom picklist fields on different objects. Which Salesforce feature should the administrator use?

  1. Global Value Set
    2. Public Group
    3. Role Hierarchy
    4. Queue

Correct Answer: 1. Global Value Set

Explanation: A Global Value Set allows administrators to define one reusable collection of picklist values and apply that same collection to multiple custom picklist fields. This improves consistency because country values can be maintained centrally rather than duplicated across several objects. If a value is changed or added to the global set, the related picklist fields can use the updated standardized list. Public Groups and Queues support access and ownership, while Role Hierarchy affects record visibility. Global Value Sets are particularly useful for enterprise-standard classifications such as countries, regions, product types, or business categories.

Q326. A sales representative wants to create a new Contact from an Account page and automatically associate the Contact with the current Account. Which feature BEST supports this?

  1. Global Action
    2. Dashboard Filter
    3. Lead Queue
    4. Object-specific quick action

Correct Answer: 4. Object-specific quick action

Explanation: An object-specific quick action can create a related record in the context of the record from which it is launched. From an Account, a Create Contact action can automatically pass the current Account relationship to the new Contact, reducing data entry and potential errors. Global actions are useful when no specific parent-record context is needed. Dashboard Filters affect analytics, while Lead Queues support shared Lead ownership. Object-specific actions improve user productivity because they leverage context from the current record and can be placed directly on relevant Lightning pages.

Q327. A salesperson wants Salesforce to keep track of the individual products and quantities included in an Opportunity. Which records should be used?

  1. Campaign Members
    2. Opportunity Products
    3. Case Comments
    4. Account Teams

Correct Answer: 2. Opportunity Products

Explanation: Opportunity Products, also called Opportunity Line Items, represent individual products included in a specific sales Opportunity. They can capture information such as quantity, sales price, and related pricing details. The available products are generally determined by the price book selected for the Opportunity. Campaign Members represent Leads or Contacts associated with marketing campaigns, Case Comments belong to service interactions, and Account Teams represent internal collaborators on customer Accounts. Opportunity Products provide sales teams with more detailed pipeline information than a single Opportunity Amount field and support product-level sales reporting.

Q328. A company wants a Lead converted only after sales representatives confirm that the prospect meets defined qualification criteria. What should the administrator primarily configure to support different Lead lifecycle stages?

  1. Opportunity Forecast Categories
    2. Case Status values
    3. Lead Process and Lead Status values
    4. Campaign Member Status only

Correct Answer: 3. Lead Process and Lead Status values

Explanation: Lead Status represents where a Lead is in the qualification process, and a Lead Process controls which status values are available for users associated with a particular process. This allows organizations to define stages such as New, Working, Qualified, or Disqualified before conversion. Opportunity Forecast Categories apply after a sales opportunity exists, Case Status values apply to service records, and Campaign Member Status describes marketing engagement. Administrators should configure Lead processes so the statuses reflect the organization’s actual qualification workflow and can support reporting and automation around Lead progression.

Q329. A support organization wants Cases that remain unresolved for six business hours to be automatically reassigned to an escalation queue. Which feature should be configured?

  1. Case Assignment Rule
    2. Lead Assignment Rule
    3. Auto-Response Rule
    4. Case Escalation Rule

Correct Answer: 4. Case Escalation Rule

Explanation: Case Escalation Rules are specifically designed to escalate Cases after defined time conditions are met. The rule can consider criteria such as priority, status, and elapsed business time, and can perform actions such as reassigning the Case or sending notifications. Case Assignment Rules usually determine initial ownership, while Auto-Response Rules communicate with customers after Case creation. Lead Assignment Rules apply to sales Leads rather than support Cases. Administrators should also configure Business Hours and Holidays correctly when escalation timing should exclude nights, weekends, or other non-working periods.

Q330. A marketing team wants to compare the number of Campaign Members who responded with the revenue generated from related sales Opportunities. Which Salesforce records should be maintained accurately?

  1. Campaigns, Campaign Members, and related Opportunity attribution data
    2. Only Account Teams
    3. Only Case History
    4. Only User Roles

Correct Answer: 1. Campaigns, Campaign Members, and related Opportunity attribution data

Explanation: Marketing analysis requires accurate Campaign records, Campaign Member participation and response statuses, and appropriate links between marketing activity and sales Opportunities. These relationships allow the organization to evaluate campaign engagement and downstream revenue impact. Account Teams describe internal collaboration, Case History relates to service activity, and User Roles participate in record access. Administrators should ensure marketing and sales users follow consistent Campaign processes because incomplete member statuses or missing Opportunity relationships can significantly reduce the accuracy of campaign effectiveness and return-on-investment reporting.

Q331. A manager wants to classify Opportunities into High, Medium, and Low value ranges in a report without adding a permanent field to the Opportunity object. Which report feature should be used?

  1. Cross Filter
    2. Summary Formula
    3. Bucket Field
    4. Joined Report

Correct Answer: 3. Bucket Field

Explanation: Bucket Fields let report builders group existing values into custom categories without creating a new field on the Salesforce object. Opportunity Amount can therefore be divided into High, Medium, and Low ranges directly within the report. This is useful for report-specific analysis where the classification is not required in automation, integrations, page layouts, or other processes. Summary Formulas perform calculations on summarized values, Cross Filters filter based on related records, and Joined Reports combine multiple report blocks. Bucket Fields are a flexible way to perform ad hoc categorization for reporting purposes.

Q332. A dashboard should show each viewer only the records that viewer is allowed to access. Which dashboard type should the administrator consider?

  1. Dashboard with a highly privileged fixed running user
    2. Dynamic Dashboard
    3. Joined Report
    4. Public List View

Correct Answer: 2. Dynamic Dashboard

Explanation: A Dynamic Dashboard runs according to the security context of the logged-in user. This allows multiple users to use the same dashboard while seeing information based on their own Salesforce record access. A dashboard configured with a fixed running user instead displays data based on that designated user’s access, which may expose more summarized information than intended. Joined Reports combine report blocks, while List Views are operational record lists rather than dashboards. Administrators should understand applicable Dynamic Dashboard limits and ensure dashboard folders and underlying reports are appropriately shared.

Q333. An administrator must identify records that were deleted recently and restore them if possible. Which feature should be checked FIRST?

  1. Recycle Bin
    2. Setup Audit Trail
    3. Schema Builder
    4. Forecasts

Correct Answer: 1. Recycle Bin

Explanation: Salesforce normally places soft-deleted records in the Recycle Bin for a retention period, allowing users or administrators with appropriate access to restore eligible records. This makes the Recycle Bin the natural first place to investigate recently deleted data. Setup Audit Trail records many administrative configuration changes rather than functioning as a record-recovery mechanism. Schema Builder visualizes objects and relationships, while Forecasts support sales planning. Administrators should also understand that records removed using Hard Delete or those beyond the retention period may require recovery from a backup rather than the Recycle Bin.

Q334. An administrator needs to import 500,000 records and perform an upsert using an External ID. Which tool is generally most appropriate?

  1. Data Import Wizard
    2. Schema Builder
    3. Lightning App Builder
    4. Data Loader

Correct Answer: 4. Data Loader

Explanation: Data Loader is appropriate for large-volume and advanced data operations, including insert, update, upsert, delete, and export. An upsert using an External ID allows Salesforce to update existing matching records while inserting unmatched records. This is especially useful for integrations and migrations involving identifiers from external systems. Data Import Wizard is easier for many smaller browser-based imports but is not generally the preferred choice for very large volumes and advanced operations. Schema Builder and Lightning App Builder address metadata and user-interface configuration rather than bulk data loading.

Q335. A Flow should update the triggering record before it is saved and does not need to create any related records. Which Flow configuration is generally most efficient?

  1. Screen Flow
    2. Scheduled Flow
    3. Before-save record-triggered Flow
    4. After-save Flow only

Correct Answer: 3. Before-save record-triggered Flow

Explanation: Before-save record-triggered Flows are optimized for updating fields on the record that triggered the automation. Because the changes are applied before Salesforce commits the record, the Flow does not need a separate database update operation. This can provide efficient same-record automation for calculations, defaults, or field changes. After-save Flows are more appropriate when related records must be created or actions need the saved record. Screen Flows require user interaction, while Scheduled Flows execute according to a schedule. Choosing the correct execution timing improves automation performance and maintainability.

Q336. A Flow must create a related record only after the parent record has been successfully saved. Which Flow timing should the administrator use?

  1. Before-save record-triggered Flow
    2. After-save record-triggered Flow
    3. Formula field
    4. Validation Rule

Correct Answer: 2. After-save record-triggered Flow

Explanation: After-save record-triggered Flows are appropriate when automation needs to perform actions that depend on the record already existing in the database, including creating related records, sending certain notifications, or performing other post-save work. Before-save Flows are optimized for updating fields on the triggering record itself. Formula fields calculate values but cannot create related records, while Validation Rules determine whether data can be saved. Administrators should select Flow timing based on the required action because using an unnecessarily complex post-save process for simple same-record updates can reduce efficiency.

Q337. A company has multiple record-triggered Flows on the Account object and wants to understand their execution order. Which Salesforce tool should the administrator use?

  1. Campaign Hierarchy
    2. Schema Builder
    3. Setup Audit Trail
    4. Flow Trigger Explorer

Correct Answer: 4. Flow Trigger Explorer

Explanation: Flow Trigger Explorer helps administrators view record-triggered Flows associated with an object and understand when they run. It can also support managing execution order in applicable situations, which becomes increasingly important when several Flows respond to the same record event. Without coordinated automation, separate Flows may update the same fields or trigger actions in an unexpected sequence. Campaign Hierarchy organizes marketing records, Schema Builder shows object relationships, and Setup Audit Trail tracks administrative changes. Flow Trigger Explorer is specifically intended to improve visibility into record-triggered automation architecture.

Q338. An Agentforce agent is intended to answer employee questions about travel policies but begins answering unrelated IT support questions. What should the administrator refine FIRST?

  1. Topic scope, instructions, and fallback behavior
    2. Opportunity Stage values
    3. Campaign Influence settings
    4. Account Teams

Correct Answer: 1. Topic scope, instructions, and fallback behavior

Explanation: Agentforce topics define areas of work an agent is intended to handle, while instructions guide how the agent behaves within those topics. If an agent begins responding outside its intended purpose, the administrator should review topic definitions, scope, classification guidance, and fallback or escalation behavior. The agent should clearly distinguish supported travel-policy questions from unsupported IT requests. Salesforce security and action access should also remain appropriately constrained. Opportunity stages, Campaign Influence, and Account Teams do not control conversational scope. Salesforce currently includes Agentforce as 8% of the Platform Administrator exam.

Q339. An Agentforce action can update customer Account records. Which approach BEST follows least-privilege principles?

  1. Give the agent every Account permission to avoid failures
    2. Make all Account records Public Read/Write
    3. Expose only the required action and necessary data permissions for the approved use case
    4. Give every user Modify All Data

Correct Answer: 3. Expose only the required action and necessary data permissions for the approved use case

Explanation: Least privilege means providing only the actions and data access necessary to accomplish an approved business purpose. If an Agentforce agent needs one specific Account update capability, the administrator should not expose unrelated actions or broad permissions merely for convenience. Salesforce object permissions, field-level security, sharing, and agent action configuration should all align with the approved use case. Broad permissions increase the possible impact of mistakes or unexpected requests. Administrators should also test normal, edge-case, and unauthorized scenarios before allowing write-enabled Agentforce capabilities to reach a wider user audience.

Q340. Salesforce introduces a new administrative capability in a seasonal release. What is the BEST practice for a Platform Administrator before enabling it broadly?

  1. Enable it immediately for every user
    2. Ignore release documentation and rely on user feedback
    3. Disable all existing automation first
    4. Review official release or maintenance guidance, evaluate prerequisites and security, test the feature, and then deploy appropriately

Correct Answer: 4. Review official release or maintenance guidance, evaluate prerequisites and security, test the feature, and then deploy appropriately

Explanation: Salesforce releases new capabilities regularly, so administrators should evaluate each feature before production rollout. This includes reviewing official Salesforce guidance, understanding prerequisites and edition requirements, checking security and permission implications, testing expected and unexpected scenarios, and confirming that the feature supports a real business need. Broad enablement without testing can introduce user confusion, access problems, or automation conflicts. Salesforce’s Spring ’26 Platform Administrator maintenance content, for example, highlights new capabilities such as Setup with Agentforce and enhanced Flow monitoring, reinforcing the importance of staying current through official maintenance material.