ExamGecko
Ask Question

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

List of questions

Question 11

Report Export Collapse

A developer needs to configure a DataRaptor to retrieve data from a single object. The structure of the output data does not need to be changed.

Following best practices, which type of DataRaptor should the developer use?

DataRaptor Transform
DataRaptor Transform
DataRaptor Extract
DataRaptor Extract
DataRaptor Load
DataRaptor Load
DataRaptor Turbo Extract
DataRaptor Turbo Extract
Suggested answer: D
asked 23/09/2024
Tim Dekker
47 questions

Question 12

Report Export Collapse

What should a developer's first step be when troubleshooting whether a DataRaptor Extract is retrieving data?

Go to the Lightning Console and reload the page to test.
Go to the Lightning Console and reload the page to test.
Go to the PREVIEW tab In OmniScript to test.
Go to the PREVIEW tab In OmniScript to test.
Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
Add a key/value pair in the DataRaptor to test it.
Add a key/value pair in the DataRaptor to test it.
Suggested answer: D
asked 23/09/2024
Latonya Ganison
30 questions

Question 13

Report Export Collapse

A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system.

Which OmniScript element could save all of this data?

DataRaptor Post Action
DataRaptor Post Action
HTTP Action
HTTP Action
Integration Procedure Action
Integration Procedure Action
DataRaptor Load Action
DataRaptor Load Action
Suggested answer: C
asked 23/09/2024
Selladurai Ravi
49 questions

Question 14

Report Export Collapse

...... configure Additional input to send exactly the same data? Assume that the develop checked Send Only Additional input.

Salesforce Certified OmniStudio Developer image Question 14 66669 09232024002959000000

A)

Salesforce Certified OmniStudio Developer image Question 14 66669 09232024002959000000

B)

Salesforce Certified OmniStudio Developer image Question 14 66669 09232024002959000000

C)

Salesforce Certified OmniStudio Developer image Question 14 66669 09232024002959000000

D)

Salesforce Certified OmniStudio Developer image Question 14 66669 09232024002959000000

Option A
Option A
Option B
Option B
Option C
Option C
Option D
Option D
Suggested answer: D
asked 23/09/2024
Michael Aragon
37 questions

Question 15

Report Export Collapse

A customer sets up two LWC OmniScripts, one embedded into another. AccountId is set in a Set Values element in the parent OmniScript. The Accountid set in the parent OmniScript is used to set another Set values element ContextAccountId in the emvedded OmniScript. The embedded OmniScript is activated.

While previewing the OmniScript flow from the parent, it is found that Account I set correct in the parent OmniScript. However ContextAccount 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 15 66670 09232024002959000000

The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
The flag passData.JSON in the parent OmniScript in not configured correctly.
The flag passData.JSON in the parent OmniScript in not configured correctly.
A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
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.
Suggested answer: A
asked 23/09/2024
Fathy Refay
49 questions

Question 16

Report Export Collapse

Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?

Salesforce Certified OmniStudio Developer image Question 16 66671 09232024002959000000

%DRReadCase: CaseNumber%
%DRReadCase: CaseNumber%
((DRRCase, CaseNumber))
((DRRCase, CaseNumber))
MTTOPDetCaseDetail: CaseNumber%
MTTOPDetCaseDetail: CaseNumber%
((CaseNumber))
((CaseNumber))
Suggested answer: A
asked 23/09/2024
Thomas Kincer
40 questions

Question 17

Report Export Collapse

A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.

What should the developer do before moving the OmniScript to a production org?

Update the ContextId value to specify an id from the Production org.
Update the ContextId value to specify an id from the Production org.
Add a Show/Hide condition on the Set Values element.
Add a Show/Hide condition on the Set Values element.
Delete or Deactivate the Set Values element.
Delete or Deactivate the Set Values element.
Deactivate the contextId key/value pair
Deactivate the contextId key/value pair
Suggested answer: C
asked 23/09/2024
Instel SL
35 questions

Question 18

Report Export Collapse

A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.

Which OmniStudio tool could the developer use to simplify this data?

A guided workflow
A guided workflow
A DataRaptor Transform
A DataRaptor Transform
An HTTP Action Element
An HTTP Action Element
An integration Procedure
An integration Procedure
Suggested answer: B
asked 23/09/2024
Waleed Bahadaq
44 questions

Question 19

Report Export Collapse

An OmniScript displays data from an API using Integration Procedure, but some of the data is missing.

Which two configuration errors could cause this? Choose 2 answers

The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
The element name for the missing data does not match the JSON node key in the Integration Procedure Response.
The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure
The missing data is trimmed in the Integration Procedure Action Response JSON Path.
The missing data is trimmed in the Integration Procedure Action Response JSON Path.
Suggested answer: A, D
asked 23/09/2024
MOHAMED RIAZ MOHAMED IBRAHIM
45 questions

Question 20

Report Export Collapse

A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.

What is the likely cause of this issue?

The DataRaptor Action did not have the add response Ro Response JSON property set to true.
The DataRaptor Action did not have the add response Ro Response JSON property set to true.
The Response cannot be previewed directly.
The Response cannot be previewed directly.
A Response Action was not added to the integration Procedure.
A Response Action was not added to the integration Procedure.
The AccountId used for the preview is invalid.
The AccountId used for the preview is invalid.
Suggested answer: C
asked 23/09/2024
soufiane chafik
46 questions
Total 86 questions
Go to page: of 9
Search

Related questions