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: 4 / 6
Total 180 questions

An OmniStudio Developer at Universal Containers needs to build and modify OmniScripts and FlexCards. The developer is unable to access the OmniStudio designers. The administrator has already confirmed the user has a Salesforce license. Which items should the administrator assign to the user to grant the required access?

A.

The OmniStudio User permission set license (PSL) and the OmniStudio Admin permission set

B.

The OmniStudio Admin permission set license (PSL) and the OmniStudio Admin permission set

C.

The OmniStudio Admin permission set license (PSL) and the OmniStudio User permission set

D.

The OmniStudio User permission set license (PSL) and the OmniStudio Developer permission set

Refer to the exhibit.

The card layout uses an integration Procedure as a data source. The cards use the layout data source.

Which JSON data structure supports this card layout and follows best practices?

A)

B)

C)

A.

Option A

B.

Option B

C.

Option C

A developer needs to configure a Data Mapper 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 Data Mapper should the developer use?

A.

Data Mapper Load

B.

Data Mapper Transform

C.

Data Mapper Extract

D.

Data Mapper Turbo Extract

A developer writes an OmniScript that includes a DataRaptor that updates the Account status 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?

A.

Check the Upsert Key checkbox on the Account Status field

B.

Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field

C.

Populate the Lookup Object and Lookup Fields

D.

Check Overwrite Target for All Null Inputs checkbox on the Account Id field

A developer needs to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false.

How should a developer configure the calculation procedure to conditionally execute the correct formula?

A.

Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE (is Customer) and NOT (ISTRUE) (is Customer) functions in the Condition syntax.

B.

Use two separate Calculation Steps with the Conditional Step property selected: reference just the is Customer variable in the Conditional syntax (no comparison necessary)

C.

Use two separate Calculation Steps with the Conditional Step property selected: compare theisCustomer variable directly to the literal true and false values in the Condition syntax.

D.

Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustomer variable and conditionally perform the appropriate calculation.

An OmniStudio Developer has built a FlexCard to display Account details. A separate team needs to reuse the component that displays related contacts.

What is best practice for making the contact display reusable in other FlexCards or components?

A.

Duplicate the contact-display elements into the other components.

B.

Use a global Custom CSS Class to style the contacts consistently.

C.

Put the contact logic into a separate Data Mapper and call it directly.

D.

Create a separate, modular child FlexCard for the contact display.

A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.

Based on best practices, how should the developer configure the Input JSON?

A.

Copy the Input JSON from the DataRaptor Acton Debug node.

B.

Build the Input JSON node by node m an editor.

C.

Copy the Input JSON from the OmniScript {Data} modal.

D.

Build the Input JSON node by node m the DataRaptor Designer.

When configuring the Formulas tab in any Data Mapper type, what is best practice regarding the naming of formula variables?

A.

Use generic names that can be easily reused.

B.

Use the exact API name of the target field.

C.

Use clear, descriptive variable names.

D.

Use the shortest possible variable names.

An OmniStudio Developer uses the Migration Tool, for example IDX Workbench or an IDE, to deploy an OmniScript and its dependent Data Mappers to a production environment. After deployment, the OmniScript fails to run. The developer verifies all components were successfully moved.

Which critical final step did the developer forget to take?

A.

Activate the deployed OmniScript version in the target org.

B.

Configure a Response Action.

C.

Set the Remote Site Settings.

D.

Set the Cache Duration.

What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?

Choose 2 answers

A.

It populates data in PDF and DocuSign format

B.

It is easier to configure

C.

It has better performance at runtime

D.

It supports complex field mappings