Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Salesforce Certified OmniStudio Developer Exam Actual Questions

The questions for Certified OmniStudio Developer were last updated on April 7, 2024.
  • Viewing page 1 out of 20 pages.
  • Viewing questions 1-4 out of 84 questions

Topic 1 - Exam A

Question #1 Topic 1

A developer is creating an OmniScript that provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:
Welcome to Salesforce!
Your ID is %Details:Customer|0:ID%
During testing, the developer notices that the ID does not display. The data JSON is structured as shown below.
How should the developer correct the merge code in order for the ID to display?

  • A. To %Details:Customer|n:ID%
  • B. To $Details:Customer|0:ID$
  • C. To %Details:Customer|1:ID%
  • D. To %%Details:Customer|0:ID%%
Reveal Solution Hide Solution   Discussion   7

Correct Answer: C 🗳️

Question #2 Topic 1

A developer is building an OmniScript and needs to retrieve data from many fields in a Salesforce record.
Which OmniScript element does this?

  • A. Lookup
  • B. HTTP Action
  • C. Select
  • D. DataRaptor Extract Action
Reveal Solution Hide Solution   Discussion   2

Correct Answer: D 🗳️

Question #3 Topic 1

A developer creates an OmniScript to 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 the OmniScript, the developer enters a name in the Type Ahead and makes a selection of a contact from the list. However, the text fields FirstName, LastName. and BirthDate are not getting populated with the data.
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 Typeahead Key is not in the correct format.
  • C. Lookup Mode is not selected in the properties of the Type Ahead Block.
  • D. FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
Reveal Solution Hide Solution   Discussion   1

Correct Answer: D 🗳️

Question #4 Topic 1

An OmniScript displays data from an API using an Integration Procedure, but all of the data is missing. What two errors could cause this? (Choose two.)

  • A. The API url is not allowlisted in Salesforce.
  • B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
  • C. The OmniScript has no active version.
  • D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
Reveal Solution Hide Solution   Discussion   7

Correct Answer: BD 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...