Latest Salesforce OmniStudio-Developer PDF and Dumps (2021) Free Exam Questions Answers [Q30-Q52]

Share

Latest Salesforce OmniStudio-Developer PDF and Dumps (2021) Free Exam Questions Answers

Pass Your Salesforce Developer OmniStudio-Developer Exam on Nov 30, 2021 with 63 Questions

NEW QUESTION 30
Refer to the exhibit.

The card layout uses an integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)

B)

C)

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

Answer: A

 

NEW QUESTION 31
A developer needs to create . DataRaptor to retrieve the name of an account for a contact.
Following best practices, how should a developer configure the extraction steps?

  • A. Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name
  • B. Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name
  • C. Define an extraction step for the Account object, and set the Extract JSON Path to AccountContact.Name
  • D. Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name

Answer: B

 

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

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

Answer: A

 

NEW QUESTION 33
A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?

  • A. DataRaptor Load
  • B. DataRaptor Turbo Extract
  • C. DataRaptor Transform
  • D. DataRaptor Extract

Answer: B

 

NEW QUESTION 34
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 B
  • C. Option A

Answer: A

 

NEW QUESTION 35
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 theexpected Output JSON? Choose 2 answers

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

Answer: B,D

 

NEW QUESTION 36
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. 13.99
  • B. 12.99
  • C. 12.99,13.99
  • D. Null

Answer: B

 

NEW QUESTION 37
What parent JSON node name must be sent to a Calculation Procedure?

  • A. input
  • B. Input
  • C. Inputs
  • D. inputs

Answer: D

 

NEW QUESTION 38
A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.
Which factor would lead the developer to this decision?

  • A. All instance of the FlexCard must be updated with the changes.
  • B. The new and current versions will be displayed together on the same target.
  • C. The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
  • D. Another team member is developing new action, fields and styling for the current version of the FlexCard.

Answer: D

 

NEW QUESTION 39
An integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
How should the developer configure the Integration Procedure to meet this requirement?

  • A. Use a Remote Action that calls the XMLStreamReader class
  • B. Use a DataRaptor Transform to convert JSON to XML
  • C. Use a Remote Action that calls the XMLStreamWriter class
  • D. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.

Answer: B

 

NEW QUESTION 40
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. Use a conditional FlexCard State
  • B. Use a Datatable element
  • C. Set the class'' collapsible'' on the block element
  • D. Set the collapsible property on the block element

Answer: D

 

NEW QUESTION 41
A developer needs to display read-only contact information in a OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal, code, and country from the data JSON.
Which OmniScript element should the developer use to meet this requirement?

  • A. Text area
  • B. Edit Block
  • C. Rich text Area
  • D. Text Block

Answer: D

 

NEW QUESTION 42
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?

  • A. Delete some of the actions
  • B. Use a child FlexCard
  • C. Use a flyout action
  • D. Use a datatable or chart element

Answer: C

 

NEW QUESTION 43
An OmniScript displays data from an API using an Integration Procedure, but some of the data is missing.
What error could cause this? Choose 2 answers

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

Answer: C,D

 

NEW QUESTION 44
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. Configure a Remote action with timeout settings of 120000
  • B. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
  • 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 45
You want to build a DataRaptor Transform to send product pricing to a Calculation Procedure.

Given the JSON Output below, whichmapping in your Transform would be correct for the Output JSON Path for the Base Price?

  • A. Input BasePrice
  • B. Input-Base Price
  • C. Input.baseprice
  • D. Input:BasePrice

Answer: D

 

NEW QUESTION 46
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed m the flyout?
Choose 2 answer

  • A. An OmniScript
  • B. A Child FlexCard
  • C. An Integration Procedure
  • D. A DataRaptor

Answer: B,C

 

NEW QUESTION 47
A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?

  • A. Add a navigation Action inside each step and set the Component name to ''Cancel'',
  • B. Add a navigation Action outside each step and set the Element Name to ''Cancel'',
  • C. Add a navigation Action inside each step and set the Element Name to ''Cancel'',
  • D. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.

Answer: D

 

NEW QUESTION 48
For testing an Omniscript the Contextld is the only key in a Set Values element Before going into production, what are two possible best practices for this Contextld? Choose 2 answers

  • A. Delete the Set Values element.
  • B. Deactivate the Set Values element.
  • C. Add the correct Contextld to the {Data} modal
  • D. Do nothing. It will be ignored at runtime.

Answer: A,C

 

NEW QUESTION 49
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?

  • A. It must be a calculation step.
  • B. It must be included in constants.
  • C. It must be a matrix lookup step.
  • D. It must be included m the calculation output.

Answer: D

 

NEW QUESTION 50
What are two items you can include on a flyout action? Choose 2 answers

  • A. A link to a DataRaptor Load
  • B. A link to an Integration Procedure
  • C. Another flyout
  • D. An OS Action

Answer: B,D

 

NEW QUESTION 51

A)

B)

  • A. Option A
  • B. Option B

Answer: A

 

NEW QUESTION 52
......


Salesforce OmniStudio-Developer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a use case, compare and contrast various elements and their configuration
  • Determine which DataRaptor Extract functionality is needed
Topic 2
  • Given a use case, compare and contrast various elements and their configuration
  • Apply concepts required to build the JSON data structure that supports FlexCards framework
Topic 3
  • Demonstrate an understanding of the mechanics of a Calculation Matrix
  • Given a set of requirements, determine appropriate card style, data sources, fields
Topic 4
  • Given a customer issue, determine the breakdown location in the data flow
  • Identify which DataRaptor to use to meet a requirement
Topic 5
  • Determine which DataRaptor Turbo Extract functionality is needed
  • Determine which DataRaptor Load functionality is needed

 

OmniStudio-Developer Dumps for Salesforce Developer Certified Exam Questions & Answer: https://examschief.vce4plus.com/Salesforce/OmniStudio-Developer-valid-vce-dumps.html