Tüm alıştırma soruları
1784 soru
An organization tracks hardware assets returned by departing employees using a custom object named Equipment Return. When an Equipment Return record is updated to a status of 'Inspected', a custom field named Inspection Timestamp on the same Equipment Return record must be populated with the current date and time. To maximize system performance and follow Salesforce automation architectural best practices, which solution should the administrator configure?
An administrator is designing a record-triggered flow to update the stage and probability of multiple related Opportunity records when an Account is downgraded. To follow Salesforce best practices and avoid hitting governor limits, in what order should the data manipulation elements and variable operations be executed within the flow?
Öğeleri doğru sıraya koymak için sürükleyin
An administrator at AeroFlight Systems created and activated a custom Matching Rule on the Account object to identify records with matching names and addresses. However, when users create duplicate Account records, the system does not display any alerts, block record creation, or record the duplicate in a report. Which configuration step did the administrator omit?
An organization needs an automated solution for when an Asset record's status is updated to 'Obsolete'. The automation must perform three tasks: update the status of related child Maintenance_Log__c records to 'Archived', post a notification to the Asset's Chatter feed, and submit the parent Account record into an existing approval process. Which statement accurately describes the capability of Process Builder to meet these requirements?
A Salesforce administrator is designing an Opportunity report to evaluate sales cycle duration. The sales director requires calculating the elapsed days between the Created Date and Close Date for each individual opportunity record, as well as displaying the average elapsed duration grouped by Opportunity Owner. Which two statements accurately describe how the administrator can fulfill these reporting requirements?
Geçerli olan tümünü seçin
An administrator at a manufacturing company is designing an automation strategy for the custom Work Order object. When a Work Order record is updated, two business requirements must be satisfied:
1. Update fields on the triggering Work Order record itself before it is saved to the database, ensuring maximum performance without additional DML operations.
2. Execute a complex post-save business process that posts a notification to Chatter and updates related Asset records.
Which TWO automation design choices should the administrator implement to meet these requirements following Salesforce best practices? (Select TWO.)
Geçerli olan tümünü seçin
A system administrator is designing an automation strategy for a custom object named Warehouse_Transfer__c. The business requires two specific automation behaviors:
1. Automatically calculate and update the Total_Weight_KG__c field on the Warehouse_Transfer__c record itself immediately before the record is saved to the database.
2. Execute an outbound HTTP callout to an external logistics provider's API whenever a transfer record is confirmed.
Which TWO flow trigger configurations should the administrator implement to meet these requirements efficiently? (Choose two.)
Geçerli olan tümünü seçin
A company requires a Flow automation to update the status of all active entitlement records associated with a deactivated Customer Account. To ensure optimal performance and avoid exceeding Salesforce governor limits, which data manipulation approach should the administrator implement?
A Salesforce administrator is tasked with updating the custom field Risk_Score__c on the Case object whenever a Case record is created or modified, prior to saving the record to the Salesforce database. The calculation depends solely on field values within the triggering Case record itself, without requiring changes to related records or external web service callouts. Which flow implementation option provides the most efficient and recommended approach?
A sales operations analyst at Cloud Kicks requires a Salesforce report that evaluates a partner commission amount for each individual Opportunity record by multiplying the custom currency field by the custom percentage field . The report must also display the total combined commission aggregated at the Opportunity Owner grouping level. Which solution should the Salesforce administrator implement to meet this requirement?
An administrator is building an autolaunched flow to update the status of all active Software License records to 'Inactive' whenever a parent Contract record is marked as 'Expired'. The flow must handle bulk updates safely without exceeding Salesforce governor limits. Which two design practices should the administrator implement in the flow design?
Geçerli olan tümünü seçin
An administrator needs to implement an automation strategy for a custom object named Subscription Renewal. When a record is updated, the system must perform field updates on the triggering record prior to database commit, as well as send an email alert to the account management team. Following Salesforce best practices for declarative automation tool selection, which TWO solutions should the administrator implement?
Geçerli olan tümünü seçin
An administrator is configuring a flow to update all open Support Case records associated with an Account when its support tier is upgraded. The flow uses a Get Records element to retrieve the related open cases and iterates through them using a Loop element to set their Priority field to 'High'. What should the administrator do within the loop to prepare the records for update without exceeding Salesforce governor limits?
An administrator at Universal Containers is configuring automation for the Warranty_Claim__c object. When a Warranty_Claim__c record is created or updated, the Claim_Priority__c field on the triggering record must be populated with 'High' before the record is committed to the database. No updates or creations of related records are required. Which flow type and trigger configuration should the administrator choose to implement this requirement efficiently?
An educational academy tracks student certifications using a custom object called Candidate Assessment, which is related to the standard Contact object via a lookup relationship. When a Candidate Assessment record is updated, the administration team needs to satisfy two business requirements:
1. Calculate and populate an internal rating score on the triggering Candidate Assessment record before it is committed to the database to maximize transaction speed and avoid recursion.
2. Update a summary metric on the parent Contact record representing the total count of passed Candidate Assessments linked to that student.
Which two automation tools or configurations should the administrator select to fulfill these requirements? (Choose two.)
Geçerli olan tümünü seçin
An administrator is designing a record-triggered flow to archive all Campaign Member records when a parent Campaign is marked as 'Completed'. To ensure optimal performance and prevent hitting governor limits, the flow must properly manipulate memory resources and bulkify record updates.
In which order should the administrator sequence the Flow elements and data manipulation steps to achieve this requirement?
Öğeleri doğru sıraya koymak için sürükleyin
An organization requires an autolaunched flow that iterates through a list of expired Asset records and generates a follow-up Task for each corresponding account manager. To ensure the flow successfully processes high volumes of records without exceeding transaction governor limits, which two design practices should the administrator implement when configuring flow resources and elements?
Geçerli olan tümünü seçin
An organization is configuring business process automation for a custom object named Solar_Installation__c. The administrator must fulfill two specific operational requirements:
1. Automatically calculate and populate Estimated_Completion_Date__c and System_Capacity__c on the triggering record prior to saving the record into the database.
2. When an installation status reaches "Ready for Inspection", immediately send an automated email alert to the regional inspector and create a follow-up Task for the site supervisor.
Which two flow configurations should the administrator implement to fulfill these requirements following Salesforce best practices? (Choose two.)
Geçerli olan tümünü seçin
A Salesforce administrator is reviewing the automation architecture for a custom object that utilizes Fast Field Update flows, Apex triggers, and custom validation rules. When a user updates and saves a record, which TWO statements accurately describe the sequence in which Salesforce processes these automation components?
Geçerli olan tümünü seçin
An organization tracks charitable funding requests using a custom object named Grant_Application__c. A business requirement states that whenever a Grant_Application__c record is created or edited with a Requested_Amount__c exceeding $100,000, the Review_Tier__c picklist field on that same record must automatically be set to 'Executive Review' before the record is saved to the database. No external callouts, notifications, or updates to related records are required. Which flow configuration should the administrator choose to fulfill this requirement with optimal performance?