All practice questions
1784 questions
An administrator at Global Logistics Inc. must automate updates to fields on the Shipment_Manifest__c custom object whenever a record is created or updated with a status of 'In Transit'. The automation must compute and populate the Estimated_Delivery_Date__c and Tracking_Hash__c fields directly on the record that triggered the automation. To support high-volume data operations efficiently, the solution must minimize transaction overhead and avoid issuing unnecessary DML operations or extra database save cycles. Which flow trigger configuration should the administrator select?
An organization needs an automated solution on the Order object. When an Order's status changes to 'Activated', a record-triggered flow must set the status of all active related Asset records on the parent Account to 'Installed' and update the parent Account record with the total count of modified Assets. Which sequence of Flow Builder elements and logic should the administrator configure to achieve this outcome while strictly adhering to Salesforce bulkification and governor limit best practices?
A Salesforce Administrator needs to design an autolaunched flow to update custom fields on multiple related asset records. Which two actions represent Salesforce best practices for handling data manipulation within a Flow loop while respecting governor limits? (Select 2 choices)
Select all that apply
An organization requires an automated process to calculate and set a custom field value on a Contact record using values from that same record whenever a Contact is created or updated. Which solution provides the most efficient execution for updating fields on the triggering record prior to saving to the database?
A Salesforce administrator is configuring activity management for a professional consulting organization. The project leadership team needs to track client meetings involving multiple client stakeholders and assign project onboarding action items to multiple team members simultaneously. Which two statements correctly describe the capabilities and behavior of Salesforce Activity Management? (Select 2 options)
Select all that apply
A Salesforce Administrator at a university alumni association is building a report on donor accounts. The executive team requires the report to group opportunity amounts into custom giving ranges (such as Low, Medium, and High) without modifying the object schema, and to display only accounts that currently have no associated tasks. Which TWO actions should the administrator take to fulfill these business requirements? (Select two.)
Select all that apply
A logistics company wants to optimize the Salesforce Mobile App experience for field technicians carrying out equipment inspections. The administrator must ensure that critical fields appear prominently in the record highlights panel at the top of the mobile screen and that technicians can quickly create follow-up Work Orders directly from the Inspection record view.
Which TWO configuration steps should the administrator perform to satisfy these business requirements? (Select 2)
Select all that apply
Match each business requirement for data quality enforcement with the Salesforce validation rule formula that correctly implements the logic.
Click a left item, then click its matching right item
Items
Matches
An administrator is evaluating automation design requirements for the custom object Equipment_Audit__c to optimize transaction processing speed and minimize system overhead. Which two use cases should be implemented using a Record-Triggered Flow configured for Fast Field Updates (Before-Save)? (Choose 2)
Select all that apply
A Salesforce Administrator is designing an autolaunched flow to update custom Software License records associated with an Account. To process these records efficiently and adhere to Salesforce governor limits, which two design practices should the administrator implement in Flow Builder?
Select all that apply
A Salesforce Administrator needs to design an autolaunched flow that processes a list of inactive Partner Account records passed into the flow. For all open Opportunities associated with these Partner Accounts, the flow must update their Stage to 'Closed Lost'. To adhere to governor limits and bulkification best practices, all database modifications must occur outside any iteration loops. Arrange the Flow Builder elements in the correct sequential order to construct this bulkified automation.
Drag items to arrange them in the correct order
An administrator needs to build a Flow to update the status on multiple Case records based on user input. To ensure the flow operates efficiently without exceeding Salesforce governor limits, what should the administrator do?
Velox Energy Solutions enforces an Organization-Wide Default (OWD) sharing setting of Private for Opportunities. The executive team wants sales managers to view a high-level summary of total company pipeline on a shared dashboard. However, when a sales manager clicks on a dashboard component to open the underlying source report, they must only see individual opportunity records that they own or share access to. Which dashboard configuration meets these security requirements?
An administrator at a medical device manufacturing company is setting up activity management for field service engineers who host compliance training sessions with hospital staff. The compliance team requires that a single logged Event record be related directly to the hospital's Account record while also appearing on the Activity timeline of up to 12 individual clinician Contact records. Which feature should the administrator configure to meet this requirement?
A Salesforce administrator is documenting the end-to-end execution flow of an automated approval process for custom Travel Request records. Arrange the following steps in the correct chronological order from submission to final approval completion.
Drag items to arrange them in the correct order
A Salesforce administrator needs to enforce data quality standards on the Opportunity object. Management requires that whenever an Opportunity stage is set to 'Closed Won', the custom text field Contract_Number__c must not be left empty. Which validation rule formula should the administrator implement to meet this requirement?
A Salesforce Administrator at a software licensing company is configuring an Opportunity report. The sales director needs the report to display deals where either (1) the Stage is 'Closed Won' AND the Amount is greater than $50,000, OR (2) the Stage is 'Negotiation/Review' AND the Forecast Category is 'Commit'. Additionally, the report must only display Opportunities associated with Accounts that have at least one open Support Case. Which combination of filter features should the administrator configure to satisfy these business requirements?
A Salesforce Administrator is building a record-triggered flow on the Case object that runs upon record creation. The flow must route the case to different regional support queues depending on the associated Account's Region field value. If the Region field on the Account is unpopulated, the case must be assigned to a default corporate queue. Which Flow Builder element configuration should the administrator implement to evaluate the Account's Region value and direct the flow execution path accordingly?
An administrator at Northern Trail Outfitters is designing an automated workflow for Case records. When a Case record is created or updated, a custom field named 'Priority Code' on that same Case record must be populated before it is saved to the database. Which automation feature should be selected to meet this requirement with the highest performance efficiency?
An administrator is configuring a flow to modify multiple Asset records while following Salesforce bulkification best practices. In what sequence should the data manipulation steps be executed from first to last?
Drag items to arrange them in the correct order