All practice questions
1784 questions
A Salesforce Administrator is designing a Flow on the Service Contract object to update all child Entitlement records when a contract is renewed. To ensure the automation adheres to Salesforce bulkification standards and avoids governor limits, in what sequence should the Flow elements be executed?
Drag items to arrange them in the correct order
A Salesforce Administrator at a regional commercial bank is configuring an Opportunity report for commercial loan applications. Management requires the report to categorize open loans into Low, Medium, and High risk tiers based on ranges from a numerical Risk Score field. Additionally, management wants to apply complex filter criteria that evaluate multiple stage conditions using custom Boolean grouping. Which two actions should the administrator take to fulfill these requirements using standard report capabilities? (Select TWO answers.)
Select all that apply
A System Administrator at a renewable energy company needs to configure immediate automated actions using Workflow Rules whenever a High-Priority Maintenance Request record is created. Which automated actions can be configured directly as native Workflow Actions? (Select TWO answers.)
Select all that apply
A Salesforce Administrator at an event management software company is creating an Opportunity report to highlight key deals for executive review. Management requires the report to display Opportunities that meet all of the following conditions:
- The Stage is either Closed Won or Proposal/Price Quote.
- The Amount is greater than $50,000.
- The Type is either Existing Customer - Upgrade or Existing Customer - Replacement.
The administrator creates the following individual field filters on the report:
1. Stage equals Closed Won
2. Stage equals Proposal/Price Quote
3. Amount greater than 50000
4. Type equals Existing Customer - Upgrade
5. Type equals Existing Customer - Replacement
Which filter logic configuration should the administrator apply to meet the business requirements?
An administrator is designing an autolaunched flow that processes a large collection of Opportunity records associated with an Account to aggregate financial metrics and update parent fields. Which two data manipulation and resource design practices should the administrator implement to ensure the flow executes within Salesforce governor limits? (Select 2 options)
Select all that apply
An administrator at CloudScale Systems creates and activates a custom Matching Rule on the Account object using exact match logic on Account Name and Billing City. However, sales representatives are still able to create duplicate accounts without seeing any warning prompts or blocked attempts, and no duplicates appear in duplicate record reports. What step did the administrator forget to perform to enforce duplicate handling?
An organization uses a custom object named Equipment_Maintenance__c. An administrator configures the following features on the object:
1. A Before-Save Record-Triggered Flow that calculates and sets the Total_Cost__c field to equal Parts_Cost__c + Labor_Cost__c.
2. A Custom Validation Rule with the formula Total_Cost__c > 5000 that displays an error to prevent saving high-cost maintenance records without manager approval.
3. An After-Save Record-Triggered Flow that creates a follow-up task for the facility manager.
4. A Workflow Rule that sends an email notification to the maintenance supervisor.
A technician updates an existing record, changing Parts_Cost__c to 3,000 and Labor_Cost__c to 3,000 (making the calculated total $6,000), while leaving Total_Cost__c blank on the page layout.
Which statement accurately describes how Salesforce processes this save operation according to the order of execution?
Universal Containers requires an automated process that updates all open Case records associated with an Account whenever an Opportunity for that Account is set to 'Closed Won'. Which Flow Builder logic pattern should be implemented to update these related records while strictly adhering to governor limit best practices?
When a high-value Opportunity record enters the 'Negotiation/Review' stage, sales management requires automated operations to streamline internal governance. Which TWO actions can be configured directly as built-in immediate actions within Process Builder without writing custom Apex code or calling a Flow? Select TWO choices.
Select all that apply
A Salesforce administrator at Meridian Global Consulting is tasked with setting up duplicate detection for custom Lead records. What is the correct sequence of administrative steps required to build, configure, and activate this duplicate management process?
Drag items to arrange them in the correct order
A Salesforce administrator at a commercial real estate agency needs to automate a field update process on a custom object named Property Listing. When a Property Listing record's Status field is changed to 'Under Contract', two fields on that same Property Listing record must be automatically updated: the Pending Date field must be set to the current date, and the Escrow Status field must be updated to 'Pending Deposit'. The solution must be declarative, optimized for maximum performance, and avoid unnecessary database writes or re-triggering the Salesforce order of execution. Which automation tool configuration should the administrator select to meet these requirements?
When a customer support agent updates a Case record, several automated processes and validation mechanisms are triggered. Place the following automation events in the exact sequence in which Salesforce processes them during the record save operation.
Drag items to arrange them in the correct order
An administrator is designing an after-save record-triggered flow on the Account object to update all related open Work Orders when an Account is marked as inactive. To ensure optimal performance and avoid reaching SOQL and DML governor limits, which two design practices should the administrator follow? (Select 2 answers.)
Select all that apply
An administrator at Crestview Real Estate built and activated a custom Matching Rule on the Contact object to identify duplicate records based on First Name, Last Name, and Phone Number. However, sales representatives report that they are still able to create identical Contact records without receiving any warnings or block messages. Which configuration step did the administrator fail to complete?
A Salesforce Administrator is tasked with configuring declarative automation on the Case object. When a high-priority Case record is marked as Closed, the business process requires three distinct actions: creating a follow-up Task for the Account owner, posting a notification to the Account's Chatter feed, and deleting temporary diagnostic records related to the Case. Which statement accurately describes the capability of Process Builder regarding these requirements?
A Salesforce Administrator at an IT infrastructure recycling firm needs to build a report for account managers. Management requires the report to group accounts into three distinct revenue categories based on Annual Revenue (Standard: up to 100,001 to 500,000) without adding custom fields to the Account object. Additionally, the report must only list Accounts that currently have active Contracts, but do not have any open high-priority Cases. Which two steps should the administrator perform to satisfy these business requirements? (Select two.)
Select all that apply
An organization tracks product maintenance requests using a custom object named Warranty Claim. When a Warranty Claim status changes to 'Approved', two actions must occur automatically: a custom status timestamp field on the triggering Warranty Claim record must be updated, and a follow-up Task record must be created and assigned to the claim owner. Which TWO declarative automation solutions should a Salesforce administrator implement to fulfill these requirements efficiently?
Select all that apply
A Salesforce Administrator needs to design an autolaunched flow that updates the Status field of all active Contact records associated with an Account whenever the Account's Status changes to 'Inactive'. The solution must process multiple child records efficiently without exceeding system governor limits. How should the administrator construct the flow logic?
A Salesforce Administrator is evaluating declarative tools for automated business processes. Match each business automation requirement on the left with its corresponding Process Builder capability or limitation on the right.
Click a left item, then click its matching right item
Items
Matches
A Salesforce Administrator is creating an after-save record-triggered flow on the Account object to update the mailing address on all child Contact records whenever an Account address changes. To adhere to Salesforce bulkification design principles and prevent hitting governor limits, in which sequence should the administrator execute the flow steps?
Drag items to arrange them in the correct order