ExamGecko
Home Home / Salesforce / Certified OmniStudio Developer

Salesforce Certified OmniStudio Developer Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

Related questions











A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.

What is the most efficient way for the developer to configure the action that invokes the OmniScript?

A.
As an OS Action
A.
As an OS Action
Answers
B.
As a Custom Action
B.
As a Custom Action
Answers
C.
As an OmniStudio Action
C.
As an OmniStudio Action
Answers
D.
As a Lightning Action
D.
As a Lightning Action
Answers
Suggested answer: A

A)

B)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
Suggested answer: A

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.
Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
A.
Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
Answers
B.
Add a navigation Action inside each step and set the Component name to ''Cancel'',
B.
Add a navigation Action inside each step and set the Component name to ''Cancel'',
Answers
C.
Add a navigation Action outside each step and set the Element Name to ''Cancel'',
C.
Add a navigation Action outside each step and set the Element Name to ''Cancel'',
Answers
D.
Add a navigation Action inside each step and set the Element Name to ''Cancel'',
D.
Add a navigation Action inside each step and set the Element Name to ''Cancel'',
Answers
Suggested answer: A

A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.

A.
{Records[0]}
A.
{Records[0]}
Answers
B.
{Records}
B.
{Records}
Answers
C.
{Params records}
C.
{Params records}
Answers
D.
{recordId}
D.
{recordId}
Answers
Suggested answer: B

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

A.
The fields that are not updated are read only in Salesforce.
A.
The fields that are not updated are read only in Salesforce.
Answers
B.
In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
B.
In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
Answers
C.
The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
C.
The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
Answers
D.
ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
D.
ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
Answers
Suggested answer: A, C

In an OmnoScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.

How should the developer configure the conditional view to meet this requirement?

A.
Show element if true
A.
Show element if true
Answers
B.
Disable read only if true
B.
Disable read only if true
Answers
C.
Set element to optional if false
C.
Set element to optional if false
Answers
D.
Set element to require if true
D.
Set element to require if true
Answers
Suggested answer: B

A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.

The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.

Given the external system's knows performance issues, which configuration should be used to implement the call to the external system?

Choose 2 answers

A.
Set the Timeout property on the HTTP Action in the Integration Procedure
A.
Set the Timeout property on the HTTP Action in the Integration Procedure
Answers
B.
Configure a Remote action with timeout settings of 120000
B.
Configure a Remote action with timeout settings of 120000
Answers
C.
Check the Chainable checkbox on the integration procedure Action in the OmniScript
C.
Check the Chainable checkbox on the integration procedure Action in the OmniScript
Answers
D.
Check the Chain on Step Check on the HTTP Action in the Integration Procedure
D.
Check the Chain on Step Check on the HTTP Action in the Integration Procedure
Answers
Suggested answer: B, D

A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.

How can the developer configure the FlexCard to display the case records in this way?

A.
Enable the record Looping feature on the data table elements
A.
Enable the record Looping feature on the data table elements
Answers
B.
Select the Repeatable Mode property on the data table elements
B.
Select the Repeatable Mode property on the data table elements
Answers
C.
Enable the Repeat Records feature on the FlexCard Setup tab
C.
Enable the Repeat Records feature on the FlexCard Setup tab
Answers
D.
Disable the Repeat Record feature on the FlexCard setup tab
D.
Disable the Repeat Record feature on the FlexCard setup tab
Answers
Suggested answer: D

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 conditions sequence closest to the top of the FlexCard canvas will display.
A.
The first state with true conditions sequence closest to the top of the FlexCard canvas will display.
Answers
B.
The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
B.
The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
Answers
C.
The state sequenced first in the FlexCard canvas will display.
C.
The state sequenced first in the FlexCard canvas will display.
Answers
D.
The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
D.
The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
Answers
Suggested answer: A

A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.

How should the developer accomplish this task?

A.
Populate the Lookup object and Lookup fields
A.
Populate the Lookup object and Lookup fields
Answers
B.
Check the Upset key and is required for Upsert checkboxes on the Account id field
B.
Check the Upset key and is required for Upsert checkboxes on the Account id field
Answers
C.
Check the Upsert key checkbox on the Account Status field
C.
Check the Upsert key checkbox on the Account Status field
Answers
D.
Check Overwrite Target for all Null input checkbox on the Account id field
D.
Check Overwrite Target for all Null input checkbox on the Account id field
Answers
Suggested answer: B
Total 86 questions
Go to page: of 9