UPDATED [Nov 22, 2022] Pass Salesforce Certified OmniStudio Developer Exam with Latest Questions [Q45-Q70]

Share

UPDATED [Nov 22, 2022] Pass Salesforce Certified OmniStudio Developer Exam with Latest Questions

OmniStudio-Developer Exam Practice Questions prepared by Salesforce Professionals

NEW QUESTION 45
What is the reason for this? Refer to the exhibit below.

  • A. The flag passData.JSON in the parent OmniScript in not configured correctly.
  • B. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
  • C. A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
  • D. Both parent and embedded OmniScripts have the same element name for the Set Values element.

Answer: C

 

NEW QUESTION 46
A developer needs to transform contact data into a JSON array.

Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers

  • A. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
  • B. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
  • C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
  • D. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.

Answer: A,C

 

NEW QUESTION 47
Which of these checkboxes helps prevent a DataRaptor Load from creating duplicate records?

  • A. Is Lookup
  • B. Upsert Key
  • C. s Disabled
  • D. Is Required For Upsert

Answer: B

 

NEW QUESTION 48
Refer to the exhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?

  • A. BlockA: BlockB. Action 1
  • B. Action1: BlockB. Block A
  • C. BlockB: BlockB. Action1
  • D. Action1. BlockB. Block A

Answer: B

 

NEW QUESTION 49
Refer to the exhibit.

What JSON code correct represent the step in the OmniScript Structure panel shown?
A)

B)

C)

D)

  • A. Option C
  • B. Option A
  • C. Option B
  • D. Option D

Answer: A

 

NEW QUESTION 50
A)

B)

  • A. Option B
  • B. Option A

Answer: B

 

NEW QUESTION 51
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers

  • A. A Lookup Input Element
  • B. A DataRapt or Post Action
  • C. A DataRaptor Load Action
  • D. A DataRaptor Extract Action

Answer: B,D

 

NEW QUESTION 52
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce? Multiple Books

  • A. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
  • B. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.
  • C. A DataRaptor Transform that maps the new Email address to the old Email address field.
  • D. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.

Answer: D

 

NEW QUESTION 53
A company wants to allow agents to send customers a quote for signature. The quote is a documents 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 an OmniScript?

  • A. PDF Acwm
  • B. Email Action
  • C. DocuSign Signature Action
  • D. DocuSign Envelope Action

Answer: C

 

NEW QUESTION 54
A developer needs to display the following information together on one FlexCard:
* Account name, address, phone number, website
* Primary contact first name, contact name, address, phone number, email The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact information on the card?

  • A. Set the class'' collapsible'' on the block element
  • B. Set the collapsible property on the block element
  • C. Use a Datatable element
  • D. Use a conditional FlexCard State

Answer: D

 

NEW QUESTION 55
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the dat a. What error could cause this behavior?
Choose 2 answers

  • A. The fields that are not updated are read only in Salesforce.
  • B. The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
  • C. ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
  • D. In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.

Answer: A,B

 

NEW QUESTION 56
You want to edit a FlexCard.
Which question should you ask and answer before you make changes to the active version of the FlexCard?

  • A. Has the FlexCard been cloned before?
  • B. Where will the FlexCard be available to use?
  • C. Will the FlexCard only be used for testing?
  • D. Is the FlexCard used anywhere else?

Answer: D

 

NEW QUESTION 57
Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.

A)

B)

C)

D)

  • A. Option D
  • B. Option A
  • C. Option C
  • D. Option B

Answer: A

 

NEW QUESTION 58
Refer to the exhibit.

All inputs to the Calculation Matric are set correctly.
The Calculation Matrix has the following input:

What is the output?

  • A. Null
  • B. 12.99
  • C. 13.99
  • D. 12.99,13.99

Answer: C

 

NEW QUESTION 59
Refer to the exhibit.

A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.
Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.
A)

B)

C)

  • A. Option C
  • B. Option A
  • C. Option B

Answer: A

 

NEW QUESTION 60
A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A)

B)

C)

D)

  • A. Option D
  • B. Option A
  • C. Option C
  • D. Option B

Answer: A

 

NEW QUESTION 61
A developer is configuring a DataRaptor Load to Save contract dat
a. The developer needs to set the record type of the contact using DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?

  • A. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
  • B. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
  • C. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requested Field list.
  • D. Check is Lookup property when mapping the fields.

Answer: A,D

 

NEW QUESTION 62
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing.
Which two configuration errors could cause this? Choose 2 answers

  • A. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
  • B. The missing data is trimmed in the Integration Procedure Action Response JSON Path.
  • C. The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
  • D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.

Answer: A,B

 

NEW QUESTION 63
A developer needs to retrieve data from an external system that stores policy dat
a. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system's knows performance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers

  • A. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
  • B. Configure a Remote action with timeout settings of 120000
  • C. Check the Chainable checkbox on the integration procedure Action in the OmniScript
  • D. Set the Timeout property on the HTTP Action in the Integration Procedure

Answer: A,B

 

NEW QUESTION 64
A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to provide this functionality?

  • A. Use a Text Block element and a Remote Action element.
  • B. Use an Edit Block element configured with SOQL statements.
  • C. Use an Input Block element and a DataRaptor Post Action element.
  • D. Use an Edit Block element configured with Remote Actions.

Answer: D

 

NEW QUESTION 65
Which property enables custom Lightning web components to override an individual OmniScript element's component?

  • A. Element Type to LWC Component Mapping
  • B. LWC Component Override
  • C. HTML Template ID
  • D. Enable LWC

Answer: A

 

NEW QUESTION 66
A developer needs to build a DataRaptor Transform to send current weatherto both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?
A)

B)

C)

D)

  • A. Option D
  • B. Option A
  • C. Option C
  • D. Option B

Answer: A

 

NEW QUESTION 67
A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.
Which feature should the developer enable?

  • A. Use Future
  • B. Toast Completion
  • C. Invoke Mode Fire and Forget
  • D. Invoke Mode Non-Blocking

Answer: D

 

NEW QUESTION 68
What pre-populates the data in a PDF used by an OmniScript?

  • A. ASOGL Query
  • B. ADataRaptor Load
  • C. ADataRaptor Extract
  • D. A DataRaptor Transform

Answer: D

 

NEW QUESTION 69
A developer creates a FlexCard with five state elements. For of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.
In this scenario, how will the developer know which state will display?

  • A. The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
  • B. The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
  • C. The first state with true conditions sequence closest to the top of the FlexCard canvas will display.
  • D. The state sequenced first in the FlexCard canvas will display.

Answer: C

 

NEW QUESTION 70
......

OmniStudio-Developer Exam Practice Materials Collection: https://www.actual4exams.com/OmniStudio-Developer-valid-dump.html

Use Valid New OmniStudio-Developer Questions - Top choice Help You Gain Success: https://drive.google.com/open?id=1j_6C9LijUqh9ziHrm94FN7H-elTvctrN