Salesforce Certified OmniStudio Developer Plat-Dev-210 Exam Questions

Page: 1 / 14
Total 103 questions
Question 1

A developer is creating a Flex Card for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.

What must be developer do to configure the FlexCard for deployment in a community?



Answer : B

The Target property in publishing Options determines where the FlexCard will be displayed.Setting it to the Community page will make the FlexCard available in the community


Question 2

A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.

What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?



Answer : B

According to theDataRaptor Load Overviewpage, a Linked Mapping is used to ''create or update multiple records in different objects that are related by lookup fields''.


Question 3

A developer has an existing DataRaptorLoad that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.

The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure toset the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message displays: Required fields are missing: [last Name]'',

How should the developer address this issue?



Answer : A

According to theIntegration Procedure Actionspage, ''To pass data from a Set Values action to a DataRaptor action, add the Set Values action name to the Additional Input field of the DataRaptor action.''


Question 4

A developer needs to configure a calculation procedure to calculate the sum of the entire base price.

What is the most efficient way for the developer to meet this requirement?



Answer : B

he Aggregation Step in a calculation procedure allows the developer to perform aggregate functions such as SUM, COUNT, MIN, MAX, and AVG on the output of a previous step.The developer can use this step to calculate the sum of the entire base price by specifying the field name and the aggregation function


Question 5

A company wants to allow agents to send customers a quote for signature. The quote is a document created using a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature.

How should a developer configure this functionality in OmniScript?



Answer : A

A DocuSign Envelope Action can be used to create and send a document for signature using a DocuSign template.The developer can specify the template ID, recipient details, and prefill data in the action configuration


Question 6

Which calculation procedure version in the list would execute on 2/15/2020at 12:00 PM?



Answer : B

the calculation procedure version that would execute on 2/15/2020 at 12:00 PM is the one that has the start date time and end date time that include that date and time, and also has the highest priority among the enabled versions. In this case, only version number 4 meets these criteria, as it has a start date time of 2/1/2020 12:00 AM, an end date time of 4/1/2020 12:00 AM, a priority of 1, and is enabled. The other versions either have a different start or end date time, a lower priority, or are not enabled.


Question 7

A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be an integer. However, the DataRaptor is sending it as a string.

Which action can the developer take to fix this?



Answer : D

The DataRaptor Formula tab allows the developer to define formulas using functions and operators to manipulate data. The TOINTEGER function converts a string value to an integer value.The developer can use this function to output the field value as an integer and use the formula as output


Page:    1 / 14   
Total 103 questions