ExamGecko
Ask Question

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

List of questions

Question 51

Report
Export
Collapse

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?

As an OS Action
As an OS Action
As a Custom Action
As a Custom Action
As an OmniStudio Action
As an OmniStudio Action
As a Lightning Action
As a Lightning Action
Suggested answer: A
asked 23/09/2024
Loyiso Gawula
35 questions

Question 52

Report
Export
Collapse

A)

Salesforce Certified OmniStudio Developer image Question 52 66707 09232024002959000000

B)

Salesforce Certified OmniStudio Developer image Question 52 66707 09232024002959000000

Option A
Option A
Option B
Option B
Suggested answer: A
asked 23/09/2024
Valerio Pietrantoni
44 questions

Question 53

Report
Export
Collapse

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?

Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
Add a navigation Action inside each step and set the Component name to ''Cancel'',
Add a navigation Action inside each step and set the Component name to ''Cancel'',
Add a navigation Action outside each step and set the Element Name to ''Cancel'',
Add a navigation Action outside each step and set the Element Name to ''Cancel'',
Add a navigation Action inside each step and set the Element Name to ''Cancel'',
Add a navigation Action inside each step and set the Element Name to ''Cancel'',
Suggested answer: A
asked 23/09/2024
Mian Mudasir Bari
40 questions

Question 54

Report
Export
Collapse

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

{Records[0]}
{Records[0]}
{Records}
{Records}
{Params records}
{Params records}
{recordId}
{recordId}
Suggested answer: B
asked 23/09/2024
Joseph Lewis
46 questions

Question 55

Report
Export
Collapse

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

The fields that are not updated are read only in Salesforce.
The fields that are not updated are read only in Salesforce.
In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
Suggested answer: A, C
asked 23/09/2024
Justin Kim
37 questions

Question 56

Report
Export
Collapse

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?

Show element if true
Show element if true
Disable read only if true
Disable read only if true
Set element to optional if false
Set element to optional if false
Set element to require if true
Set element to require if true
Suggested answer: B
asked 23/09/2024
Eduardo Collado
29 questions

Question 57

Report
Export
Collapse

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

Set the Timeout property on the HTTP Action in the Integration Procedure
Set the Timeout property on the HTTP Action in the Integration Procedure
Configure a Remote action with timeout settings of 120000
Configure a Remote action with timeout settings of 120000
Check the Chainable checkbox on the integration procedure Action in the OmniScript
Check the Chainable checkbox on the integration procedure Action in the OmniScript
Check the Chain on Step Check on the HTTP Action in the Integration Procedure
Check the Chain on Step Check on the HTTP Action in the Integration Procedure
Suggested answer: B, D
asked 23/09/2024
Abdelilah BAKIR
27 questions

Question 58

Report
Export
Collapse

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

Salesforce Certified OmniStudio Developer image Question 58 66713 09232024002959000000

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

Enable the record Looping feature on the data table elements
Enable the record Looping feature on the data table elements
Select the Repeatable Mode property on the data table elements
Select the Repeatable Mode property on the data table elements
Enable the Repeat Records feature on the FlexCard Setup tab
Enable the Repeat Records feature on the FlexCard Setup tab
Disable the Repeat Record feature on the FlexCard setup tab
Disable the Repeat Record feature on the FlexCard setup tab
Suggested answer: D
asked 23/09/2024
Alex Fill
30 questions

Question 59

Report
Export
Collapse

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?

The first state with true conditions sequence closest to the top of the FlexCard canvas will display.
The first state with true conditions sequence closest to the top of the FlexCard canvas will display.
The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
The state sequenced first in the FlexCard canvas will display.
The state sequenced first in the FlexCard canvas will display.
The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
Suggested answer: A
asked 23/09/2024
Angela Stevens
59 questions

Question 60

Report
Export
Collapse

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?

Populate the Lookup object and Lookup fields
Populate the Lookup object and Lookup fields
Check the Upset key and is required for Upsert checkboxes on the Account id field
Check the Upset key and is required for Upsert checkboxes on the Account id field
Check the Upsert key checkbox on the Account Status field
Check the Upsert key checkbox on the Account Status field
Check Overwrite Target for all Null input checkbox on the Account id field
Check Overwrite Target for all Null input checkbox on the Account id field
Suggested answer: B
asked 23/09/2024
Riaan Cilliers
32 questions
Total 86 questions
Go to page: of 9
Search

Related questions