View Full Salesforce ADM-201 Exam Dumps and Practice Test Dumps.
Q21. A company wants multiple support representatives to work Cases from a shared pool before an individual user takes ownership. Which Salesforce feature should the administrator configure?
- Public group
2. Role hierarchy
3. Case queue
4. Opportunity team
Correct Answer: 3. Case queue
Explanation: A Case queue allows multiple users to access and work records that have not yet been assigned to a specific individual. Cases can be routed to the queue manually or through Case assignment rules, and authorized queue members can then accept ownership. This is useful for shared support teams organized by product, region, or issue type. Public groups are commonly used for sharing and access administration but do not themselves provide queue ownership. Role hierarchy affects record visibility, while Opportunity teams are designed to support collaboration around sales Opportunities rather than service Cases.
Q22. A custom Project object needs to reference an Account, but administrators must be able to save a Project even when no Account has been selected. Which relationship type should be used?
- Lookup relationship
2. Master-detail relationship
3. Hierarchical relationship
4. External lookup only
Correct Answer: 1. Lookup relationship
Explanation: A lookup relationship provides a flexible association between two records without requiring the child record to depend completely on the parent. In this scenario, a Project can reference an Account when appropriate but can also exist without one, which makes lookup a suitable choice. A master-detail relationship creates a stronger dependency: the detail record normally depends on its master for ownership and sharing behavior, and deletion of the master can cascade to detail records. Administrators should select relationship types based on required dependency, ownership, sharing, deletion behavior, and whether roll-up summaries are needed.
Q23. A company wants the total value of all related Invoice records displayed automatically on each Customer record. Invoice is the detail object in a master-detail relationship. Which field type should be created on Customer?
- Formula field
2. Lookup field
3. Auto Number field
4. Roll-Up Summary field
Correct Answer: 4. Roll-Up Summary field
Explanation: A roll-up summary field can calculate values from related detail records when the objects are connected through a master-detail relationship. The administrator can summarize values using functions such as SUM, COUNT, MIN, or MAX and can also apply filter criteria to selected detail records. Because Invoice is the detail and Customer is the master, the roll-up field belongs on Customer. A formula field evaluates fields available through supported formula relationships but does not independently aggregate an arbitrary set of child records. Roll-up summaries are a key reason administrators sometimes choose master-detail rather than lookup relationships.
Q24. An administrator wants a field on Opportunity that displays the number of days between Created Date and Close Date without storing a separate manually entered value. Which field type is BEST?
- Number
2. Formula
3. Auto Number
4. Roll-Up Summary
Correct Answer: 2. Formula
Explanation: Formula fields calculate their displayed value dynamically from other fields and functions. A formula can subtract the Opportunity’s Created Date from Close Date to calculate the number of days. Because the value is derived, users do not need to maintain it manually, and it changes automatically when referenced data changes. A standard Number field would require separate automation or manual entry to remain current. Auto Number generates sequential identifiers, while Roll-Up Summary aggregates values from related detail records. Formula fields are especially useful for calculations, conditional displays, and derived business information.
Q25. A Lead is qualified and ready to become a customer. What can Salesforce create during standard Lead conversion?
- An Account, Contact, and optionally an Opportunity
2. A Case and Campaign automatically
3. Only a Contact
4. Only an Opportunity
Correct Answer: 1. An Account, Contact, and optionally an Opportunity
Explanation: Standard Lead conversion transforms a qualified Lead into the records used for ongoing sales management. Salesforce can create or associate an Account, create or associate a Contact, and optionally create an Opportunity. Lead field mappings can transfer values into corresponding Account, Contact, and Opportunity fields when configured appropriately. Conversion helps preserve the transition from prospecting to customer and pipeline management. It does not normally convert a Lead into a Case or Campaign. Administrators should understand conversion behavior because Lead processes, duplicate handling, field mapping, and record ownership can affect the quality of downstream sales data.
Q26. Marketing wants to track whether Contacts attended, responded to, or declined a specific trade-show campaign. Which Salesforce capability should the administrator use?
- Opportunity stages
2. Case status values
3. Account teams
4. Campaign Member Status values
Correct Answer: 4. Campaign Member Status values
Explanation: Campaign Member Status values track how individual Leads or Contacts responded to a Campaign. An administrator can configure statuses appropriate to the campaign type, such as Sent, Registered, Attended, Declined, or Responded. This enables marketers to analyze campaign engagement and distinguish members at different participation stages. Opportunity stages track sales progress, Case statuses track service records, and Account teams support collaboration on Accounts. Campaign Member Status is therefore the appropriate mechanism for representing an individual person’s response to a marketing initiative while maintaining the relationship between that person and the Campaign.
Q27. A company sells products at different prices to retail and wholesale customers. The same Product records should be reused. Which Salesforce feature BEST supports this?
- Record types
2. Campaigns
3. Multiple price books
4. Case queues
Correct Answer: 3. Multiple price books
Explanation: Salesforce price books allow the same Product to have different sales prices for different business contexts. A standard price establishes the product’s base price, and custom price books can then provide prices for retail, wholesale, regional, or other sales channels. Opportunities can use the appropriate price book when sales representatives add Opportunity Products. Record types can vary processes and layouts but are not designed to maintain alternate product pricing. Campaigns support marketing activities, and Case queues support service workloads. Price books are therefore the appropriate tool for managing multiple pricing structures around a common Product catalog.
Q28. A support manager wants an automatic email sent to customers immediately after a new Case is submitted through a supported intake channel. Which feature should be configured?
- Opportunity team
2. Case Auto-Response Rule
3. Campaign Influence
4. Lead conversion
Correct Answer: 2. Case Auto-Response Rule
Explanation: Case Auto-Response Rules can automatically send email responses to customers when Cases meet specified criteria. This is useful for acknowledging receipt, providing expected response times, or sending instructions based on the Case type. Different rule entries can use different email templates according to record data. Case assignment rules determine ownership, while escalation rules address Cases that remain unresolved according to defined conditions. Auto-response rules focus specifically on immediate customer communication after Case creation. Administrators should coordinate these service automation features so routing, acknowledgement, escalation, and user access work together correctly.
Q29. Support agents need a searchable repository of approved troubleshooting articles that can be used while resolving Cases. Which Salesforce feature BEST meets this need?
- Forecasts
2. Campaigns
3. Opportunity Splits
4. Salesforce Knowledge
Correct Answer: 4. Salesforce Knowledge
Explanation: Salesforce Knowledge provides a structured repository for support articles, procedures, FAQs, and troubleshooting information. Agents can search for relevant content while working service requests, helping standardize responses and reduce resolution time. Knowledge access and publishing can be governed according to organizational needs. Forecasts support sales planning, Campaigns support marketing, and Opportunity Splits allocate sales credit. Knowledge is designed specifically for capturing and sharing reusable service information. Administrators supporting customer service should understand how Knowledge fits alongside Cases, queues, assignment rules, escalation, and other service capabilities.
Q30. An administrator wants to transfer ownership of many Account records from a departing sales representative to another user. Which administrative capability is MOST appropriate?
- Mass Transfer Records
2. Compact Layout
3. Approval Process
4. Dashboard Subscription
Correct Answer: 1. Mass Transfer Records
Explanation: Mass Transfer Records is designed for administrators who need to reassign ownership of supported record types in bulk, such as when a user leaves the company or territories are reorganized. This is preferable to opening and editing records individually. Administrators should review the transfer options carefully because related records and ownership behavior can vary by object. Compact layouts affect displayed fields, approval processes manage formal approvals, and dashboard subscriptions deliver analytics. Bulk ownership changes are a data-management and user-administration task, so administrators should also verify the receiving user’s access and role responsibilities.
Q31. A company needs a weekly backup that administrators can download containing Salesforce data in CSV files. Which native feature should be considered?
- Schema Builder
2. Page Layout Assignment
3. Data Export
4. Sharing Settings
Correct Answer: 2. Data Export
Explanation: Salesforce Data Export provides a native method to export organization data into downloadable files, commonly in CSV format, according to available scheduling options. It can be useful as part of an organization’s data backup and archival approach. Administrators should remember that an export does not automatically provide a complete application disaster-recovery solution; metadata, attachments, integrations, and restoration processes may require additional planning. Schema Builder supports data modeling, page layout assignments affect the user interface, and sharing settings control record access. Data Export is specifically intended for extracting Salesforce data for backup or external use.
Q32. A manager wants a report that compares Opportunities from multiple report blocks, each with different filters, side by side. Which report format should be considered?
- Tabular report only
2. Summary report only
3. Joined report
4. List view
Correct Answer: 3. Joined report
Explanation: Joined reports can contain multiple report blocks, each with its own report type or filters, and display them together for comparison. This can be useful when users need to analyze related datasets or different segments side by side within one report. Summary and matrix reports provide grouping and summarization within a single report block, while a list view is designed for operational record lists rather than complex analytics. Administrators should choose report formats based on the question being answered and also consider sharing, folder access, underlying record security, and whether the selected report types expose the required objects.
Q33. A report needs to categorize Opportunity Amount into “Small,” “Medium,” and “Large” ranges without creating a new field on the Opportunity object. Which report feature is BEST?
- Bucket field
2. Lookup filter
3. Roll-Up Summary field
4. Validation rule
Correct Answer: 1. Bucket field
Explanation: Bucket fields let report builders group values into categories directly within a report without adding a field to the underlying Salesforce object. Opportunity Amount values can therefore be grouped into categories such as Small, Medium, and Large for analysis. This is useful when the categorization is needed only for reporting. If the classification must drive automation, validation, or other business processes outside the report, a real field may be more appropriate. Lookup filters constrain lookup selections, roll-up summaries aggregate related records, and validation rules enforce data-entry requirements rather than providing ad hoc report grouping.
Q34. An administrator wants to display a sales chart and a filtered list of records on an Account Lightning record page. Which tool should be used to customize the page?
- Data Loader
2. Chatter Settings
3. Lightning App Builder
4. Lead Assignment Rule
Correct Answer: 3. Lightning App Builder
Explanation: Lightning App Builder allows administrators to create and customize Lightning pages using components. Administrators can arrange standard or custom components and apply visibility rules to create experiences tailored to users and contexts. Record pages, Home pages, and app pages can be configured without traditional code for many requirements. Data Loader manages data imports and exports, Chatter Settings govern collaboration features, and Lead Assignment Rules route Lead ownership. Lightning App Builder complements page layouts: page layouts control record details and actions, while Lightning pages control the broader component-based user experience.
Q35. A sales representative needs additional access to one specific Account record but should not receive broader access to similar Accounts. Which solution is MOST appropriate when manual sharing is available?
- Change Account organization-wide defaults to Public
2. Move the user higher in the role hierarchy
3. Create a sharing rule for all Accounts
4. Manually share the specific Account record with the user
Correct Answer: 4. Manually share the specific Account record with the user
Explanation: Manual sharing is appropriate when access must be granted to an individual record for a specific user or group without changing the broader sharing model. Changing organization-wide defaults, role hierarchy, or creating a broad sharing rule would potentially expose many more Account records than required. Administrators should follow the principle of granting the needed access at the narrowest appropriate level. The exact availability and behavior of manual sharing depends on ownership and sharing configuration, so the administrator should verify the object’s sharing model. Record-level exceptions should not result in unnecessary organization-wide access expansion.
Q36. A company needs an interactive guided process where users answer several questions and Salesforce creates records based on their responses. Which automation type is BEST?
- Screen Flow
2. Auto-Response Rule
3. Sharing Rule
4. Record Type
Correct Answer: 2. Screen Flow
Explanation: A Screen Flow provides an interactive user experience with screens, questions, decisions, data entry, and declarative automation. It can guide users through a business process and create or update Salesforce records based on their responses. This is appropriate for wizards, intake processes, onboarding, guided selling, and similar requirements. Autolaunched flows execute without screens, while record-triggered flows respond to database record events. Sharing rules expand record access, and record types support different business processes and layouts. Salesforce’s current Administrator automation preparation specifically includes Screen Flows among the core Flow capabilities.
Q37. An administrator needs a Flow that can be called by another automation process and should run without displaying screens to a user. Which flow type is MOST appropriate?
- Screen Flow
2. Approval Process
3. Autolaunched Flow
4. Case Escalation Rule
Correct Answer: 3. Autolaunched Flow
Explanation: An Autolaunched Flow runs in the background without user screens and can be invoked through supported automation mechanisms. It is useful for reusable business logic that needs to create or update records, perform decisions, or execute other declarative actions without direct user interaction. A Screen Flow is designed for interactive guidance. Approval Processes manage formal approval decisions, and Case Escalation Rules manage service escalation. Choosing the correct Flow type helps administrators create simpler, maintainable automation and avoid building user-interface elements when the process is intended to run entirely in the background.
Q38. A custom field should be visible to administrators but completely hidden from sales users, even if someone later adds it to their page layout. Which setting provides the strongest control?
- Field-level security
2. Compact layout
3. Record type
4. Search layout
Correct Answer: 1. Field-level security
Explanation: Field-level security determines whether users can view or edit a field and applies more broadly than placement on a page layout. If a field is hidden through field-level security for a user’s permissions, simply placing the field on a page layout does not grant that user access to it. This makes field-level security the correct security mechanism for sensitive fields. Page layouts organize the record interface and can also make visible fields read-only, but they should not be treated as the primary security boundary. Record types and search layouts control different aspects of the user experience.
Q39. A custom object needs a unique automatically generated identifier such as REQ-000123 for each new record. Which field type should the administrator create?
- Formula
2. Auto Number
3. Roll-Up Summary
4. Lookup
Correct Answer: 2. Auto Number
Explanation: An Auto Number field automatically generates sequential values according to a display format defined by the administrator, such as REQ-{000000}. This is useful for request numbers, ticket identifiers, asset numbers, or other internal reference values that should be generated automatically and remain unique. A Formula field calculates values dynamically from other data and is not designed for sequence generation. Roll-Up Summary fields aggregate detail records, while Lookup fields create relationships between records. Auto Number fields reduce manual entry and provide consistent identifiers that users can reference easily in business processes and reports.
Q40. A company wants a Case to be assigned automatically to different support teams based on Product and Priority immediately after creation. Which feature is BEST suited to the requirement?
- Opportunity Sales Process
2. Campaign Member Status
3. Duplicate Rule
4. Case Assignment Rule
Correct Answer: 4. Case Assignment Rule
Explanation: Case Assignment Rules route newly created Cases to users or queues based on criteria such as Product, Priority, origin, region, or other fields. Rule entries are evaluated in order so the administrator can direct different Case types to the correct support teams. This improves consistency and reduces manual routing. Escalation rules address Cases that require additional attention after elapsed time or other conditions, while Auto-Response Rules send customer communications. Opportunity processes and Campaign Member Status belong to sales and marketing. Salesforce’s current automation preparation specifically includes Case Assignment Rules.