ExamGecko
Home Home / Salesforce / Certified OmniStudio Developer

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

Question list
Search
Search

List of questions

Search

Related questions











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
A.
Null
Answers
B.
13.99
B.
13.99
Answers
C.
12.99,13.99
C.
12.99,13.99
Answers
D.
12.99
D.
12.99
Answers
Suggested answer: B

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
A.
Navigate Action
Answers
B.
DataRaptor Extract Action
B.
DataRaptor Extract Action
Answers
C.
HTTP Action
C.
HTTP Action
Answers
D.
Response Action
D.
Response Action
Answers
Suggested answer: B

A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.

During testing, several fields display with the correct data, but one of the fields shows only the label.

What could cause this?

A.
The fields have exceeded the maximum number allowed on the card.
A.
The fields have exceeded the maximum number allowed on the card.
Answers
B.
The field is null 0 the Salesforce record.
B.
The field is null 0 the Salesforce record.
Answers
C.
{recordld} us misspelled in the Data Source Input Map.
C.
{recordld} us misspelled in the Data Source Input Map.
Answers
D.
There are no test parameters configured.
D.
There are no test parameters configured.
Answers
Suggested answer: B

Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?

Choose 2 answers

A.
In a Set Values Action in a Value field.
A.
In a Set Values Action in a Value field.
Answers
B.
In a DataRaptor in an Output Tab Output JSON Path.
B.
In a DataRaptor in an Output Tab Output JSON Path.
Answers
C.
In a DataRaptor Action in an Input Parameters value field.
C.
In a DataRaptor Action in an Input Parameters value field.
Answers
D.
In a Remote Action m an Additional Output value field.
D.
In a Remote Action m an Additional Output value field.
Answers
Suggested answer: A, D

An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Accountid and ProductId. The integration Procedure data JSON contains the following nodes:

How should the Remote Action element be configured to pass the data correctly to the method?

A.
Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:
A.
Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:
Answers
B.
Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.
B.
Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.
Answers
C.
Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
C.
Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
Answers
D.
Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
D.
Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
Answers
Suggested answer: B

A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.

The AccountId set in the parent Omniscript is used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.

While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.

What is the reason for this? Refer to the exhibit below.

A.
Both parent and embedded OmniScripts have the same element name for the Set values element.
A.
Both parent and embedded OmniScripts have the same element name for the Set values element.
Answers
B.
A developer failed to include a Navigation Element to pass data from the parent OmniScript.
B.
A developer failed to include a Navigation Element to pass data from the parent OmniScript.
Answers
C.
The LWC PubSub Message flag in the Set Values action of the parent has not been set.
C.
The LWC PubSub Message flag in the Set Values action of the parent has not been set.
Answers
D.
The flag passDataJSON in the parent OmniScript in not configured correctly.
D.
The flag passDataJSON in the parent OmniScript in not configured correctly.
Answers
Suggested answer: C

A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.

Which factor would lead the developer to this decision?

A.
The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
A.
The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
Answers
B.
Another team member is developing new action, fields and styling for the current version of the FlexCard.
B.
Another team member is developing new action, fields and styling for the current version of the FlexCard.
Answers
C.
The new and current versions will be displayed together on the same target.
C.
The new and current versions will be displayed together on the same target.
Answers
D.
All instance of the FlexCard must be updated with the changes.
D.
All instance of the FlexCard must be updated with the changes.
Answers
Suggested answer: A

A developer need to use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.

Based on best practice, what element should the developer use this function in?

A.
A Calculation Action element
A.
A Calculation Action element
Answers
B.
A Set Values element
B.
A Set Values element
Answers
C.
A formula element
C.
A formula element
Answers
D.
A Range element
D.
A Range element
Answers
Suggested answer: C

A developer needs to transform contact data into a JSON array.

Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers

A.
Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
A.
Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
Answers
B.
Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
B.
Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
Answers
C.
Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
C.
Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
Answers
D.
Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
D.
Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
Answers
Suggested answer: B, C

A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.

What must be developer do to configure the FlexCard for deployment in a Community?

A.
Add the FlexCard's API name to FlexCard Player component
A.
Add the FlexCard's API name to FlexCard Player component
Answers
B.
Set the Target property in publish Options to Communitypage''
B.
Set the Target property in publish Options to Communitypage''
Answers
C.
Configure the Component visibility in the custom Component.
C.
Configure the Component visibility in the custom Component.
Answers
D.
Set the Developer property in Card Configuration to ''Community''
D.
Set the Developer property in Card Configuration to ''Community''
Answers
Suggested answer: B
Total 86 questions
Go to page: of 9