Tüm alıştırma soruları
1784 soru
A Salesforce Administrator at a commercial property management company is tasked with configuring an Account report for the regional operations team. The report must include accounts that meet the following criteria:
1. Account Rating is equal to 'Hot' OR Annual Revenue is greater than $10,000,000.
2. Account Type is equal to 'Commercial Tenant'.
The administrator creates the following field filters on the Account report:
Filter 1: Rating equals Hot
Filter 2: Annual Revenue greater than 10,000,000
Filter 3: Type equals Commercial Tenant
Which custom filter logic statement must the administrator apply to return only the records matching the business requirement?
Universal Containers requires a Screen Flow that allows customer support representatives to select multiple active Asset records associated with an Account and update their Warranty Expiration Date to a newly selected date. The flow must process up to 200 Asset records in a single execution without breaching Salesforce governor limits. What should the administrator configure in Flow Builder to fulfill this requirement?
A Salesforce Administrator needs to configure a new Workflow Rule on the Lead object to automate lead assignment follow-ups and notifications. Place the administrative configuration steps in the correct sequential order from initial rule creation to deployment.
Öğeleri doğru sıraya koymak için sürükleyin
An administrator needs to implement an automated solution on a custom object named Vendor_Evaluation__c. Whenever a Vendor_Evaluation__c record is created or updated, the system must evaluate its numerical performance score and populate a Risk_Rating__c field on the triggering record before the record is saved to the database. The solution must maximize processing speed and avoid consuming extra DML statements within the execution transaction. Which flow trigger design should the administrator implement?
A system administrator at a software enterprise needs to automate two separate data management requirements for a custom Subscription object linked to the standard Account object via a lookup relationship:
1. Automatically populate a custom Tier field on the triggering Subscription record prior to database commit whenever a new Subscription is created.
2. Update the parent Account record's Active Contract Status field immediately after a Subscription record is saved with an active status.
Which TWO automation design options adhere strictly to Salesforce architectural best practices for performance and capability limits? (Select TWO.)
Geçerli olan tümünü seçin
Universal Containers requires travel requests to be approved by a designated project lead identified in a custom User lookup field on the record, rather than the submitter's direct manager. Which approval step configuration allows the system to dynamically route the approval request to the user specified in that custom field?
A Salesforce Administrator needs to enforce data quality standards on the Account object. Business policy requires that an error message be displayed to prevent saving an Account record under either of the following independent conditions:
1. The Account Type picklist is set to 'Partner' and the custom field Tax_ID__c is left blank.
2. The Account Rating picklist is set to 'Hot' and the AnnualRevenue numeric field is either blank or less than or equal to zero.
Which validation rule formula expressions will successfully evaluate to TRUE to enforce these data quality requirements? (Select TWO answers)
Geçerli olan tümünü seçin
An administrator is designing an autolaunched flow to update secondary contact details across multiple related Contact records whenever a Partner Account undergoes a tier recalculation. To process the updates efficiently and avoid hitting SOQL and DML governor limits, which two design patterns should the administrator implement when manipulating record data in the flow?
Geçerli olan tümünü seçin
A healthcare provider processes high-volume bulk imports of Patient Intake records daily. An administrator must implement an automation requirement: whenever a Patient Intake record is created or updated with a status of 'Completed' and a pending insurance verification flag, a custom date field named Verification Due Date on that same Patient Intake record must immediately be set. The architecture team mandates that the solution must maximize system performance, minimize CPU consumption during bulk operations, and strictly adhere to Salesforce automation guidelines. Which automation solution should the administrator implement?
An administrator at CloudData SaaS is designing automation for the custom object Subscription_Contract__c. The business requires the following two automated processes:
1. Whenever a Subscription_Contract__c record's status is changed to "Pending Renewal", the system must automatically calculate and update the Renewal_Discount__c field on that same triggering contract record prior to committing changes to the database.
2. Whenever a Subscription_Contract__c record's status is changed to "Renewed", the system must create a child Renewal_Notice__c record and execute an outbound callout notification to an external billing endpoint.
Which TWO flow trigger configurations should the administrator select to fulfill these requirements in accordance with Salesforce best practices? (Select TWO.)
Geçerli olan tümünü seçin
A Salesforce Administrator needs to design an autolaunched flow that processes multiple related Opportunity records associated with an Account. The business requirement demands updating specific field values across all related open opportunities while maintaining optimal performance and strictly adhering to Salesforce governor limits. Which TWO design practices should the administrator implement in Flow Builder?
Geçerli olan tümünü seçin
An IT Asset Manager at a healthcare enterprise wants to automatically send an automated XML message to an external enterprise resource planning (ERP) system whenever a custom object record tracking Medical Equipment is updated to a status of 'Needs Maintenance'. The requirement specifies that this integration must be accomplished using native declarative Workflow capabilities without custom Apex code. Which workflow action should the administrator configure to satisfy this requirement?
A Salesforce Administrator is building an autolaunched flow to automatically update open Opportunities when a partner Account is set to Inactive. To adhere to Salesforce governor limits and bulkification design patterns, in what sequence should the administrator place the Flow elements to update the stage of these Opportunities to 'Closed Lost'?
Öğeleri doğru sıraya koymak için sürükleyin
A Salesforce Administrator at a medical equipment supplier is building a custom report to analyze company assets. Management has specified two key requirements for this report:
1. Categorize asset records into three pricing tiers based on numeric value ranges without creating a new custom field on the object schema.
2. Limit the report display so it only includes Account records that currently have at least one related Service Contract.
Which two report configuration options should the administrator implement to satisfy these business requirements? (Select TWO)
Geçerli olan tümünü seçin
A Salesforce Administrator is configuring an approval process for high-value Opportunity records requiring executive sign-off. Which two automated action types can be added directly to Final Approval Actions within a Salesforce Approval Process? (Select 2 options)
Geçerli olan tümünü seçin
An operations manager at a logistics company requires automated processing on the custom object Shipment__c. When a shipment status changes to "Delayed", an immediate Outbound Message must be sent to an external tracking service. Additionally, if the shipment status remains "Delayed" for 24 hours, a time-dependent Task should be assigned to the Logistics Supervisor. While attempting to configure the workflow rule, the administrator discovers that the option to add a time trigger is unavailable. Which evaluation criteria selection is preventing the administrator from adding the time-dependent action?
A logistics enterprise uses a custom object named Freight Shipment to track international deliveries. The operations team has defined two requirements when a Freight Shipment record is updated:
1. Automatically calculate and update the Estimated Delivery Date and Risk Status fields on the triggering Freight Shipment record prior to saving changes to the database.
2. If the shipment status is updated to 'Delayed', automatically create a related Audit Task record assigned to the logistics manager.
Which automation design adheres to Salesforce architecture best practices while optimizing performance?
A Salesforce Administrator is building an After-Save Record-Triggered Flow on the Account object that executes when an Account's rating changes to 'Hot'. The requirement is to set the Status of all related open Cases to 'Escalated' while adhering to Salesforce governor limits and best practices. Which design pattern should the administrator implement within Flow Builder to accomplish this outcome?
An administrator needs to enforce a data quality requirement on the Contact object. Whenever a contact's custom picklist field `Contact_Status__c` is set to 'Active', the `Tax_Identification_Number__c` text field must not be left blank. Which validation rule formula correctly prevents saving the record when this requirement is violated?
A Salesforce Administrator at a telecommunications provider needs to build a report displaying Accounts that have active Contracts but do not have any open Cases. Additionally, executive leadership wants the report to group Accounts into three distinct spending tiers ("Enterprise", "Mid-Market", and "SMB") based on their Annual Revenue, without creating custom fields on the Account object. Which combination of reporting features should the administrator use to meet these requirements?