Ultimate Guide to Prepare OmniStudio-Developer Certification Exam for Salesforce Developer in 2021
Use Real OmniStudio-Developer Dumps - Salesforce Correct Answers updated on 2021
NEW QUESTION 22
What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?
- A. Go to the PREVIEW tab In OmniScript to test.
- B. Go to the Lightning Console and reload the page to test.
- C. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
- D. Add a key/value pair in the DataRaptor to test it.
Answer: D
NEW QUESTION 23
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 24
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. Check is Lookup property when mapping the fields.
- B. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
- C. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
- D. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requested Field list.
Answer: A,B
NEW QUESTION 25
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. {Params.postalcode}
- D. {Records.postalcode}
Answer: C
NEW QUESTION 26
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 state sequenced first in the FlexCard canvas will display.
- D. The first state with true conditions sequence closest to the top of the FlexCard canvas will display.
Answer: C
NEW QUESTION 27
A developer is configuring a DataRaptor Load to Save contract data. The developer needs to set the record type of the contactusing DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?
- A. Check is Lookup property when mapping the fields.
- B. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
- C. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
- D. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requestedField list.
Answer: A,B
NEW QUESTION 28
A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action named ResponseCart.
In Preview, what JSON node shows the data sent to the Response Action?
- A. Response
- B. ResponseCartDebug
- C. FetchCart
- D. ResponseCart
Answer: B
NEW QUESTION 29
Refer to the exhibit.
The card layout uses anintegration 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 30
Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
- A. In a DataRaptor Action in an Input Parameters value field.
- B. In a DataRaptor in an Output Tab Output JSON Path.
- C. In a Set Values Action in a Value field.
- D. In a Remote Action m an Additional Output value field.
Answer: C,D
NEW QUESTION 31
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 32
Of the questions listed below, which two are ones you need to answer when you create a DataRaptor Extract?
- A. Which sObject or sObjects contain the data | need?
- B. Which card will be using this DataRaptor? D Which OmniScript template will | be using?
- C. What should | name the JSON node where the data will be sent?
Answer: A,B
NEW QUESTION 33
A)
B)
- A. Option A
- B. Option B
Answer: A
NEW QUESTION 34
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 35
Refer to the exhibit below.
What is the reason that the fields fail to display the fetched data?
- A. Use Data JSON is Not selected in the properties of the Type Ahead Block.
- B. The typeHead key is not in the correct format.
- C. FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
- D. Lookup Mode is selected in the properties of the Type Ahead Block.
Answer: C
NEW QUESTION 36
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 JSOW 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 37
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?
- A. Update the ContextId value to specify an id from the Production org.
- B. Deactivate the contextId key/value pair
- C. Delete or Deactivate the Set Values element.
- D. Add a Show/Hide condition on the Set Values element.
Answer: D
NEW QUESTION 38
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 39
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 data.
What error could cause this behavior? Choose 2 answers Calculator
- A. In the DataRapior Load, in the preview tab, the Recordid is from the wrong record type. a
- B. Contextid is misspelled in the merge code that passes the Recordid fo the DataRaptor.
- C. The fields that are not updated are read only in Salesforce.
- D. The Input JSON paths in the DataRaptor Load do noi match the JSON sent from the OmniScript.
Answer: C,D
NEW QUESTION 40
......
Salesforce OmniStudio-Developer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
Salesforce Developer -OmniStudio-Developer Exam-Practice-Dumps: https://actualtests.real4prep.com/OmniStudio-Developer-exam.html