All practice questions

1784 questions

Question 101Question

An administrator at Horizon Health Solutions is optimizing the workspace for inside sales representatives using the Lightning Sales Console. The sales team requires a solution that enables representatives to perform a sequence of repetitive actions—specifically inserting a standard email template, creating a call log task, and updating the Lead Status field to 'Contacted'—in a single click directly from the record workspace. Which feature should the administrator implement to meet this requirement?

Show answer & explanation

Answer: Configure a Lightning Macro to execute the sequence of actions on the lead record.

Answer

Configure a Lightning Macro to execute the sequence of actions on the lead record.
The option proposing a Lightning Macro is correct because Macros in Salesforce are designed to automate repetitive multi-step UI tasks—such as inserting email content, creating tasks, and updating field values—with a single click within the Lightning Sales Console.

Step-by-Step Solution

1
Analyze the business requirement
The requirement asks for a single-click automation of repetitive user actions (email template selection, task creation, field update) within the Sales Console workspace.
Inside sales representatives need a productivity tool designed to automate manual desktop workflows.
2
Evaluate Salesforce Productivity Tools capabilities
Macros allow administrators and end users to automate common repetitive tasks across records in console applications.
Macros can select email templates, update picklists like Lead Status, and log activities sequentially.

Key Concept

Salesforce Macros for Sales Console Productivity
Question 102Question

A company requires a data model that links a custom object named Work_Order__c to another custom object named Technician__c in a many-to-many relationship. Additionally, administrators must display the total number of assigned work orders directly on the Technician__c record using native declarative features. Which two configuration steps must the administrator perform to fulfill these requirements? (Choose 2 answers)

Select all that apply

Show answer & explanation

Answer: Create a custom junction object with two Master-Detail relationship fields pointing to Work_Order__c and Technician__c.; Create a Roll-Up Summary field on the Technician__c object that counts the related junction object records.

Answer

The administrator must create a custom junction object with Master-Detail relationships to both objects and create a Roll-Up Summary field on the Technician__c object.
To create a many-to-many relationship between two objects, a custom junction object with two Master-Detail relationships must be configured. Because the relationship is a Master-Detail, a native Roll-Up Summary field can be placed on the parent object (Technician__c) to count or aggregate the related child junction records.

Step-by-Step Solution

1
Establish many-to-many relationship architecture
Create a custom junction object containing two Master-Detail relationship fields: one pointing to Work_Order__c and one to Technician__c.
Salesforce models many-to-many relationships by using a junction object that sits as the child detail object between two master parent objects.
2
Configure native summary reporting on the master object
Create a Roll-Up Summary field on Technician__c using the COUNT aggregate function on the junction object records.
Roll-Up Summary fields are only supported on the Master side of Master-Detail relationships.

Key Concept

Junction Objects and Roll-Up Summary Field Capabilities
Question 103Question

An administrator creates a new Record Type named 'Strategic Account' on the Account object to capture specialized sales data. After assigning the appropriate Page Layout to the Sales User profile for this new Record Type, users report that when creating a 'Strategic Account' record, a custom picklist field named 'Account Priority' displays outdated options and is missing newly added values. What configuration step did the administrator omit?

Show answer & explanation

Answer: Editing the picklist values available for assignment under the newly created Record Type configuration.

Answer

The administrator must edit the picklist values available for the specific Record Type in Object Manager.
When creating or modifying a Record Type in Salesforce, available picklist values must be explicitly configured for that Record Type under Object Manager. If omitted, the Record Type inherits a default or existing subset of values, causing missing or outdated options for end users.

Step-by-Step Solution

1
Navigate to Object Manager and select the Account object.
Accesses the object configuration settings for Accounts.
Record Types and their associated picklist assignments are managed at the object level.
2
Select Record Types and click on the 'Strategic Account' record type.
Opens the Record Type detail page showing available picklists for editing.
Each Record Type maintains an independent matrix of available values for custom and standard picklists.
3
Locate the 'Account Priority' picklist in the Picklists Available for Editing section and click Edit.
Allows selection of default values and specific active values to include or exclude.
Creating a Record Type copies default picklist selections, which must be manually edited to include desired options.

Key Concept

Record Type Picklist Value Assignment
Question 104Question

A Salesforce administrator is setting up an automated weekly data backup for an enterprise organization using the native Data Export Service. Which two statements represent key capabilities or limitations of the Data Export Service that the administrator must consider? (Select 2 options)

Select all that apply

Show answer & explanation

Answer: Exported zip files are retained for download for a limited window of 48 hours before being deleted from Salesforce servers.; Calculated fields, such as formula fields and roll-up summary fields, are excluded from the generated export files.

Answer

The two correct considerations are that exported zip files are deleted 48 hours after completion and dynamically calculated fields (such as formulas and roll-up summaries) are excluded from the exported CSV files.
The Data Export Service enforces a strict 48-hour availability window for generated zip files and excludes non-stored, dynamically calculated fields like formula fields and roll-up summaries from the CSV extract.

Step-by-Step Solution

1
Analyze the retention policy for the native Data Export Service.
Salesforce retains weekly or monthly export files for exactly 48 hours following generation, after which the files are permanently purged.
Administrators must plan downloads within this 48-hour window to maintain offline archives.
2
Evaluate field types included in the data backup.
Data Export extracts baseline database field values and excludes derived values like formula fields and roll-up summaries.
Calculated field values are derived dynamically at runtime and can be reconstructed from the underlying field data.

Key Concept

Salesforce Data Export Service Retention Window and Field Exclusions
Question 105Question

An organization requires a bulk cleanup of 500,000 obsolete custom log records while maintaining strict data governance compliance. What is the correct sequence of administrative steps to safely back up the data and permanently purge the records using Salesforce native tools and Data Loader?

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order of operations is: 1) Generate and download a full offline backup using Data Export Service, 2) Assign the 'Bulk API Hard Delete' permission, 3) Export a CSV file containing the target Record IDs, 4) Execute a Hard Delete operation in Data Loader with Bulk API enabled, and 5) Monitor the Bulk API Job status page and review log files.
Enterprise data governance dictates that full offline backups must be generated before executing mass deletion jobs. Next, administrative permissions for 'Bulk API Hard Delete' must be granted. The administrator then extracts the exact Record IDs into a CSV file. Using Data Loader with the Bulk API, the Hard Delete operation is executed to bypass the Recycle Bin. Finally, auditing the Bulk API Monitoring page and success/error logs ensures complete processing verification.

Step-by-Step Solution

1
Perform data backup.
A complete data backup zip archive is created and stored offline.
Data governance policies require securing a complete backup before performing destructive mass operations.
2
Configure administrative security permissions.
The user is granted the 'Bulk API Hard Delete' system permission.
Hard delete capability is restricted by default and must be explicitly enabled on the user's profile or permission set.
3
Extract target record identifiers.
A CSV file containing the exact Record IDs of the records to purge is generated.
Data Loader mass deletion operations require a CSV file specifying the 15-character or 18-character Record IDs.
4
Run Hard Delete in Data Loader.
Target records are deleted immediately without being sent to the Recycle Bin.
Using Bulk API with Hard Delete enabled purges high-volume data asynchronously without filling the Recycle Bin storage.
5
Audit job execution.
Completion status and error logs are verified in Salesforce Setup.
Reviewing Bulk API job monitoring logs validates that all 500,000 records processed successfully without batch failures.

Key Concept

Mass Data Operations and Hard Deletion Sequence
Estimated Time:3m 0s
Question 106Question

An enterprise administrator is performing data maintenance and planning mass deletion operations across multiple standard objects in a Salesforce org. Management requires clarification on data recovery safety nets and storage behaviors associated with deleted records. Which statement accurately describes the retention policy and capacity behavior of the Salesforce Recycle Bin?

Show answer & explanation

Answer: Deleted records are stored in the Recycle Bin for up to 15 days, but may be automatically purged earlier if the organization's Recycle Bin storage capacity is reached.

Answer

Deleted records are stored in the Recycle Bin for up to 15 days, but may be automatically purged earlier if the organization's Recycle Bin storage capacity is reached.
The correct option accurately identifies both key constraints of the Salesforce Recycle Bin: the maximum 15-day retention period and the automatic purging mechanism triggered when organization Recycle Bin storage limits are exceeded.

Step-by-Step Solution

1
Evaluate the standard retention limit for soft-deleted records in Salesforce.
Salesforce soft-deletes records to the Recycle Bin where they are kept for up to 15 days.
15 days is the maximum time window provided by Salesforce for record restoration before permanent deletion.
2
Analyze the org-wide Recycle Bin capacity thresholds.
If total deleted data volume exceeds the calculated org limit (based on overall storage allocated), Salesforce automatically purges the oldest records.
Storage limit enforcement overrides the 15-day time window to prevent org storage overages.

Key Concept

Salesforce Recycle Bin Retention and Capacity Limits
Question 107Question

A Salesforce Administrator is configuring a customer support dashboard containing multiple components built from case reports. The administrator wants to add dashboard filters so managers can dynamically slice the displayed data by Case Origin and Case Priority.

Which two limits or requirements apply when configuring dashboard filters? (Select 2)

Select all that apply

Show answer & explanation

Answer: A dashboard can have a maximum of 3 dashboard filters.; Each dashboard filter allows a maximum of 50 filter options (values).

Answer

The two correct constraints are that a dashboard can have a maximum of 3 filters, and each filter supports up to 50 filter options (values).
In Salesforce Lightning Experience, a single dashboard can contain a maximum of 3 dashboard filters, and each filter supports up to 50 filter options (values). These limits ensure dashboard performance remains optimized across source reports.

Step-by-Step Solution

1
Evaluate standard Salesforce Lightning dashboard governor limits regarding dynamic filters.
Identify that Salesforce restricts each dashboard to a maximum of 3 dashboard filters.
This platform constraint applies universally across all standard dashboard components.
2
Examine the capacity limits within an individual dashboard filter configuration.
Confirm that each filter can contain up to 50 options/values.
Administrators can specify up to 50 distinct filter criteria choices per filter.
3
Assess security and profile-based exceptions.
Determine that filter limits cannot be expanded by altering running user settings and filters do not bypass security.
Field-level security and sharing settings remain strictly enforced regardless of filter interactions.

Key Concept

Salesforce Dashboard Filter Limits and Security
Question 108Question

A Salesforce administrator at a healthcare company needs to insert 75,000 Opportunity records into Salesforce while linking them to existing Account records using a custom External ID field. Which data utility should the administrator use to complete this requirement?

Show answer & explanation

Answer: Data Loader, because it supports Opportunity records and handles record volumes exceeding 50,000.

Answer

Data Loader, because it supports Opportunity records and handles record volumes exceeding 50,000.
The correct answer identifies Data Loader as the appropriate tool because the Data Import Wizard cannot be used for Opportunity records and is capped at 50,000 records per operation. Data Loader supports up to 5,000,000 records for all standard and custom objects.

Step-by-Step Solution

1
Evaluate record volume requirement
The requirement specifies 75,000 records, which exceeds the Data Import Wizard limit of 50,000 records.
Data Import Wizard is restricted to a maximum of 50,000 records per import job.
2
Evaluate object support requirement
The target object is Opportunity, which is not supported by the Data Import Wizard.
Data Import Wizard only supports Accounts, Contacts, Leads, Solutions, Campaign Members, and Custom Objects.
3
Select appropriate utility tool
Data Loader must be used because it supports Opportunities and up to 5,000,000 records.
Data Loader satisfies both the object support requirement and the high volume threshold.

Key Concept

Data Import Wizard vs Data Loader selection criteria based on record volume and object support
Question 109Question

A Service Cloud administrator at a cloud software enterprise is configuring Case Assignment Rules, Case Auto-Response Rules, and Case Escalation Rules to streamline support operations. Which two statements correctly describe the behavior and capabilities of these case automation rules in Salesforce? (Select two answers)

Select all that apply

Show answer & explanation

Answer: Case Assignment Rules evaluate entries sequentially until a match is found to assign ownership to a user or queue.; Case Auto-Response Rules automatically send email responses to customers based on specified entry criteria without changing case ownership.

Answer

The correct statements are that Case Assignment Rules evaluate entries sequentially to assign ownership to a user or queue, and Case Auto-Response Rules send email responses to customers without altering case ownership.
The correct choices accurately state that Case Assignment Rules evaluate entries sequentially to assign cases to users or queues, and that Case Auto-Response Rules send auto-reply emails without changing case ownership.

Step-by-Step Solution

1
Analyze Case Assignment Rule capabilities
Salesforce allows only one active Case Assignment Rule at a time per object. It processes rule entries sequentially until a criteria match assigns the case to a user or queue.
This establishes standard case routing behavior.
2
Analyze Case Auto-Response Rule capabilities
Auto-response rules evaluate entry criteria and send customized automated email templates to the customer submitter without modifying record ownership.
Auto-response rules are strictly designed for communication rather than owner assignment.
3
Evaluate and eliminate incorrect statements
Escalation rules act on cases exceeding resolution or response timeframes after creation, not during initial creation before assignment. Additionally, only one assignment rule per object can be active simultaneously.
This validates why the remaining statements are incorrect.

Key Concept

Case Automation Rules capabilities, execution order, and configuration limits in Salesforce Service Cloud
Question 110Question

A Salesforce administrator needs to insert 80,000 new Contact records into Salesforce from a CSV file. Which tool should the administrator use to complete this task?

Show answer & explanation

Answer: Data Loader, because the record volume exceeds the 50,000 record limit of the Data Import Wizard.

Answer

Data Loader should be used because the total volume of 80,000 records exceeds the 50,000 record limit of the Data Import Wizard.
Data Loader can process up to 5,000,000 records at a time, making it the correct choice for an 80,000 record import. The Data Import Wizard is limited to a maximum of 50,000 records per job.

Step-by-Step Solution

1
Identify the data volume required for the operation.
The requirement calls for importing 80,000 Contact records.
Data volume is a primary decision vector when choosing between Salesforce data utilities.
2
Compare the record capacity limits of Data Import Wizard and Data Loader.
Data Import Wizard supports up to 50,000 records, whereas Data Loader supports up to 5,000,000 records.
Since 80,000 exceeds 50,000, the Data Import Wizard cannot be used.

Key Concept

Selecting data migration utilities based on record volume limits
Question 111Question

A system administrator at a SaaS company is configuring Experience Cloud for customer self-service support. Match each business requirement to the correct Salesforce configuration or feature.

Click a left item, then click its matching right item

Items

Grant external users with standard Customer Community licenses read access to all Cases associated with their parent Account.
Prevent internal executive roles from automatically inheriting access to portal-owned records via role hierarchy when External OWD is Private.
Allow a client's designated manager to create new portal user accounts and reset passwords for contacts belonging to their company.
Enable unauthenticated website visitors to search and view published support Knowledge articles without prompting for a login.

Matches

Show answer & explanation

Answer

Matching pairings: 1) Account Case access for standard Customer Community licenses maps to Sharing Sets. 2) Restricting role hierarchy access maps to deselecting 'Grant Access Using Hierarchies'. 3) External user creation by customer managers maps to Customer Community Plus licenses with Delegated External User Administration. 4) Unauthenticated Knowledge search maps to enabling Public Access and configuring the Guest User Profile.
Each requirement correctly pairs with its Salesforce Experience Cloud capability: Customer Community record access across accounts requires Sharing Sets due to lack of role access; hierarchy access restrictions require deselecting 'Grant Access Using Hierarchies'; delegated admin features require Customer Community Plus licenses with roles; and unauthenticated access requires Experience Builder Public Access and Guest User Profile permissions.

Step-by-Step Solution

1
Analyze license capabilities and record sharing mechanisms for Customer Community users.
Standard Customer Community users do not utilize roles or criteria-based sharing rules, requiring Sharing Sets to grant access to Cases associated with their Account.
Sharing Sets use account/contact lookup relationships to grant access to external community members efficiently.
2
Evaluate role hierarchy override settings for external sharing models.
Deselecting 'Grant Access Using Hierarchies' disables record visibility escalation up the internal role hierarchy for custom objects.
This enforces strict record privacy boundaries when External Org-Wide Defaults are set to Private.
3
Determine licensing requirements for delegated administrative capabilities.
Delegated External User Administration requires roles, which are supported by Customer Community Plus or Partner Community licenses.
Standard Customer Community licenses lack role functionality required for user administration privileges.
4
Review configuration steps for anonymous guest user access.
Public Access in Experience Builder combined with Guest User Profile permissions exposes published Knowledge articles to unauthenticated visitors.
Guest User Profiles define security access for unauthenticated portal traffic.

Key Concept

Experience Cloud Licensing Capabilities and External Security Architecture
Question 112Question

A Salesforce administrator is reviewing data management requests across different departments. Match each operational requirement on the left with the appropriate native Salesforce data tool or configuration on the right.

Click a left item, then click its matching right item

Items

Upsert 4,000 Contact records while applying active matching rules to prevent duplicates and executing workflow rules directly within a browser interface.
Insert 75,000 Opportunity records from an external system mapped using a custom External ID field.
Permanently delete 120,000 archived Case records from the Salesforce database, completely bypassing the Recycle Bin.
Execute an unattended, scheduled nightly export of Account data saved directly to a local directory server file.

Matches

Show answer & explanation

Answer

1. Upserting 4,000 Contacts with browser-based duplicate detection and workflow rules matches Data Import Wizard.
2. Inserting 75,000 Opportunities using an External ID matches Data Loader Desktop User Interface.
3. Permanently deleting 120,000 Cases bypassing the Recycle Bin matches Data Loader using Bulk API with Hard Delete enabled.
4. Scheduled unattended nightly exports match Data Loader Command Line Interface (CLI).
Each requirement directly aligns with key operational distinctions between native Salesforce utilities: Data Import Wizard is ideal for browser-driven tasks under 50,000 records with duplicate checking; Data Loader UI supports larger volumes (>50,000) and objects like Opportunities; Data Loader with Bulk API is required for hard deletes; and Data Loader CLI is required for scheduled automated script execution.

Step-by-Step Solution

1
Analyze requirement 1 (4,000 Contacts, duplicate checking, browser-based, workflow execution).
Identify Data Import Wizard as the tool matching <50,000 volume limit, browser access, native Contact duplicate prevention, and workflow triggering.
Data Import Wizard is designed for browser-based operations under 50,000 records for specific standard objects (Accounts, Contacts, Leads, Solutions) and custom objects.
2
Analyze requirement 2 (75,000 Opportunities, External ID mapping).
Identify Data Loader Desktop UI because Opportunity is an unsupported standard object in Data Import Wizard, and the record volume exceeds 50,000.
Data Import Wizard cannot load Opportunities and has a hard limit of 50,000 records.
3
Analyze requirement 3 (120,000 soft-deleted Cases, purge from Recycle Bin).
Identify Data Loader using Bulk API with Hard Delete enabled.
Data Import Wizard cannot perform hard deletes. Hard delete requires Bulk API enabled in Data Loader settings along with administrative permissions.
4
Analyze requirement 4 (Unattended, automated nightly scheduled export).
Identify Data Loader CLI.
Data Import Wizard does not support command-line automation or scheduled background execution.

Key Concept

Selecting between Data Import Wizard and Data Loader based on record limits, supported objects, automation capabilities, operation types, and execution modes.
Estimated Time:3m 0s
Question 113Question

Universal Containers wants field technicians using the Salesforce Mobile App to view key information—such as Account Name, Type, and Phone Number—at the very top of record highlights when viewing accounts on mobile devices. Which feature should a Salesforce Administrator configure to customize these key fields in the mobile record header?

Show answer & explanation

Answer: Compact Layouts

Answer

Compact Layouts should be configured because they dictate the key fields shown in the record header and highlights section of the Salesforce Mobile App.
Compact Layouts control the key record fields displayed in the highlights panel at the top of record detail pages on both desktop and the Salesforce Mobile App.

Step-by-Step Solution

1
Identify the user interface requirement
The requirement is to customize the prominent fields displayed at the top header of record pages in the mobile app.
Understanding which UI component governs record headers directs the choice of administrative configuration tool.
2
Select the appropriate Salesforce Object Manager component
Compact Layouts manage the primary header fields (up to 10 fields) displayed in the record highlights section.
Compact Layouts specifically exist to optimize key data visibility for mobile users and Lightning highlights panels.

Key Concept

Compact Layouts in Salesforce Mobile App Customization
Estimated Time:45s
Question 114Question

A system administrator is tasked with establishing a recurring data backup process to meet regulatory compliance requirements. The backup must automatically run on a weekly schedule and include all organizational data records along with document attachments and Chatter files. Which native Salesforce functionality should the administrator configure to meet this requirement?

Show answer & explanation

Answer: Data Export Service in Setup

Answer

The Data Export Service in Setup is the correct tool for scheduling automated weekly data backups that include record data and binary attachments.
The Data Export Service (accessible via Setup) provides an automated browser-based feature to extract set data files on a scheduled weekly or monthly basis. It explicitly allows administrators to include document attachments, Salesforce Files, and Chatter images in the export archive files.

Step-by-Step Solution

1
Identify the key requirements
The requirement demands an automated, weekly backup of all Salesforce record data as well as file attachments.
Regulatory compliance requires full data archives including binary content.
2
Evaluate native Salesforce export mechanisms
The Data Export Service (Weekly Export Service) natively supports scheduling automated data archives at weekly or monthly intervals and includes options to include images, documents, and attachments.
Other tools like the Data Import Wizard are designed for data loading rather than comprehensive export backup routines.

Key Concept

Weekly Data Export Service capabilities and configuration
Estimated Time:1m 15s
Question 115Question

The sales operations manager at an enterprise company reports that representatives using the Salesforce Integration with Outlook cannot locate or apply company-standard Lightning email templates from the Outlook integration panel. Upon investigation, the administrator finds that the templates were created in a public folder, but the representatives lack the necessary user permissions and folder visibility settings. Which TWO configurations should the system administrator perform to resolve this issue? (Select TWO.)

Select all that apply

Show answer & explanation

Answer: Grant the 'Use Lightning Email Templates' system permission to the representatives via a permission set.; Share the specific Lightning email template folder with the representatives by granting them View access.

Answer

To allow sales representatives to access and insert Lightning email templates directly within the Salesforce Integration with Outlook pane, the system administrator must grant the 'Use Lightning Email Templates' system permission (preferably via a permission set) and ensure the folder containing the Lightning email templates is shared with the representatives with at least View access.
For sales representatives to view and insert Lightning email templates within the Salesforce Integration with Outlook pane, two requirements must be satisfied: users must hold the 'Use Lightning Email Templates' user permission (best delivered via permission set), and the template folder containing the records must be shared with them with View access.

Step-by-Step Solution

1
Identify the required functional permission for Lightning Email Templates
Recognize that users cannot select or insert Lightning email templates in the email integration pane without the 'Use Lightning Email Templates' system permission.
Salesforce enforces user-level permission checks before exposing Lightning template features in external integrations.
2
Apply additive permissions using permission sets
Assign a permission set containing 'Use Lightning Email Templates' to the affected sales representatives.
Permission sets allow targeted feature enablement without altering base user profiles.
3
Verify template folder permissions
Ensure the Lightning template folder is shared with users or their public group with View access.
Templates stored in unshared or private folders remain hidden from users regardless of system permissions.

Key Concept

Salesforce Outlook Integration Lightning Email Template Permissions and Folder Sharing Controls
Question 116Question

A project manager who created a Private Chatter group for an ongoing product launch has transitioned to a new department. The project manager remains an active Salesforce user, but a new team lead needs to add and remove group members and edit the group description without transferring overall group ownership or altering group privacy settings. Which action should the system administrator take to grant the necessary capabilities to the new team lead?

Show answer & explanation

Answer: Promote the new team lead to the Manager role within the Chatter group.

Answer

Promote the new team lead to the Manager role within the Chatter group.
Chatter groups support granular role assignment. Promoting a member to Group Manager allows them to add and remove members, edit group details, and moderate content without transferring group ownership.

Step-by-Step Solution

1
Identify the required permissions
The target user needs administrative rights for the Chatter group (editing group details and managing group members).
The requirement specifies delegating group management without transferring overall ownership.
2
Evaluate Chatter group member roles
Group Managers can edit group information, add or remove members, and change member roles, fulfilling all requirements without changing ownership.
Chatter group permissions are managed natively via group roles (Owner, Manager, Member).

Key Concept

Chatter Group Roles and Member Delegation
Question 117Question

A System Administrator at a healthcare company needs to enable care managers to create a new Patient Follow-Up record directly from an active Contact record. The solution must automatically populate the Patient field with the current Contact and set the initial Priority field to 'High'. Which TWO configuration steps should the administrator perform to satisfy these requirements? (Select 2 answers)

Select all that apply

Show answer & explanation

Answer: Create an Object-Specific Quick Action on the Contact object with Patient Follow-Up as the target object.; Configure Predefined Field Values on the action layout to populate the Patient and Priority fields automatically.

Answer

The administrator must create an Object-Specific Quick Action on the Contact object targeting Patient Follow-Up, and configure Predefined Field Values for the Patient lookup and Priority fields.
To create a related record in context of a parent record with predefined defaults, an administrator should create an Object-Specific Quick Action on the parent object (Contact) and define Predefined Field Values for necessary fields on the action.

Step-by-Step Solution

1
Identify action type requirement
Selected Object-Specific Quick Action
Creating a record related to the current record context requires an Object-Specific Quick Action on the parent object.
2
Configure default field populations
Added Predefined Field Values
Predefined Field Values set default field values (e.g., Priority = 'High') and maintain parent-child record linkage without requiring user entry.
3
Deploy action to page layout
Added action to Contact Lightning Page layout
The action must be exposed in the Salesforce Mobile & Lightning Actions section of the layout to be visible to users.

Key Concept

Object-Specific Quick Actions and Predefined Field Values
Question 118Question

An administrator at Summit Logistics needs to configure a specialized sales pipeline for a new Consulting service line requiring custom opportunity stages. Place the following administrative steps in the correct sequence required to successfully set up and deploy this sales process.

Drag items to arrange them in the correct order

Show answer & explanation

Answer

The correct order of administrative steps is: 1) Create or update the stage picklist values on the Opportunity object, 2) Create a new Sales Process and select the appropriate stage picklist values, 3) Create a new Opportunity Record Type and link it to the newly created Sales Process, and 4) Assign the new Opportunity Record Type to the appropriate user profiles.
Configuring a custom sales process on the Opportunity object requires following a strict dependency sequence: custom stage picklist values must first exist on the Opportunity object, followed by creating the Sales Process to group those stages. Next, the Opportunity Record Type is created and linked to that Sales Process. Finally, access to the new Record Type must be granted via profile assignments or permission sets.

Step-by-Step Solution

1
Add necessary stage values to the Opportunity object.
Custom stage picklist values become available at the object level.
Sales Processes can only incorporate stages that already exist as picklist values on the Opportunity object.
2
Configure the Sales Process.
A specific sequence of opportunity stages is defined for the consulting business line.
The Sales Process determines which stage picklist values are available for opportunities using this process.
3
Create the Opportunity Record Type.
The Record Type is created and bound to the created Sales Process.
Opportunity Record Types require selecting a Sales Process to manage stage picklist display.
4
Assign Record Type access to users.
Target users gain access to create opportunities using the new sales process and record type.
Without profile or permission set assignment, users cannot view or select the new record type.

Key Concept

Opportunity Sales Process and Record Type configuration dependency chain
Question 119Question

An administrator at Nexus Industrial Solutions is configuring the Lightning Sales Console to increase the efficiency of inside sales representatives. Match each Salesforce sales productivity feature to the business requirement it fulfills.

Click a left item, then click its matching right item

Items

Macros
History Utility Component
Split View
Interaction Log

Matches

Show answer & explanation

Answer

Macros match with automating multi-step routine tasks in a single click; History Utility Component matches with reopening recently visited records from the bottom bar; Split View matches with working through a list of leads alongside open record details; Interaction Log matches with capturing call notes and activity details on the active record page.
Each feature corresponds precisely to its productivity function in Salesforce Sales Console: Macros execute multi-step user actions; History Utility component tracks and reopens recently viewed console tabs; Split View lets reps process list views alongside active record details; and Interaction Log provides inline call note taking on record pages.

Step-by-Step Solution

1
Identify the core capability of Macros in Salesforce Console.
Macros execute predefined repetitive tasks automatically (e.g., updating fields, sending emails, creating tasks).
Matching Macros to automating multi-step routine tasks.
2
Identify the primary function of the History Utility Component.
It appears in the Utility Bar and keeps track of recent workspace items and tabs for fast navigation.
Matching History Utility Component to reopening recently visited records.
3
Analyze how Split View changes user navigation in Lightning Console.
Split View docks a collapsible list view on the left side of the workspace while the active record remains on the right.
Matching Split View to working through lead lists side-by-side with record details.
4
Analyze the purpose of the Interaction Log component.
It displays an inline panel on console record layouts specifically for logging call notes and activities.
Matching Interaction Log to capturing call notes on the active record.

Key Concept

Lightning Sales Console Productivity Features
Question 120Question

A Salesforce administrator is tasked with creating a report that summarizes closed opportunity amounts organized both by Account Owner along the rows and by Close Quarter along the columns. Which report format must the administrator select to support this two-dimensional grouping?

Show answer & explanation

Answer: Matrix

Answer

Matrix report format is required because it allows grouping records by both rows and columns.
The Matrix report format is specifically designed to allow grouping of records by both rows and columns simultaneously. This creates a grid structure suitable for summarizing metrics such as totals by Account Owner (rows) and Close Quarter (columns).

Step-by-Step Solution

1
Identify the reporting requirements
The requirement specifies grouping opportunity data across two distinct axes: Account Owner on rows and Close Quarter on columns.
Determining the required axes of grouping dictates the appropriate report format.
2
Evaluate Salesforce report format capabilities
Tabular supports no groupings; Summary supports row-only groupings; Matrix supports row and column groupings; Joined combines multiple report blocks.
Matching capabilities to requirements ensures selection of the correct layout format.
3
Select the matching format
The Matrix format satisfies the requirement for simultaneous row and column grouping.
Matrix is the only standard format designed specifically for grid-like, two-dimensional summarization.

Key Concept

Salesforce Report Formats (Tabular, Summary, Matrix, Joined)
Estimated Time:45s
PreviousPage 6 / 90Next
All practice questions — Salesforce Certified Administrator | Examkin