ExamGecko
Ask Question

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

List of questions

Question 21

Report
Export
Collapse

Refer to the exhibit.

Salesforce Certified OmniStudio Developer image Question 21 66676 09232024002959000000

All inputs to the Calculation Matric are set correctly.

The Calculation Matrix has the following input:

Salesforce Certified OmniStudio Developer image Question 21 66676 09232024002959000000

What is the output?

Null
Null
13.99
13.99
12.99,13.99
12.99,13.99
12.99
12.99
Suggested answer: B
asked 23/09/2024
Serhan Azdiken
42 questions

Question 22

Report
Export
Collapse

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

Navigate Action
Navigate Action
DataRaptor Extract Action
DataRaptor Extract Action
HTTP Action
HTTP Action
Response Action
Response Action
Suggested answer: B
asked 23/09/2024
Dustin Roberts
45 questions

Question 23

Report
Export
Collapse

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?

The fields have exceeded the maximum number allowed on the card.
The fields have exceeded the maximum number allowed on the card.
The field is null 0 the Salesforce record.
The field is null 0 the Salesforce record.
{recordld} us misspelled in the Data Source Input Map.
{recordld} us misspelled in the Data Source Input Map.
There are no test parameters configured.
There are no test parameters configured.
Suggested answer: B
asked 23/09/2024
alvaro Vasconcelos
35 questions

Question 24

Report
Export
Collapse

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

Choose 2 answers

In a Set Values Action in a Value field.
In a Set Values Action in a Value field.
In a DataRaptor in an Output Tab Output JSON Path.
In a DataRaptor in an Output Tab Output JSON Path.
In a DataRaptor Action in an Input Parameters value field.
In a DataRaptor Action in an Input Parameters value field.
In a Remote Action m an Additional Output value field.
In a Remote Action m an Additional Output value field.
Suggested answer: A, D
asked 23/09/2024
Cesar Castillo
31 questions

Question 25

Report
Export
Collapse

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?

Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:
Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:
Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.
Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.
Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
Suggested answer: B
asked 23/09/2024
Md Ali Uz Zaman
34 questions

Question 26

Report
Export
Collapse

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.

Salesforce Certified OmniStudio Developer image Question 26 66681 09232024002959000000

Salesforce Certified OmniStudio Developer image Question 26 66681 09232024002959000000

Both parent and embedded OmniScripts have the same element name for the Set values element.
Both parent and embedded OmniScripts have the same element name for the Set values element.
A developer failed to include a Navigation Element to pass data from the parent OmniScript.
A developer failed to include a Navigation Element to pass data from the parent OmniScript.
The LWC PubSub Message flag in the Set Values action of the parent has not been set.
The LWC PubSub Message flag in the Set Values action of the parent has not been set.
The flag passDataJSON in the parent OmniScript in not configured correctly.
The flag passDataJSON in the parent OmniScript in not configured correctly.
Suggested answer: C
asked 23/09/2024
Cristian Lazo
38 questions

Question 27

Report
Export
Collapse

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?

The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.
Another team member is developing new action, fields and styling for the current version of the FlexCard.
Another team member is developing new action, fields and styling for the current version of the FlexCard.
The new and current versions will be displayed together on the same target.
The new and current versions will be displayed together on the same target.
All instance of the FlexCard must be updated with the changes.
All instance of the FlexCard must be updated with the changes.
Suggested answer: A
asked 23/09/2024
wasiu adio
28 questions

Question 28

Report
Export
Collapse

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 Calculation Action element
A Calculation Action element
A Set Values element
A Set Values element
A formula element
A formula element
A Range element
A Range element
Suggested answer: C
asked 23/09/2024
Jorge Fontes
44 questions

Question 29

Report
Export
Collapse

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

Salesforce Certified OmniStudio Developer image Question 29 66684 09232024002959000000

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

Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
Suggested answer: B, C
asked 23/09/2024
xingrui li
36 questions

Question 30

Report
Export
Collapse

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?

Add the FlexCard's API name to FlexCard Player component
Add the FlexCard's API name to FlexCard Player component
Set the Target property in publish Options to Communitypage''
Set the Target property in publish Options to Communitypage''
Configure the Component visibility in the custom Component.
Configure the Component visibility in the custom Component.
Set the Developer property in Card Configuration to ''Community''
Set the Developer property in Card Configuration to ''Community''
Suggested answer: B
asked 23/09/2024
Tebogo Maphafo
36 questions
Total 86 questions
Go to page: of 9
Search

Related questions