All practice questions
1784 questions
A Salesforce administrator is designing a Record-Triggered Flow on the Case object using a Fast Field Updates (before-save) trigger. Which two use cases are appropriate for this specific flow trigger type? (Select 2 answers)
Select all that apply
A Salesforce Administrator needs to provide field sales representatives with a customized navigation menu in the Salesforce Mobile App containing specific items tailored to field operations, while ensuring executive managers continue seeing a different set of navigation items in their mobile view. How should the administrator configure the navigation items for each group of users?
An administrator at a renewable energy company enabled 'Allow Users to Relate Multiple Contacts to Tasks and Events' (Shared Activities) in Activity Settings. A sales representative logs a single meeting Event with 35 customer contacts who attended an on-site presentation, and relates the event to a single Opportunity record in the Related To field. Which statement accurately describes the outcome when the sales representative saves the event?
A Sales Operations Director wants to create a single report that shows Opportunity revenue metrics alongside Customer Support Case metrics, grouped by the shared Account. The requirements state that data from two different report types—Opportunities and Cases—must be presented in separate side-by-side blocks within the same report view. Which report format should the Salesforce administrator select to fulfill this requirement?
Northern Trail Healthcare manages regional patient outreach performance using Salesforce analytics. An administrator needs to configure a shared executive dashboard so regional managers only see metrics for their assigned accounts, while leadership sees company-wide totals. Additionally, the administrator must ensure proper data governance when managers inspect underlying source reports. Which two statements describe the correct configuration and behavior for dashboard running user and security settings?
Select all that apply
A Salesforce Administrator is designing a Custom Report Type with 'Patient Programs' as the primary object and 'Program Enrollments' as the secondary object. The business requires reports to display all Patient Programs regardless of whether they have associated enrollment records. Additionally, users need access to fields from the related Account object (such as Primary Care Physician) when building reports. Which TWO actions should the administrator take to fulfill these requirements?
Select all that apply
An organization requires that when a custom object record named Vendor_Agreement__c is set to the 'Approved' status, the custom text field Tax_Identification_Number__c must not be left empty. Which validation rule formula should a Salesforce administrator configure to enforce this requirement?
An administrator needs to update a custom field on multiple Case records associated with an Account using a Flow. Place the flow execution steps in the correct order from first to last to complete this data manipulation efficiently without exceeding governor limits.
Drag items to arrange them in the correct order
A system administrator at an architectural design firm is configuring activity management. The director of project management wants project managers to log initial client discovery meetings with multiple client stakeholders simultaneously, and also assign project onboarding checklist tasks to a team of four project coordinators. Which two capabilities and behaviors describe how Salesforce handles these activity requirements? (Select 2)
Select all that apply
Apex Pinnacle Logistics maintains a Private sharing model for Accounts and Opportunities. A Salesforce administrator configures a company-wide sales dashboard and specifies the VP of Sales as the static running user. A regional sales representative opens the dashboard and views metric components showing total national sales totals. However, when the representative clicks a dashboard component to drill down into the underlying source report, the report displays only the opportunities owned by their regional team. What explains this difference in record visibility between the dashboard component and the source report?
An administrator at Universal Containers is building automation for a custom object named Fulfillment_Order__c. When a Fulfillment_Order__c record is updated with the status set to 'Ready for Shipping', two automated tasks must occur:
1. Update the custom field Standard_Handling_Fee__c on the triggering Fulfillment_Order__c record.
2. Create a new related Shipping_Manifest__c record and make a callout to an external logistics service API.
Which two trigger types and architectural configurations should the administrator select in Flow Builder to fulfill these business requirements efficiently? (Choose two.)
Select all that apply
An administrator is tasked with customizing the navigation menu of a custom Lightning App to ensure that a newly created 'Site Inspections' custom object tab is accessible to field technicians using the Salesforce Mobile App. What is the correct sequence of steps the administrator must perform in Setup to add and position this tab in the app's mobile navigation?
Drag items to arrange them in the correct order
An administrator needs to build a record-triggered flow that updates a custom field on all child Opportunity Line Items when an Opportunity reaches the Closed Won stage. To adhere to Salesforce bulkification best practices and avoid exceeding governor limits, in which sequence should the Flow Builder elements be executed?
Drag items to arrange them in the correct order
A Salesforce administrator is configuring data quality enforcement on a custom object named Software_License__c. Which TWO statements correctly describe the execution behavior and formula capabilities of validation rules in Salesforce? (Select TWO.)
Select all that apply
An administrator at a cloud software company needs to allow executive sales representatives to log a single briefing event in Salesforce and relate it to up to 15 client contacts who attended, while designating one contact as the primary contact for reporting. Which configuration in Salesforce fulfills this requirement?
An administrator is designing an autolaunched Flow to update a field across multiple child records processed within a Loop element. To follow Salesforce best practices and prevent hitting DML governor limits, how should the data manipulation elements be configured?
A System Administrator at a clean tech firm is building an Opportunity report to highlight key deals for executive review. The business requirement dictates that the report must display open opportunities where the Stage is either 'Needs Analysis' or 'Value Proposition', the deal Amount is strictly greater than $100,000, and the record originates from either a 'Partner Referral' or 'Web' lead source.
The administrator creates the following report filters:
1. Stage equals Needs Analysis, Value Proposition
2. Amount greater than 100000
3. Lead Source equals Partner Referral
4. Lead Source equals Web
Which filter logic configuration should the administrator apply to meet this requirement?
A company uses a custom object named Support_Ticket__c to track customer issues. Management requires that whenever the Ticket_Status__c picklist field is set to 'Escalated', the Resolution_Plan__c text field must contain a value. To prevent legacy records from failing automated background updates, this rule should only enforce the requirement if the Ticket_Status__c field is actively modified or if a new record is being created.
Which validation rule formula correctly enforces this business requirement?
An administrator needs to customize the navigation items and tab order displayed in the Salesforce Mobile App for users accessing a custom Lightning App named 'Field Tech Hub'. Which action should the administrator take in Setup to meet this requirement?
An administrator needs to create an automated process whenever an Account record is updated with a Status of 'High Priority'. The process must find all related open Opportunities and update their Next Step field to 'Executive Review'. Which Flow Builder configuration meets these requirements while adhering to Salesforce governor limit best practices?