Free Salesforce Admin Exam Flashcards
Memorize 50 essential terms and definitions for the Salesforce Certified Platform Administrator. See the term, recall the definition, then flip to check yourself.
Current exam outline
Use the current Trailhead Platform Administrator outline as the study map. Older labels like Salesforce Administrator or ADM-201 can help with search, but current Salesforce sources control scope.
Filter by Topic
Jump to Card
About These Salesforce Admin Flashcards
These 50 flashcards are designed to help you memorize key terms and definitions for the Salesforce Certified Platform Administrator. Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.
Topics Covered
Complete Flashcard Reference
Review every term in this set. Open any term to reveal its definition.
Current exam outline
Use the current Trailhead Platform Administrator outline as the study map. Older labels like Salesforce Administrator or ADM-201 can help with search, but current Salesforce sources control scope.
Closed-reference exam habit
Prepare to explain the admin decision without notes. Practice identifying the object, user, data, security layer, automation, and reporting impact before choosing an answer.
Exam-dump boundary
Do not use, request, or share real certification questions, answers, or superbadge solutions. Study with official resources, hands-on practice, and original scenarios.
Credential maintenance
Salesforce certifications require annual release maintenance modules. Missing required maintenance can expire the credential, so keep Trailhead contact details and reminders current.
Company settings
Company settings define org-level context such as fiscal year, business hours, currencies, and locale behavior. These settings influence reporting, scheduling, support rules, and user experience.
User record versus license
The user record identifies the person; the license controls the broad feature set available to assign. Profiles and permission sets then refine what that licensed user can do.
Deactivating a user
Deactivation stops login access but preserves owned records and audit history. Before deactivating, plan ownership transfers, queue membership, scheduled jobs, and integrations tied to the user.
Login hours
Login hours are profile-level controls that restrict when users can access Salesforce. They are useful for business-hour restrictions but must be coordinated with support and integration needs.
Session timeout
Session timeout controls how long an inactive session can remain open. Shorter timeouts reduce unattended-session risk but can disrupt users doing long-form work.
Setup Audit Trail
Setup Audit Trail helps administrators review configuration changes made in Setup. Use it when troubleshooting unexpected behavior after admin changes.
Profile
A profile is the baseline access package assigned to a user, including object permissions, app access, login controls, and other defaults. Each user has one profile.
Permission set
A permission set grants additional access without changing a user's profile. Use it for exceptions, role-based add-ons, and least-privilege access.
Permission set group
A permission set group bundles related permission sets so access can be assigned and reviewed as a package. Muting permissions can remove selected permissions from the group.
Object permission versus record access
Object permission answers whether a user may read, create, edit, or delete that object type. Record access answers which specific records the user can see or modify.
Org-wide defaults
Org-wide defaults set the baseline record visibility for an object. Sharing rules, role hierarchy, teams, and manual sharing can open access beyond that baseline.
Field-level security
Field-level security controls whether a user can see or edit a field at all. A field can be on a page layout and still be hidden by field-level security.
Role hierarchy
The role hierarchy primarily supports record visibility by letting users higher in the hierarchy access records owned by users below them, subject to sharing settings.
Record type
Record types let one object support different business processes, picklist values, and page layout assignments. Use them when users need distinct experiences on the same object.
Page layout
A page layout controls field placement, related lists, buttons, and sections for record pages. It affects presentation, not whether the user has underlying field or object permission.
Validation rule
A validation rule blocks a save when data does not meet business criteria. It protects new and edited data, but it does not automatically repair old bad records.
Formula field
A formula field calculates its value from other data and is read-only to users. Use it for derived values, not for data that users must manually maintain.
Lookup relationship
A lookup relationship loosely connects records. The child record can usually exist without the parent unless you make the field required or add other controls.
Master-detail relationship
A master-detail relationship tightly connects records. The detail inherits ownership and sharing from the master, and deleting the master deletes related detail records.
Roll-up summary field
A roll-up summary calculates values from detail records onto the master record in a master-detail relationship, such as counts, sums, minimums, or maximums.
Lightning App Builder
Lightning App Builder configures Lightning pages with components, visibility rules, and page assignments. Use it to tailor the record, app, or home page experience.
Dynamic Forms
Dynamic Forms move field and section control into the Lightning page so admins can show fields conditionally. Security still depends on field-level security and permissions.
App page versus record page
An app page provides a workspace or dashboard-like screen in Lightning Experience. A record page controls how users view and act on an individual record.
Lead conversion
Lead conversion creates or links to Account, Contact, and optionally Opportunity records. Map custom lead fields before conversion so important data carries forward.
Opportunity stages
Opportunity stages represent the sales process and drive pipeline reporting. Stage values should match business milestones that sales teams can apply consistently.
Products and price books
Products describe what is sold, and price books define the prices available for those products. Opportunities use opportunity products to capture line-item revenue.
Campaign influence
Campaigns track marketing efforts and member engagement. Campaign influence helps connect marketing activity to opportunities when the org needs attribution insight.
Case assignment rule
A case assignment rule routes new cases to users or queues based on criteria. Use it when intake should be distributed automatically instead of manually triaged.
Queue
A queue holds records for a group until an owner takes or receives them. Queues are common for cases, leads, and shared work intake.
Escalation rule
An escalation rule raises a case when time-based or criteria-based service conditions are missed. It supports SLA follow-up and should align with business hours.
Email-to-Case versus Web-to-Case
Email-to-Case creates cases from incoming email. Web-to-Case creates cases from web form submissions. Choose based on the customer's intake channel.
Knowledge data categories
Data categories organize Knowledge articles and help control which article groups are visible to users or customers. They are especially useful for large knowledge bases.
Tasks and events
Tasks track to-do work, while events reserve time on a calendar. Both support activity history and sales or service follow-up.
Chatter
Chatter supports collaboration around records, groups, and updates. It helps users discuss work in context instead of moving record decisions into disconnected channels.
Salesforce Mobile readiness
Mobile readiness means checking layouts, actions, Lightning pages, compact layouts, and security from a mobile user's workflow, not just confirming that the app opens.
AppExchange governance
Before installing an AppExchange package, review business need, permissions, data access, support model, sandbox testing, and uninstall impact.
Data Import Wizard versus Data Loader
Data Import Wizard is web-based and suited to simpler supported-object imports. Data Loader supports broader objects, larger files, and operations such as update, upsert, export, and delete.
Upsert
Upsert inserts new records and updates existing records in one operation, usually matching on Salesforce ID or an external ID field.
Duplicate management
Matching rules define what looks like a duplicate. Duplicate rules decide what happens next, such as alerting users or blocking the save.
Report format choice
Use tabular for simple lists, summary for grouped subtotals, matrix for row-and-column comparisons, and joined reports when separate report blocks need to appear together.
Dashboard running user
A dashboard's running user affects what data the dashboard can display. Folder access lets users open the dashboard, but record visibility still matters.
Flow Builder
Flow Builder is the primary declarative automation tool for guided screens, record-triggered logic, scheduled work, and reusable automation. Test flows before activating them.
Record-triggered flow
A record-triggered flow runs when a record is created, updated, or deleted. Use clear entry criteria so the flow runs only when the business condition applies.
Approval process
An approval process routes a record for formal review, lock or unlock behavior, and final approval or rejection actions. Use it when human approval is part of governance.
Agentforce guardrails
Admin-level Agentforce work includes use-case fit, permissions, trusted data grounding, testing, deployment boundaries, monitoring, and escalation paths for low-confidence or sensitive situations.
Einstein Trust Layer
The Einstein Trust Layer is Salesforce's trust architecture for AI features, including controls such as secure data handling, grounding, masking, and output safeguards.
Frequently Asked Questions
How many questions are on the Salesforce Admin exam?
The Salesforce Certified Administrator exam has 60 multiple-choice or multiple-select questions with a 105-minute time limit. The local exam guide notes a 65% passing score.
What should Salesforce Admin flashcards cover?
Salesforce Admin flashcards should cover users and security, object model basics, profiles, permission sets, sharing, automation, reports, dashboards, data management, Sales Cloud, Service Cloud, and setup terminology.
How long should I study for Salesforce Admin?
Most candidates should plan 80-140 hours, especially if they are new to Salesforce setup. Combine flashcards with Trailhead practice and hands-on configuration in a sandbox or Trailhead Playground.
Explore More Salesforce Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
More From This Family
Videos and articles for deeper review.