Salesforce omnistudio-developer practice test

Answers Salesforce Certified OmniStudio Developer Exam


Question 1

A developer is building an OmniScript and needs to retrieve data from Salesforce and from an on-
premises billing database.
Which two OmniScript elements could retrieve this data?
Choose 2 answers

  • A. Navigate Action
  • B. DataRaptor Extract Action
  • C. HTTP Action
  • D. Response Action
Answer:

B, C

Discussions

Question 2

Refer to the exhibit.

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

B)

C)

D)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

C

Discussions

Question 3

A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and
firstName. The DataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues
element in the Integration Procedure to set the first name and last name for the contact record. The
DataRaptor and Integration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message
displays: Required fields are missing: [last Name],
How should the developer address this issue?

  • A. SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure
  • B. The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname
  • C. The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action
  • D. The valid field names should be added in the Domain object field in the DataRaptor
Answer:

A

Discussions

Question 4

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. Script configuration
  • B. Community logs
  • C. DataRaptor configuration
  • D. Action Debugger
Answer:

C, D

Discussions

Question 5

Refer to the exhibit.
What JSON from the DRGetAccountDetails action would display all six values correctly in the
OmniScript structure shown? BlkContacts is a Repeat Block.

A)

B)

C)

D)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

C

Discussions

Question 6

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. DataRaptor Extract Action
  • B. REST API Action
  • C. Navigation Action
  • D. SOQL Action
  • E. HTTP Action
Answer:

A, E

Discussions

Question 7

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. 13.99
  • C. 12.99,13.99
  • D. 12.99
Answer:

D

Discussions

Question 8

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. A Response Action was not added to the integration Procedure.
  • D. The AccountId used for the preview is invalid.
Answer:

C

Discussions

Question 9

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 A
  • B. Option B
  • C. Option C
Answer:

C

Discussions

Question 10

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 A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

D

Discussions
To page 2