Tüm alıştırma soruları
1784 soru
A renewable energy company requires two distinct automation solutions for its Operations team:
1. Automatically set the custom field 'Urgent Servicing Required' to True on an Equipment Asset record whenever it is created or edited with an Operational Status of 'Critical', ensuring field changes occur before saving to the database without additional DML transactions.
2. Provide an interactive step-by-step UI wizard on the Case record page that allows support agents to gather diagnostic inputs, calculate RMA eligibility, and create a replacement order record upon submission.
Which two automation features should an administrator combine to meet these requirements efficiently using declarative tools? (Select TWO)
Geçerli olan tümünü seçin
An administrator is building an autolaunched flow designed to update the status of related entitlement records associated with an Asset object. The flow receives a record collection variable containing up to 150 related Asset Entitlement records. The administrator must set the Status field on each record to 'Expired' and update the database while adhering to Salesforce governor limits and automation best practices. What sequence of Flow elements should the administrator configure to achieve this requirement?
A Customer Support Manager at a telecom enterprise wants to automate administrative operations whenever a high-priority Support Case is created. The manager requests automated actions using Salesforce Workflow Rules. Which TWO automated actions can be directly configured as native Workflow Actions within a Workflow Rule? (Select TWO)
Geçerli olan tümünü seçin
A renewable energy enterprise tracks site surveys using a custom object named Installation Task, which maintains a Lookup relationship to the standard Account object. When an Installation Task status changes to 'Completed', the administrator must implement declarative automation to meet two specific requirements:
1. Update status tracking fields directly on the triggering Installation Task record before it is committed to the database.
2. Calculate and update summary metrics on the parent Account record.
Which TWO declarative solutions should the administrator implement to meet these requirements while adhering to Salesforce performance best practices? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise sales manager who serves as a key approver in an Opportunity discount approval process is scheduled to go on extended leave. A Salesforce Administrator designates a backup user in the Delegated Approver field on the manager's User record. Which configuration setting must be selected within the specific approval step to permit the delegated approver to approve or reject pending requests?
An administrator at Vanguard Logistics needs to implement duplicate management to detect and prevent duplicate records on a newly created custom object named Vendor. What is the correct sequence of configuration steps required to fully set up and enforce duplicate detection?
Öğeleri doğru sıraya koymak için sürükleyin
An administrator is designing an autolaunched flow to automatically generate custom Audit Log records for all high-priority Case records closed during the current business day. To adhere to Salesforce governor limits and best practices for bulkification, in what sequence should the flow elements and data manipulation steps be executed?
Öğeleri doğru sıraya koymak için sürükleyin
A Salesforce Administrator at a wildlife conservation foundation is creating an Account report for the fundraising team. Management needs the report to meet the following criteria:
1. Include Accounts where Total Gifts is greater than $10,000 OR the Account Region is 'West'.
2. Regardless of total gifts or region, ONLY include Accounts that have at least one related Active Recurring Donation record.
3. Group Accounts into three gift size tiers (Tier 1, Tier 2, and Tier 3) directly within the report interface without modifying the Account object schema.
Which TWO features or configurations should the administrator use to fulfill these requirements?
Geçerli olan tümünü seçin
An enterprise organization maintains automation on the custom object Service_Contract__c. The object has the following active components:
- A Before-Save Record-Triggered Flow that fires on record updates: when Tier__c is set to "Enterprise", it automatically updates Priority__c to "High".
- A custom Validation Rule: formula AND(TEXT(Tier__c) = "Enterprise", TEXT(Priority__c) = "Low") with the error message "Enterprise contracts cannot have Low priority."
- An After-Save Record-Triggered Flow: fires when Priority__c is updated to "High" to create a follow-up Task for the record owner.
A user edits an existing Service_Contract__c record, changing Tier__c from "Standard" to "Enterprise" while leaving Priority__c as "Low", and clicks Save.
What is the expected outcome of this save operation?
A company manages partner onboarding using a custom object named Partner Application, which shares a Lookup relationship with the standard Account object. An administrator is tasked with building automation for two distinct business needs:
1. Update custom fields on the triggering Partner Application record prior to database commit to ensure optimal performance without triggering additional workflow cycles.
2. Recalculate and update a custom number field on the parent Account record to track the total count of approved Partner Applications.
Which TWO declarative solutions should the administrator implement to fulfill these requirements?
Geçerli olan tümünü seçin
A Salesforce administrator is troubleshooting an automated Lead ingestion process from an external web form. The Lead object has several automation features configured: custom Validation Rules, a Before-Save Record-Triggered Flow that populates missing field values, standard Lead Assignment Rules, and an After-Save Record-Triggered Flow that sends an outbound notification. Which sequence accurately describes the order in which Salesforce executes these features during the record save operation?
An administrator at Horizon Health builds and activates a custom Matching Rule on the Lead object using exact match logic on Mobile Phone and fuzzy match logic on First Name. However, users report that when manually creating new leads with matching phone numbers and names, the system allows the records to be saved without showing any alert or duplicate warning. What is the most likely reason for this behavior?
A Salesforce Administrator is building an After-Save Record-Triggered Flow on the Asset object. When an Asset's Status field is changed to 'Obsolete', all open child Cases associated with that Asset must have their Status updated to 'Closed - Asset Replaced'. Which element configuration best achieves this requirement while adhering to Salesforce governor limits and bulkification best practices?
A Salesforce Administrator at a financial services firm is configuring automated opportunity processing. When an Opportunity stage changes to 'Closed Won', a Workflow Rule must update a custom field, send an immediate notification, and schedule a follow-up activity 30 days post-close. In what sequence does Salesforce evaluate and execute these workflow rule actions during record processing?
Öğeleri doğru sıraya koymak için sürükleyin
A Salesforce Administrator at a global freight logistics company is tasked with creating an Account report. Leadership requires the report to categorize accounts into three distinct revenue brackets (Small, Medium, and Enterprise) directly within the report interface without creating a custom field on the Account object. In addition, the report must display only Accounts that currently have open Opportunities and do not have any open Cases. Which combination of reporting features should the administrator use to satisfy these requirements?
An administrator is building a Screen Flow that enables users to enter details for multiple new Contact records associated with a parent Account within a continuous entry loop. To avoid reaching database governor limits, all Contact records must be created in a single transaction after the user completes the loop. Which combination of Flow resources and elements should the administrator use to achieve this requirement?
A system administrator at a financial services firm needs to automate a business process on the Account object. Whenever an Account record is created or updated and its Annual Revenue exceeds $5,000,000, a custom checkbox field named 'VIP Account' on the triggering Account record must be set to true immediately before the record is committed to the database. No related records need to be modified, and no external integrations or email notifications are required. Which declarative automation tool and configuration should the administrator select to fulfill this requirement efficiently?
An administrator at Solstice Solar needs to implement duplicate detection for Lead records. The business process requires identifying duplicates using exact matching on Email and fuzzy matching on Company name. Additionally, when a user attempts to create a duplicate record, the system should allow the user to save it, present an alert notification, and record the event for reporting purposes. Which two configuration steps must the administrator complete to meet these requirements?
Geçerli olan tümünü seçin
An enterprise Salesforce environment processes updates on the Opportunity object using multiple automation and code features. The object configuration includes Before-Save Record-Triggered Flows, Apex Before Triggers, Custom Validation Rules, Apex After Triggers, and After-Save Record-Triggered Flows. Which two statements correctly describe the sequence of execution and system behavior during a save operation?
Geçerli olan tümünü seçin
A Salesforce Administrator in a corporate procurement department is creating a Workflow Rule on a custom object called Equipment_Lease__c to send a reminder Task to the asset manager 30 days prior to the lease expiration date. However, while configuring the rule, the administrator observes that the option to add a Time-Triggered Workflow Action is unavailable and disabled in the setup interface. Which evaluation criterion selection is preventing the administrator from adding time-dependent actions to this workflow rule?