Free ADM-201 Practice Test Questions and Answers (2026)

View Mode
Q: 1
Cloud Kicks wants to track shoe designs by products. Shoe designs should be unable to be deleted, and there can be multiple designs for one product across various stages. Which two steps should the administrator configure to meet this requirement? Choose 2 answers
Options
38 comments in the community discussion
1
That's B and D. Custom object is needed, and lookup prevents the cascade delete issue from master-detail relationships.
1
Its B and D. C's a distractor since there's no standard design object, and A (master-detail) would break the "can't be deleted" part by allowing cascades. Pretty sure this is how it's covered in the latest official material.
Q: 2
The marketing team wants a new picklist value added to the Campaign Member Status field for the upsell promotional campaign. Which two solutions should the administrator use to modify the picklist field values? Choose 2 answers
Options
36 comments in the community discussion
1
I don't think D is needed, I'd pick B. The related list thing tricks people here.
1
Had something like this in a mock, it was A and D. You need the related list on the page (A) then can add or change statuses right from there (D). B's for campaign-level status, not member status picklist. Pretty sure this lines up with exam logic, but happy to hear if anyone disagrees.
Q: 3
The events manager at dream house realty has a hot lead from a successful open house that needs to become a contact with an associated opportunity. How should this be accomplished from the campaign keeping the associated campaign member history?
Options
30 comments in the community discussion
5
Nah I'm going with C here, D looks tempting but you'll lose the campaign member history if you skip lead conversion. Seen this trap in other practice sets, convert the lead from the campaign member detail for the right trail. Agree?
3
Option C Lead conversion keeps that campaign member data linked over to the new contact automatically, which is what they're asking for. Not totally certain but that's how it works in standard Salesforce setups. Agree?
Q: 4
Which two capabilities are considerations when marking a field as required in Object Manager? Choose 2 answers
Options
45 comments in the community discussion
2
B. C. Saw something similar on a recent exam set, required in Object Manager means it's enforced everywhere and added to all layouts. Seems solid but happy if someone thinks otherwise.
1
B and C imo, since making a field required in Object Manager means it's enforced everywhere and Salesforce auto-adds it to all page layouts. Haven't seen any exceptions to that in practice but open to other experiences.
Q: 5
An administrator is planning to use Data Loader to mass import new records to a custom object from a new API. What will the administrator need to do to use the Data Loader?
Options
42 comments in the community discussion
6
B. not D
5
Gotta go with B here. Resetting password/token (D) trips people up, but unless they've actually lost those, you just append the security token to your password for Data Loader if you're not on a trusted IP. Common trap on these questions, agree?
Q: 6
Cloud kicks has the organization-wide sharing default set to private on the shoe object. The sales manager should be able to view a report containing shoe records for all of the sales reps on their team. Which 3 items should the administrator configure to provide appropriate access to the report? Choose 3 answers
Options
35 comments in the community discussion
1
I don’t think it’s C. B, D and A are needed for report access, not delivery or scheduling.
1
A B, D imo. Folder access (B) is what actually lets the sales manager see the report and field-level security (D) controls visibility of specific columns in the report. Sometimes you need a custom report type (A) if the standard one doesn't include all Shoe fields you want in the report. Not 100% since occasionally the
Q: 7
The administrator at Cloud Kicks writes an assignment rule to send all cases created via email or the web to the Automated Cases Queue Any manually created cases should be owned by the agent creating them, however, the manually created cases now show the administrator as the owner. What will the administrator find when troubleshooting this issue?
Options
44 comments in the community discussion
5
B . If the assignment rule checkbox is checked by default, then manual cases get routed through assignment rules just like email/web ones. D looks tricky but that's not about the owner defaulting to admin. Anyone disagree?
1
B imo. When the assignment rule checkbox is selected by default, even manual cases get pushed through the active rule. That ends up assigning them to the default owner, which is probably set as the admin here. Pretty sure that's what's happening, but open to other ideas.
Q: 8
DreamHouse Reality needs to use consistent picklist value on a category filed on accounts and cases, with value respective to record types. Which two features should the administrator use to fulfill this requirement? Choose 2 Answers
Options
42 comments in the community discussion
1
A and C
1
Option B and D
Q: 9
Cloud Kicks has asked the administrator to test a new screen flow that create contacts. What are two key components of testing the flow? Choose 2 answers
Options
43 comments in the community discussion
2
I get why B is tempting since actually running the flow creates contacts, but I’d say B, D. Debug feels like a trap here.
1
C/D? Debug lets you step through the flow logic and a sandbox keeps your data safe. Pretty standard Salesforce practice. Not 100 percent but that's always how they push it in admin prep.
Q: 10
Ursa Major Solar wants to assist users with a guided expense report process to simplify submissions, routing, and authorizations. Which two tools should an administrator use to build this solution? Choose 2 answers
Options
44 comments in the community discussion
1
B and C tbh
1
Seriously, Salesforce always pushes Quick Action as a solution for everything. D.
Q: 11
Northern Trail Outfitters uses a custom object Invoice to collect customer payment information from an external billing system. The Billing System field needs to be filled on every Invoice record. How should an administrator ensure this requirement?
Options
14 comments in the community discussion
1
Why not just use D here if you want to block record creation in UI?
1
A imo, universal required ensures Billing System is always filled, no matter if it comes from UI, API or import. This matches Salesforce official guide. Anyone see a reason to use Process Builder instead?
Q: 12
AW Computing (AWC) occasionally works with independent contractors, who the company stores as Contacts in Salesforce. Contractors often change agencies, and AWC wants to maintain the historical accuracy of the record. What should AWC use to track Contacts?
Options
9 comments in the community discussion
1
Makes sense to use D. Contacts to multiple Accounts lets you keep one Contact and see all their agency links over time.
C , junction object handles many-to-many and could track history per agency.
Q: 13
An administration needs to store the ID of record type of later use in a flow. Which kind of variable should the administrator use?
Options
7 comments in the community discussion
1
B, official guide says use Text variable for IDs in flows. Practice sets show this too.
1
B
Q: 14

Users at Cloud Kicks are reporting different options when uploading a custom picklist on the Opportunity object based on the kind of opportunity. Where Should an administrator update the option in the picklist?

Options
9 comments in the community discussion
1
Option C not D. The different options per type are controlled by Record Types, not global value sets.
C for sure. Record Types control which picklist values show up for each type of opportunity, so that's where you'd update it. Seen this come up in a couple practice sets. Let me know if you think otherwise.
Q: 15
Ursa Major Solar wants its sales reps to be aware when they are speaking with high-profile customers. Which two options should be added to the Lightning record pages to achieve this? Choose 2 answers
Options
14 comments in the community discussion
1
D and E tbh, seen that combo suggested in the admin official guide and on most practice tests.
1
D and E. The Rich Text Area lets you show a clear message about high-profile status right on the page, and the Component Visibility Filter makes sure reps only see it for the right accounts. I've seen this used a lot. Agree?
Q: 16
Ursa Major Solar wants to automatically notify a manager about any cases awaiting a response from an agent for more than 2 hours after case creation. Which feature should an administrator use to fulfill this requirement?
Options
10 comments in the community discussion
6
Option B
Definitely B for this. Escalation rules are built to trigger notifications after a set time like 2 hours with no action on a case. If it was about immediate assignment, maybe A, but here it's time-based.
Q: 17
Clod Kicks has a screen flow with two questions on the same screen, but only one is necessary at a time. The administrator has been asked to show only the questions that is needed. How should an administrator complete this?
Options
14 comments in the community discussion
7
Option C, Conditional visibility is designed for exactly this use case in a flow screen.
1
Official guide or Salesforce docs might help, but I think it's C.
Q: 18
administrator at Northern Trail Outfitters is unable to add a new user in Salesforce. What could cause this issue?
Options
11 comments in the community discussion
1
C is wrong, A. Username needs to be globally unique, so even if the email looks fine or there's a contact record, that's not what stops the new user. Saw this on practice tests too. Anyone disagree?
1
A tbh, username clashes are super common. Has to be unique across all orgs. Makes total sense with Salesforce's system.
Q: 19
An analytics user at Cloud Kicks needs Read, Create, and Edit access for objects and Should be restricted from deleting any records. What should the administrator do to meet this requirement?
Options
13 comments in the community discussion
1
C or D? If the base profile already gives Delete, a permission set (D) can't remove it, so C is safer to control exact access. But if the user's profile is strict already, D might work too. Not fully sure here.
Probably C here. Only a custom profile lets you take away Delete access directly while still giving Read, Create, and Edit. Permission sets like in D can add permissions but can't restrict ones already given by the user's profile. I think that's the safest method, let me know if I missed something.
Q: 20
User at Cloud Kicks want to see information more useful for their role on the Case page. How should an administrator make the pages more dynamic and easier to use?
Options
8 comments in the community discussion
6
Option A is the best fit. Removing fields (B) simplifies the page for everyone, but the question asks about tailoring info by role, which visibility filters do. Pretty sure that’s what exam wants here, since dynamic layouts per user group are a common scenario. If I’m missing something, let me know!
1
B or A, depending on what "more useful" actually means in their context. If it's about hiding fields entirely from everyone, B makes sense. But if they want info to change based on each user's role, then A is stronger since visibility filters let you show/hide components per profile/role. Is the requirement to just
Question 1 of 20

What's covered in this practice questions set

7: Workflow/Process Automation · 5 questions

📖 About this Domain

This domain covers Salesforce's declarative automation tools to streamline business processes. It tests your ability to select the appropriate tool for a given requirement, focusing heavily on Flow and Approval Processes. Understanding the capabilities and limitations of each automation feature is critical for the exam.

🎓 What You Will Learn

  • You will learn to build and manage automation using Flow Builder for complex, multi-step business logic.
  • You will learn to configure single and multi-step Approval Processes for formal record submission and locking.
  • You will learn to identify the correct automation tool based on specific business use cases and process requirements.
  • You will learn the implications of process automation on the order of execution and how to troubleshoot failed interviews or processes.

🛠️ Skills You Will Build

  • You will build skills in declarative process automation, creating record-triggered flows and screen flows.
  • You will build the ability to design and implement complex approval routing with multiple approvers and entry criteria.
  • You will build proficiency in evaluating business requirements to determine the most efficient automation solution.
  • You will build troubleshooting skills for debugging automation, including analyzing fault emails and debug logs.

💡 Top Tips to Prepare

  • Concentrate your study on Flow Builder, as it is the core automation tool replacing Workflow Rules and Process Builder.
  • Understand the unique use cases for Approval Processes, such as record locking, which cannot be replicated by Flow alone.
  • Practice building various automation scenarios in a Trailhead Playground to understand their real-world application.
  • Memorize the Salesforce Order of Execution to predict how different automation rules will interact with each other on a record save.

1: Configuration and Setup · 4 questions

📖 About this Domain

This domain covers the foundational setup of a Salesforce org. You will configure company settings, UI elements, and manage user setup and org-level access.

🎓 What You Will Learn

  • Configure company information, fiscal year, business hours, and currency management.
  • Manage users by creating, editing, and deactivating user records and understanding license types.
  • Customize the user interface using the App Manager, list views, and themes and branding.
  • Implement org-level security controls including password policies, login IP ranges, and session settings.

🛠️ Skills You Will Build

  • Skill to align org settings like locale, language, and time zone with business needs.
  • Skill to perform user administration tasks including assigning profiles and permission sets.
  • Skill to tailor the Lightning Experience UI for different user groups and business processes.
  • Skill to enforce foundational security policies to secure the Salesforce environment.

💡 Top Tips to Prepare

  • Navigate the Setup menu extensively to locate key administrative settings quickly.
  • Use a Trailhead Playground to practice creating users and assigning different licenses and profiles.
  • Differentiate between UI customization tools like the Lightning App Builder and Page Layout editor.
  • Focus on the impact of org-wide defaults, password policies, and IP restrictions on user access.

2: Object Manager and Lightning App Builder · 4 questions

📖 About this Domain

This domain covers the declarative framework for building and customizing the data model using the Object Manager. You will configure standard and custom objects, fields, and relationships to structure business data. It also focuses on tailoring the user interface with Lightning App Builder, page layouts, and record types.

🎓 What You Will Learn

  • Describe the standard object architecture and relationship model.
  • Explain how to create, delete, and customize fields and page layouts on standard and custom objects.
  • Given a scenario, determine how to create and assign page layouts, record types, and business processes for custom and standard objects.
  • Build and customize Lightning pages using the Lightning App Builder.

🛠️ Skills You Will Build

  • Configure the Salesforce data model by creating custom objects and fields to meet specific business requirements.
  • Implement relationship types like lookup and master-detail to create connections between objects and ensure data integrity.
  • Design dynamic user interfaces using the Lightning App Builder to surface relevant components and data.
  • Manage data presentation and business processes by creating and assigning page layouts and record types.

💡 Top Tips to Prepare

  • Master the differences between a lookup and a master-detail relationship, including security and cascading deletes.
  • Practice creating various field types and understand the impact of changing a field's data type on existing data.
  • Get hands-on experience in a Trailhead Playground building custom objects and configuring Lightning record pages.
  • Understand how page layouts, record types, and profiles work together to control the user experience and data visibility.

3: Sales and Marketing Applications · 3 questions

📖 About this Domain

This domain covers the capabilities and configuration of standard Sales and Marketing Cloud applications. It focuses on the sales process, from lead generation to closing deals, and the tools used to manage marketing campaigns. You will learn the standard objects and features that support these business functions.

🎓 What You Will Learn

  • The sales process components including leads, accounts, contacts, and opportunities, and their relationships.
  • How to manage products, price books, and quotes to support opportunity management.
  • The features of Salesforce campaign management, including campaign members and campaign hierarchies.
  • Sales productivity features such as Sales Path, Kanban, and the Sales Console.

🛠️ Skills You Will Build

  • Configuring the lead conversion process, including mapping custom lead fields to standard objects.
  • Implementing opportunity management features like sales stages, products, and price books.
  • Setting up and managing marketing campaigns and tracking their influence on opportunities.
  • Customizing sales productivity tools to streamline user workflows and improve efficiency.

💡 Top Tips to Prepare

  • Master the lead conversion process and know which objects are created and how data is mapped.
  • Understand the data model for opportunities, products, price books, and quotes.
  • Practice creating and managing campaigns, including setting up campaign hierarchies and member statuses.
  • Get hands-on experience in a Developer Org with Sales Path and Opportunity Kanban configurations.

4: Service and Support Applications · 3 questions

📖 About this Domain

This domain describes the features of Salesforce Service Cloud. It focuses on configuring case management and support automation to handle customer inquiries effectively.

🎓 What You Will Learn

  • Learn to configure the case object, support processes, record types, and page layouts for case management.
  • Understand how to automate case routing and communication using case queues, assignment rules, and auto-response rules.
  • Discover how to implement case escalation rules to ensure service level agreements are met.
  • Grasp the setup and management of Salesforce Knowledge to create and share support articles.

🛠️ Skills You Will Build

  • You will build the ability to configure the end-to-end case lifecycle from creation to closure.
  • You will develop proficiency in setting up automation tools like assignment, auto-response, and escalation rules.
  • You will gain the skill to implement a knowledge base using article types and data categories.
  • You will learn to configure entitlement management and milestones to enforce customer support levels.

💡 Top Tips to Prepare

  • Practice configuring case assignment rules and queues in a developer org to understand case ownership transfer.
  • Memorize the order of execution for case management rules, as scenario-based questions are common.
  • Focus on the capabilities and limitations of web-to-case and email-to-case for case creation.
  • Understand the relationship between support processes, record types, and page layouts for the Case object.

6: Data and Analytics Management · 1 questions

📖 About this Domain

This domain focuses on the tools and best practices for maintaining data quality within a Salesforce org. It covers data import, export, and mass update operations, as well as the creation of reports and dashboards for data analysis.

🎓 What You Will Learn

  • You will learn the capabilities and use cases for data management tools like the Data Import Wizard and Data Loader.
  • You will learn to build custom reports using report types, formats, and the Lightning Report Builder to meet business requirements.
  • You will learn to create and configure dashboards using components, filters, and scheduling to visualize key metrics.
  • You will learn about data quality features such as validation rules, duplicate management, and the data export service.

🛠️ Skills You Will Build

  • You will build the skill to perform mass data operations including insert, update, upsert, and delete records.
  • You will build the ability to translate complex business needs into effective reports and dashboards for analytics.
  • You will build proficiency in configuring data validation and duplicate rules to ensure high data integrity.
  • You will build the skill to manage data storage and execute data backup procedures using native Salesforce tools.

💡 Top Tips to Prepare

  • Know the specific differences between the Data Import Wizard and Data Loader, including object support and record limits.
  • Master the four report formats (Tabular, Summary, Matrix, Joined) and when each format is appropriate.
  • Understand that a dashboard component's data is sourced from an underlying report and that a dashboard's refresh is different from a report's run.
  • Practice using the Schema Builder to understand object relationships, as this is critical for creating correct report types.

5: Productivity and Collaboration

📖 About this Domain

This domain covers the capabilities of core Salesforce productivity tools that enhance user efficiency. It focuses on configuring and managing Activities, Chatter, the Salesforce Mobile App, and AppExchange applications to streamline business processes.

🎓 What You Will Learn

  • Learn the capabilities of activity management, including tasks, events, and calendars, and their impact on user productivity.
  • Understand the features of Chatter, such as feeds, groups, and publisher actions, to facilitate collaboration across the org.
  • Explore the configuration options for the Salesforce Mobile App, including navigation, branding, and quick actions.
  • Discover the use cases and installation process for AppExchange applications to extend Salesforce functionality.

🛠️ Skills You Will Build

  • You will build the skill to configure and manage activity settings, including public calendars and resources.
  • You will gain proficiency in administering Chatter, including setting up feed tracking and creating publisher layouts.
  • You will develop the ability to customize the Salesforce Mobile App experience for users.
  • You will acquire the skill to identify, install, and manage appropriate AppExchange packages to solve specific business needs.

💡 Top Tips to Prepare

  • Practice creating and managing tasks and events, and understand their relationships to other objects.
  • Get hands-on experience with Chatter by creating groups, enabling feed tracking, and using publisher actions.
  • Use a Trailhead Playground to customize the Salesforce Mobile App navigation menu and create mobile-specific quick actions.
  • Navigate the AppExchange, understand the difference between managed and unmanaged packages, and install a free app in a dev org.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top

FLASH OFFER

Days
Hours
Minutes
Seconds

avail 10% DISCOUNT on YOUR PURCHASE