Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce OmniStudio-Developer - Salesforce Certified OmniStudio Developer Plat-Dev-210

Page: 1 / 6
Total 180 questions

What is the key advantage of using a Sub-Integration Procedure Action over duplicating the same logic across multiple parent Integration Procedures?

A.

It enables the child Integration Procedure to run asynchronously.

B.

It avoids the need for exception handling.

C.

It ensures the entire process runs in one transaction.

D.

It promotes reusability and modularity of server-side logic.

An OmniStudio Developer would like to use a tool within the browser-based OmniScript Designer to test the script ' s logic and data integration during the development phase.

Which tool should the developer use?

A.

Salesforce CLI

B.

Vlocity Build Tool (VBT)

C.

Developer Console

D.

Debug Console (Test Panel)

An OmniStudio Developer creates an OmniScript. The developer adds the following key/value pairs to the Seed Data JSON in Script Configuration.

Seed Data JSON

Customer Type = Residential

Customer Value = High

At runtime, how will this seed data be structured in the data JSON?

A.

{ " Script Configuration " : { " Customer Type " : " Residential " , " Customer Value " : " High " }}

B.

{ " Seed " : { " Customer Value " : " High " , " Customer Type " : " Residential " }}

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.

B.

In a DataRaptor in an Output Tab Output JSON Path.

C.

In a DataRaptor Action in an Input Parameters value field.

D.

In a Remote Action m an Additional Output value field.

An OmniStudio Developer creates an Integration Procedure with a Set Values element and a Data Mapper Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, they enter the AccountId correctly and execute the preview. The developer sees the data extracted by the Data Mapper in the Debug Log, but the response is empty. What is the likely cause of this issue?

A.

The Data Mapper Action did not have the Add Response To Response JSON property set to true.

B.

The AccountId used for the preview is invalid.

C.

A Response Action was not added and Data Mapper output was not mapped to the Send JSON Path.

D.

A Response Action was not added to the Integration Procedure.

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?

A.

DataRaptor Post Action

B.

HTTP Action

C.

Integration Procedure Action

D.

DataRaptor Load Action

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.

Data Mapper Transform

B.

HTTP Action Element

C.

Integration Procedure

D.

Guided Workflow

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.

What should the developer use to configure the action that invokes the OmniScript?

A.

OmniScript Action

B.

Custom Action

C.

Lightning Action

An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.

How should the developer configure the Integration Procedure to meet this requirement?

A.

Use a Remote Action that calls the XMLStreamReader class

B.

Use a Remote Action that calls the XMLStreamWriter class

C.

Use a DataRaptor Transform to convert JSON to XML

D.

Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.

On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?

A.

In the Setup Pabel, {recordId} is misspelled in the Data Source Input Map.

B.

The field name in the FlexCard state does not match the DataRaptorExtract’s Output JSON Path name.

C.

In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.

D.

There are No test Data test Parameters configured.