OmniStudio-Developer Training & Certification Get Latest Salesforce Developer Updated on Sep 13, 2021 [Q17-Q39]

Share

OmniStudio-Developer Training & Certification Get Latest Salesforce Developer Updated on Sep 13, 2021

Certification Training for OmniStudio-Developer Exam Dumps Test Engine

NEW QUESTION 17
A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?

  • A. The DataRaptor Action did not have the add response Ro Response JSON property set to true.
  • B. The Response cannot be previewed directly.
  • C. The AccountId used for the preview is invalid.
  • D. A Response Action was not added to the integration Procedure.

Answer: D

 

NEW QUESTION 18
A developer need to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false.
How should a developer configure the calculation procedure to conditionally execute the correct formula?

  • A. Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
  • B. Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
  • C. Use two separate Calculation Steps with the Conditional Step property selected: compare the isCustomer variable directly to the literal true and false values in the Condition syntax.
  • D. Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)

Answer: D

 

NEW QUESTION 19
Which Calculation Matrix Version in the list would execute on2/15/2020 at 12:00 PM?

  • A. Version Number 4
  • B. Version Number 2
  • C. Version Number 3
  • D. Version Number 1

Answer: A

 

NEW QUESTION 20
While using the Lightning App Builder, you add a Custom Component to the console, but the component you want to add does not appearin the dropdown list.
What could cause this?

  • A. The data source for the FlexCard is not active.
  • B. The record displayed in the Lightning App Builder preview has no data for the record displayed.
  • C. The FlexCard does not have an active version.
  • D. The FlexCard has a recordid that is for the wrong record type.

Answer: C

 

NEW QUESTION 21
A developer creates a Flexcard that displays a contact's mailing address and passes the contact's postal code to a child FlexCard.
When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact's postal code?

  • A. {Parent.postalcode}
  • B. {Postalcode}
  • C. {Records.postalcode}
  • D. {Params.postalcode}

Answer: D

 

NEW QUESTION 22
A developer is configuring the API URL in an HTTP Action element within an Integration procedure.
What is the merge code syntax for passing a Date node from an element named SetValues in the URL?

  • A. x%SetValues.Date%
  • B. (' Setvalues'] [ 'Date']
  • C. %SetValues Date
  • D. {(SetValues. Date)}

Answer: C

 

NEW QUESTION 23
...... configure Additional input to send exactly the same data? Assume that thedevelop checked Send Only Additional input.

A)

B)

C)

D)

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

Answer: B

 

NEW QUESTION 24
The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript element should the developer use to configure this functionality?

  • A. SOQL Action
  • B. Navigation Action
  • C. HTTP Action
  • D. DataRaptor Extract Action
  • E. REST API Action

Answer: C,D

 

NEW QUESTION 25
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers

  • A. In a Remote Action m an Additional Output value field.
  • B. In a DataRaptor in an Output Tab Output JSON Path.
  • C. In a DataRaptor Action in an Input Parameters value field.
  • D. In a Set Values Action in a Value field.

Answer: A,D

 

NEW QUESTION 26
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 missing data is trimmed in the Integration Procedure Action Response JSON Path.
  • B. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
  • C. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
  • D. The element name for the missing data does not match the JSON node key in the Integration Procedure Response.

Answer: A,D

 

NEW QUESTION 27
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries.
What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?

  • A. Lookup Mapping
  • B. Linked Mapping
  • C. Lookup Key
  • D. Relationship Query

Answer: B

 

NEW QUESTION 28
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 an extraction step for the Account object, and set the Extract JSON Path to AccountContact.Name
  • B. Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name
  • C. Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name
  • D. Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name

Answer: B

 

NEW QUESTION 29
You are building a DataRaptor Load for an Integration Procedure used in an OmniScript.
Based on best practices, how should you configure the Input JSON?

  • A. Build the Input JSON node by node in the DataRaptor Designer.
  • B. Copy the Input JSON from the OmniScript {Data} modal.
  • C. Copy the Input JSON from the DataRaptor Action Debug node.
  • D. Build the Input JSON node by node in an editor.

Answer: B

 

NEW QUESTION 30
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. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
  • B. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
  • C. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
  • 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 31
Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community. The OmniScript includes an Integration Procedure that contains two DataRaptors.
Which two Location should the developer check to troubleshoot the issue?
Choose 2 answers

  • A. Community logs
  • B. DataRaptor configuration
  • C. Action Debugger
  • D. Script configuration

Answer: B,C

 

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

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

Answer: D

 

NEW QUESTION 33
You want to use a custom icon in a FlexCard.
How would you do this?

  • A. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
  • B. Select Salesforce SVG as the icon type and search for custom to find the custom icon
  • C. Select Custom as the icon type and enter the icon URL in the Image Source field
  • D. Select Custom as the icon type and search for the custom icon you want from the library

Answer: C

 

NEW QUESTION 34
Your company is using an OmniScript on a Community page to take applications from new customers. The email address field is not required when the customer fills in their contact information on the first step. On the last step, a customer indicates they would like to be contacted via email, but on the first step they left that field blank.
Which element will let you return the customer to that first step and change the email field to a required field?

  • A. Set Values
  • B. Email Action
  • C. Lookup
  • D. Set Errors

Answer: C

 

NEW QUESTION 35
Which twoof the items below must be defined before you can create a new OmniScript? Choose 2 answers

  • A. Template
  • B. SubType
  • C. Type
  • D. Description

Answer: B,C

 

NEW QUESTION 36
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 true nested condition, regardless of sequence in the FlexCard canvas, will display
  • B. The first state with a true AND 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: D

 

NEW QUESTION 37
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 Integration Procedure
  • B. A Child FlexCard
  • C. A DataRaptor
  • D. An OmniScript

Answer: A,B

 

NEW QUESTION 38
Refer to the exhibit.

A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript,the developer enters a name in the Type Ahead and males a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?

  • A. Lookup Mode is not selected in the properties of the Type A Head Block.
  • B. TheTypeghead ley is not in the correct format
  • C. Use Data JSON is not selected in the properties of the Type Ahead Block.
  • D. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.

Answer: D

 

NEW QUESTION 39
......

Step by Step Guide to Prepare for OmniStudio-Developer Exam: https://www.free4torrent.com/OmniStudio-Developer-braindumps-torrent.html

Salesforce Developer OmniStudio-Developer Real Exam Questions and Answers FREE Updated: https://drive.google.com/open?id=15yPbJafsyDBQu-9hO4bMY0AKXHKQ9enH