All practice questions
1784 questions
A business requirement specifies that whenever an Opportunity record is created or its stage is modified, the custom field Target_Fulfillment_Date__c on that same Opportunity record must be calculated and populated immediately. The solution must provide optimal system performance by avoiding additional DML operations and unnecessary recursive save cycles.
Which automation design should be implemented to meet this requirement?
A solar energy company tracks commercial installation projects using a custom Project Milestone object. Whenever a technician updates a Project Milestone record to indicate that site inspection is complete, the system must automatically set the Inspection Completion Timestamp on that same record before it is saved to the database, ensuring maximum system performance and avoiding additional DML operations.
Which automation mechanism should the administrator select to fulfill this requirement?
Universal Containers needs an automated process that closes all open Task records associated with a custom Project object whenever the Project status changes to 'Completed'. Because a single Project record can have dozens of open tasks, the solution must handle the updates efficiently without exceeding SOQL or DML limits.
Which flow design pattern should the administrator use to update these related records?
An operations team at an electronics distributor requires automated logic on the custom object Customer_Return__c. When a return record is submitted, the system must immediately set the Inspection_Status__c field on the triggering return record prior to committing it to the database. Additionally, the process must update the In_Stock_Quantity__c field on the parent Inventory_Item__c record and trigger an outbound email alert. Which two Flow trigger and optimization configurations should the administrator implement to satisfy these business requirements? (Choose two.)
Select all that apply
An administrator at Northern Trail Outfitters configured a Before-Save Record-Triggered Flow (Fast Field Update) on the Opportunity object to automatically populate the `Discount_Percentage__c` field with a default value of 10% whenever it is left blank upon creation. Additionally, an active Custom Validation Rule on Opportunity blocks saving any record where `Discount_Percentage__c` is null.
If a sales representative creates a new Opportunity and leaves the `Discount_Percentage__c` field blank, what will occur when the record is saved?
In a company's warranty department, whenever a Warranty_Claim__c record is marked as 'Rejected', all associated child Claim_Item__c records must have their status changed to 'Denied'. Which design pattern in Flow Builder correctly manipulates the record data while adhering to governor limits and bulkification best practices?
An administrator is designing an automation strategy for a custom object named Facility_Work_Order__c. The business process requires two distinct automated actions:
1. When a record is created or updated, automatically calculate and set the Priority field on the work order prior to committing the record to the database.
2. When a work order is marked as 'Closed', automatically create a related Billing_Invoice__c record and dispatch an email alert to the department supervisor.
Which two Flow configurations should the administrator select to fulfill these requirements efficiently? (Choose two.)
Select all that apply
A business process requires that whenever an Order record's Status is changed to 'Activated', the system must automatically create a new Shipment record linked to that Order and send an email notification to the warehouse supervisor. Which flow type and trigger configuration should the administrator select to fulfill these requirements?
When a sales representative updates an existing Contract_Renewal__c record, multiple system operations and automation components are evaluated. In what sequence does Salesforce execute these operations? Arrange the following events in the correct order of execution from first (earliest) to last (latest).
Drag items to arrange them in the correct order
An administrator is configuring a flow to update the status of multiple child Invoice Line Item records to 'Voided' whenever a parent Invoice is cancelled. To ensure data manipulation operations adhere to governor limits and Salesforce best practices for flow resources, what is the correct sequential order to configure the Flow Builder elements?
Drag items to arrange them in the correct order
A logistics company manages transport assets using a custom object named Fleet_Vehicle__c. When an operator updates a vehicle record and marks the Service_Completed__c checkbox as true, the system must immediately populate the Next_Inspection_Date__c and set the Status__c field to 'Ready for Dispatch'. No external web services, email alerts, or related object records need to be updated. Which flow type and trigger configuration provides the most efficient solution for this requirement?
An administrator at an energy services firm is configuring automation for a custom Project_Milestone__c object. The configuration includes custom validation rules, duplicate rules, a before-save record-triggered flow (fast field update), and an after-save record-triggered flow. When a user creates and saves a new Project_Milestone__c record, which two statements correctly describe how Salesforce evaluates these automation components in the order of execution? (Select two.)
Select all that apply
An administrator is designing a flow to update the status of multiple child Inspection Finding records to 'Resolved' whenever a parent Building Inspection record is finalized. The flow must process potentially hundreds of records without hitting Salesforce governor limits. Which two design actions should the administrator take in Flow Builder to manipulate and commit these records efficiently? (Choose two.)
Select all that apply
A support operations team manages case intake using multiple automation mechanisms on the standard Case object. The organization has configured:
1. A Case Assignment Rule that routes new records to tier-specific queues.
2. A Before-Save Record-Triggered Flow (Fast Field Update) that sets initial triage values.
3. An After-Save Record-Triggered Flow that logs a customer onboarding task.
4. A Custom Validation Rule that verifies intake completeness.
When a support representative manually creates a new Case in the Lightning Experience UI with the "Assign using active assignment rule" checkbox selected, which sequence represents the correct order in which Salesforce executes these features?
An administrator is building an autolaunched flow that updates the Status field to 'Waitlisted' across all related Conference Registration records whenever a Conference session reaches maximum capacity.
What should the administrator do to update the records efficiently while respecting governor limits?
An administrator is designing automation for a custom object named Patient_Intake__c. The administrator wants to use Fast Field Updates (before-save) record-triggered flows wherever possible to maximize performance. Which two requirements can be fulfilled using a Fast Field Updates record-triggered flow? (Choose 2)
Select all that apply
An organization needs to update the SLA Target Date and Priority across all open Work Order Items whenever a parent Medical Asset is marked as Critical. To adhere to Salesforce Flow best practices and prevent governor limit exceptions, the administrator must configure a sequential data manipulation pattern.
In what order should the administrator arrange these Flow elements and data operations from start to finish?
Drag items to arrange them in the correct order
A company needs an automation that updates the Follow-Up Status field to 'Urgent' on all active Service Subscriptions whenever a Customer Incident is marked as 'Critical'. An administrator creates an autolaunched flow that retrieves the collection of related Service Subscriptions.
How should the administrator configure the flow resources and data manipulation elements to update these records without exceeding governor limits?
An administrator at Cloud Kicks needs to build automation for custom Subscription__c records to satisfy two operational requirements:
1. Update the Discount_Tier__c field on the triggering subscription record before it is committed to the database whenever the subscription value changes.
2. Create a Renewal_Opportunity__c record and send an email notification to the account owner after a subscription is marked as 'Active'.
Which two flow trigger configurations should the administrator use to achieve this? (Choose two.)
Select all that apply
A Salesforce administrator is implementing an automated fulfillment tracking process on a custom Subscription record. The architecture incorporates multiple automation components: custom validation rules, a Fast Field Update record-triggered flow, an Actions and Related Records record-triggered flow, parent Account roll-up summary recalculations, and database commit operations with email alerts.
In what sequence will Salesforce execute these automated events when an active Subscription record is saved? Arrange the events in the correct chronological order from first to last.
Drag items to arrange them in the correct order