option
Questions
ayuda
daypo
search.php

Similar questions I part II - Learning

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Similar questions I part II - Learning

Description:
Flow, Validation Rules, Process Builder etc

Creation Date: 2023/12/11

Category: Others

Number of questions: 30

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

Which two types of process automation can be used to calculate the shipping cost for an Order when the Order is placed and apply a percentage of the shipping cost of some of the related Order Products? Choose 2 answers. Flow Builder. Process Builder. Workflow Rule. Approval Process.

Which two process automations can be used on their own to send Salesforce Outbound Message? Choose 2 answers. Flow Builder. Process Builder. Workflow Rule. Strategy Builder.

Which process automation should be used to post a message to Chatter without using Apex code?. Flow Builder. Entitlement Process. Strategy Builder. Outbound Message.

Which process automation should be used to send an outbound message without using Apex code?. Flow Builder. Process Builder. Workflow Rule. Approval Process.

A developer needs to implement the functionality for a service agent to gather multiple pieces of informationfrom a customer in order to send a replacement credit card. Which automation tool meets these requirements?. Flow Builder. Process Bulder. Approval Process. Lightning Component.

A credit card company needs to Implement the functionality for a service agent to process damaged creditcards. When the customers call In, the service agent must gather many pieces of information Is tasked toImplement this functionality. What should the developer use to satisfy this requirement In the most efficient manner?. Flow Builder. Approval Process. Apex Trigger. Lightning Component.

A company wants to implement a new call center process for handling customer service calls. It requiresservice reps to ask for the caller’s account number before proceeding with the rest of their call script.Following best practices, what is the optimal approach to satisfy this requiremnt?. Flow Builder. Apex trigger. Approvals. Einstein Next Best Action.

Universal Hiring is using Salesforce to capture job applications. A salesforce administrator created two customobjects; Job c acting as the master object, Job application.__: acting as the detail. What is the recommendedtool a developer should use to meet the business requirement?. Record-triggered flow. Apex trigger. Formula field. Process Builder.

Which declarative process automation feature supports iterating over multiple records?. Flows. Workflow rules. Approval Process. Validation Rules.

As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted. Which automation tool should beused to meet this business requirement?. Record-Triggered Flow. Workflow Rules. Process Builder. Scheduled job.

Managers at Universal Containers want to ensure that only decommissioned containers are able to bedeleted in the system. To meet the business requirement a Salesforce developer adds ^Decommissioned' asa picklist value for the Status__: custom field within the Contact__c object. Which tool should the developeruse to enforce only Container records with a status of 'Decommissioned' can be deleted?. After record-triggered flow. Before record-triggered flow. Validation rule. Apex trigger.

Universal Container wants Opportunities to no longer be editable when reaching the Closed/Won stage. How should a developer accomplish this?. Use flow Builder. Use a validation rule. Use the Process Automation setting. Mark fields as read-only on the page layout.

The sales management team at Universal Container requires that the Lead Source field of the Lead record bepopulated when a.. converted. What should be done to ensure that a user populates the Lead Source field prior to converting a Lead?. Use a validation rule. Create an after trigger on Lead. Use a formula field. Use Lead Conversation field mapping.

The sales management team at Universal Containers requires that the Lead Source field of the Lead record be populated when a Lead is converted. What should be used to ensure that a user populates the Lead Source field prior to converting a Lead?. workflow Rule. Process Builder. Validation Rule. Formula Field.

Universal Containers has implemented an order management application. Each Order can have one or moreOrder Line items. The Order Line object is related to the Order via a master-detail relationship. For eachOrder Line item, the total price is calculated by multiplying the Order Line item price with the quantity ordered. What is the best practice to get the sum of all Order Line item totals on the Order record?. Apex trigger. Formula field. Roll-up summary field. Quick action.

Universal Container use a simple order Management app. On the Order Lines, the order line total iscalculated by multiplying the item price with the quantity ordered. There is a Master-Detail relationshipbetween the Order and the Order Lines object. What is the practice to get the sum of all order line totals onthe order header?. Apex Trigger. Process Builder. Roll-Up Summary Field. Declarative Roll-Up Summaries App.

A developer has a requirement to create an Order When an Opportunity reaches a 'Closed-Won' status. Which tool should be used to implement this requirement?. Lightning Component. Apex trigger. Process Builder. Lightning.

Universal Containers (UC) is developing a process for their sales teams that requires all sales reps to gothrough a set of scripted steps with each new customer they create. In the first steps of collecting information,UC’s ERP system must be checked via as a REST endpoint to see if the customerexists. If the customerexists, the data must be presented to the sales rep in Salesforce. Which two should a developer implement to satisfy the requirements? Choose2 answer. Flow. Future method. Invocable method. Trigger.

Universal Container* decides to use purely declarative development to build out a new Salesforce application. Which two options can be used to build out the business logic layer for this application? Choose 2 answer. Record-Triggered flow. Validation Rules. Batch Jobs. Remote Actions.

A developer at Universal Containers is taked with implementing a new Salesforce application that bwill bemaintained completely by their company’s Salesforce administrator. Which two options should be consideredfor buildig out the business logic layerof the application? Chosse 2 answer. Record-Triggered flows. Validation Rules. Unvocable Moorche. Actions. Scheduled.

Universal Container uses Service Cloud with a custom field, stage_c, on the Case object. Management wantsto send a follow-up email reminder 6 hours after the stage_c field is set to ''; Waiting on customer'' The ....Administrator wants to ensure the solution used is bulk safe. Which two automation tools should a developerrecommend to meet these business requirements? Choose 2 answers. Record_Triggered Flow. Scheduled Flow. Einstein Next Best Action. Process Builder.

Universal Containers has created a unique process for tracking container repairs. A custom field, status__c,has been created within the container__c custom object. A developer is tasked with sending notifications tomultiple external systems every time the value of the status__picklist changes. Which two tools should the developer use to meet the business requirement and ensure low maintenance ofthe solution? Choose 2 answers. Record-Triggered flow. Platform event. Apex callouts. Apex trigger.

Universal Containers wants Opportunities to no longer be editable when it reaches the Closed/Won stage. Which two strategies can a developer use to accomplish this? Choose 2 answers. Use a trigger. Use a validation rule. Use an after-save flow. Use the Process Automation settings.

When a user edits the postal Code on an Account, a custom Account text field named. Timezone‘ must beupdated based on the values in a PostalCodeToTimezone_c custom ogject. Which two automationtools canbe used to implement this feature? Choose 2 answers. Fast field Updates record-triggered flow. Account trigger. Quick actions. Approval process.

Universal Containers decides to use purely declarative development to build out a new Salesforce application. Which three options can be used to build out the business logic layer for this application? Choose 3 answers. Process builder. Flow Builder. Validation Rules. Triggers. Apex Class.

Which three process automations can immediately send an email notification to the owner of an Opportunitywhen its Amount is changed to be greater than $10,000? Choose 3 answers. Process Builder. Workflow Rule. Approval Process. Escalation Rule. Flow Builder.

Which three operations affect the number of times a trigger can fire? Choose 3 answers. Process Flows. Workflow Rules. Roll-Up Summary fields. Email messages. Criteria-based Sharing calculations.

Universal Containers decides to use exclusively declarative development to build out a new Salesforceapplication. Which three options should be used to build out the database layer for the application? Choose 3 answers. Relationships. Roll-Up Summaries. Custom Objects and Fields. Triggers. Process Builder.

A developer of Universal Containers is tasked with implementing a new Salesforce application that must beable to by their company's Salesforce administrator. Which three should be considered for building out the business logic layer of the application? Choose 3 answers. Process Builder. Workflows. validation Rules. Invocable Actions. Scheduled Jobs.

The Salesforce Administrator created a custom picklist field, Account_status_c, on the a Account object. This picklist has possible values of Inactive'' and Active? As part of a new business process, management wants to ensure an opportunity record is created only for Accounts marked as 'Active'. A developer is asked to implement this business requirement. Which two automation tools should be used to fulfill the business need? Choose 2 answers. Salesforce Flow. Process Builder. Approval Process. Workflow Rules.

Report abuse