Free CERTIFIED-OMNISTUDIO-DEVELOPER Salesforce CERTIFIED-OMNISTUDIO-DEVELOPER Practice Test Question

Loading demo links...

Showing 1–3 of 8 questions

Question 1 (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.)

Select an option, then click Submit answer.

  • The API url is not allowlisted in Salesforce.
  • The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
  • The OmniScript has no active version.
  • The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
Question 2 (Topic 1)

A developer is building a DataRaptor Load for an Integration Procedure used in an OmniScript. Based on best practices, how should the developer configure the Input JSON?

Select an option, then click Submit answer.

  • Build the Input JSON node by node in an editor.
  • Build the Input JSON node by node in the DataRaptor Designer.
  • Copy the Input JSON from the OmniScript {Data} modal.
  • Copy the Input JSON from the DataRaptor Action Debug node.
Question 3 (Topic 1)

In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array. Based on best practices, what two methods are recommended? (Choose two.)

Select an option, then click Submit answer.

  • Use a Matrix Action to call a Calculation Matrix.
  • Use a Calculation Action to call a Calculation Procedure.
  • Use a Set Values Element inside a Loop Block.
  • Use a List Action to merge the array elements together.