Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: clap70

OmniStudio-Developer Salesforce Certified Omnistudio Developer (Plat-Dev-210) Questions and Answers

Questions 4

An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A Data Mapper Load saves the data. What error could cause this behavior?

Choose 2 answers

Options:

A.

The Input JSON paths in the Data Mapper Load do not match the JSON sent from the OmniScript.

B.

The fields that are not updated are read-only in Salesforce.

C.

In the Data Mapper Load, in the preview tab, the RecordId is from the wrong record type.

D.

ContextId is misspelled in the merge code that passes the RecordId to the Data Mapper.

Buy Now
Questions 5

Which JSON from the DRGetAccountDetails action would display all six values correctly in the Omniscript structure shown?

BlkContacts is a Repeat Block.

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 6

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?

Options:

A.

%DRReadCase: CaseNumber%

B.

((DRRCase, CaseNumber))

C.

MTTOPDetCaseDetail: CaseNumber%

D.

((CaseNumber))

Buy Now
Questions 7

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

Choose 2 answers

Options:

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

Buy Now
Questions 8

An OmniStudio Developer at Ursa Major Solar is building a guided process for solar panel installation requests using a parent OmniScript. This parent script needs to launch a child OmniScript to perform a detailed site assessment. The developer must ensure the child script receives the Address and Contact nodes from the parent data JSON. Which property on the child OmniScript element should the developer use to accomplish this?

Options:

A.

Use the Additional Input property with key/value pairs.

B.

Set the PreFill property with the appropriate JSON.

C.

Configure the ContextId property with the parent record ' s ID.

D.

Use the LWC Component Override property to map the data.

Buy Now
Questions 9

The phone number of a Contact is changed in an OmniScript. What should an OmniStudio Developer configure to update the Contact record in Salesforce?

Options:

A.

A Data Mapper Extract that includes the RecordId, the upsert key selected, and the new phone number

B.

A Data Mapper Transform that maps the new phone number to the old Phone Number field

C.

A Data Mapper Transform that includes the previous phone number with the upsert key selected and the new phone number

D.

A Data Mapper Load that includes the RecordId, the upsert key selected, and the new phone number

Buy Now
Questions 10

An OmniStudio Developer uses an Integration Procedure that is cached. The developer needs to test a feature with fresh, uncached data without affecting the production cache for other users.

Which action should the developer take during testing?

Options:

A.

Pass a unique, throwaway value in a non-cache-key input parameter.

B.

Set the Integration Procedure ' s Cache Duration to 0 seconds and republish.

C.

Change the Integration Procedure ' s Type/SubType.

D.

Temporarily disable the Cache property and revert the change after testing.

Buy Now
Questions 11

Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?

Choose 2 answers

Options:

A.

In Procedure Configuration, in a Tracking Custom Data value field.

B.

In a Remote Action, in a Remote Options value field.

C.

In a Remote Action, in an Additional Output value field.

D.

In a Response Action, in an Additional input value field.

Buy Now
Questions 12

When performing an update of multiple related Salesforce records within an Integration Procedure, what is best practice for handling the updates?

Options:

A.

Use a single Data Mapper Load Action designed to handle all related object mappings.

B.

Use multiple sequential Data Mapper Load Actions.

C.

Use a Remote Action to call an Apex trigger.

D.

Use a single HTTP Action to call the Salesforce REST API.

Buy Now
Questions 13

Universal Containers needs to change the labels on the navigation buttons at the bottom of its OmniScript. Specifically, Universal Containers wants to change the Next button to display Continue.

Where should the OmniStudio Developer make this change?

Options:

A.

In the Element Name and Label mapping in the OmniScript Setup tab

B.

In the LWC Component Override property of the OmniScript Setup tab

C.

In the properties of each individual Step element

D.

In the properties of the Navigate Action element

Buy Now
Questions 14

An OmniStudio Developer is using a Data Mapper Transform. The source JSON has a field named Phone_Number, which is a string. The target JSON requires the field to be an array named ContactDetails containing a Phone object: { " ContactDetails " : [{ " Phone " : " ... " }]}. Which mapping technique is required?

Options:

A.

Direct mapping from Phone_Number to ContactDetails:Phone

B.

Mapping the source to the nested target path and relying on the Data Mapper to create the array and object nodes

C.

Creating an intermediate array in the Formula tab

D.

Mapping the source to the root node

Buy Now
Questions 15

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?

Options:

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.

Buy Now
Questions 16

An OmniStudio Developer needs to create a FlexCard that aggregates data from three different Salesforce objects: Account, Opportunity, and Case. Due to the complexity and the need for calculation logic, the developer decides to use a single Integration Procedure as the data source. What is the most crucial step the developer should perform when testing the FlexCard ' s data configuration in the designer?

Options:

A.

Manually input a valid Context ID, such as a record ID, in the Setup tab to execute the Integration Procedure and view the result.

B.

Confirm that all three SOQL queries in the Integration Procedure use aliases to prevent field name conflicts.

C.

Verify that the Response JSON Path is correctly set to retrieve the combined, final output JSON.

D.

Ensure all three data sources are configured as separate nodes in the Integration Procedure output.

Buy Now
Questions 17

An OmniStudio Developer is designing a crucial update process that involves a Remote Action to calculate complex metrics, followed by a Data Mapper Load Action to save the result. If the Remote Action fails, the entire transaction, including the Data Mapper Load if it somehow executed, must be considered a failure and the transaction rolled back. What is the most robust way to ensure this transactional integrity?

Options:

A.

Set the Data Mapper ' s Continue on Error property to False.

B.

Use a Chainable Integration Procedure for the Remote Action.

C.

Place both actions inside a single Try-Catch Block.

D.

Place both actions inside a Group element.

Buy Now
Questions 18

…… configure Additional input to send exactly the same data? Assume that the develop checkedSend Only Additional input.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 19

When should an OmniStudio Developer use Conditional Rendering on a FlexCard element, rather than create a separate State to manage element visibility?

Options:

A.

When the element needs to be visible in all views.

B.

When the element is being used inside a Repeater.

C.

When the logic to show or hide the element is simple and based on a single variable.

D.

When the change in visibility affects a majority of the card ' s elements.

Buy Now
Questions 20

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 DATA Raptor transform to achieve the expected Output JSON? Choose 2 answers

Options:

A.

Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.

B.

Set the Input JSON path as List(Contact) and the Output JSON Path as Contact.

C.

Set the Input JSON Path as Contact the out JSON Path as Contact and the output Data type as List.

D.

Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)

Buy Now
Questions 21

An OmniStudio Developer is designing a reusable Integration Procedure for a high-volume process. The data changes frequently, every 5 minutes. The developer wants to use caching but must ensure the cache is automatically refreshed shortly after the data changes. What is the most appropriate strategy?

Options:

A.

Set the Cache Duration to 300 seconds, or 5 minutes.

B.

Set the Contextual Cache Key to a unique value.

C.

Disable caching, as the data changes too frequently.

D.

Set the Cache Duration to a very high value, for example, 24 hours.

Buy Now
Questions 22

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?

Options:

A.

OmniScript Action

B.

Custom Action

C.

Lightning Action

Buy Now
Questions 23

Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action ' s output to the DataRaptor Transform Action?

Options:

A.

%HTTPGetDetails:CaseData%

B.

%DRXformCaseData: CaseData%

C.

{{ HTTPGetCaseDetails:CaseData}}

D.

{{CaseData}}

Buy Now
Questions 24

A developer creates a new FlexCardto 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 fieldsshows only the label.

What could cause this?

Options:

A.

The fields have exceeded the maximum number allowed on the card.

B.

The field is null 0 the Salesforce record.

C.

{recordld} us misspelled in the Data Source Input Map.

D.

There are no test parameters configured.

Buy Now
Questions 25

An OmniStudio Developer needs to retrieve data and perform complex filtering, sorting, and aggregation before displaying it in an OmniScript.

Which OmniStudio tool is the recommended best practice for preparing this data?

Options:

A.

Data Mapper Extract Action

B.

Integration Procedure

C.

HTTP Action

D.

Set Values Action

Buy Now
Questions 26

An OmniStudio Developer at Cloud Kicks is building a new guided flow with an OmniScript. The business requirements state that the flow must have conditional branching. Depending on the customer type selected on the first screen, subsequent steps must either show shipping options or digital download instructions. The project constraints prohibit the use of server-side logic for controlling the user path.

Which feature should the developer use to control the visibility of the different steps?

Options:

A.

The Pub/Sub property on the FlexCard elements

B.

An Integration Procedure ' s conditional block

C.

The Conditional View property on the Step elements

D.

A Data Mapper ' s requirement mapping

Buy Now
Questions 27

An OmniStudio Developer needs to explain the upgrade process for OmniStudio components when using the managed package runtime.

What is a key characteristic of this upgrade process?

Options:

A.

Upgrades are optional and must be initiated via a case with Salesforce Support.

B.

Upgrades must be performed by deactivating all OmniStudio components before installation.

C.

Upgrades require manual intervention to download and install new package versions from AppExchange.

D.

Upgrades are delivered automatically as part of Salesforce ' s seasonal releases.

Buy Now
Questions 28

A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard’s records in a Datatable.

Options:

A.

{Records[0]}

B.

{Records}

C.

{Params records}

D.

{recordId}

Buy Now
Questions 29

A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action named ResponseCart.

In Preview, what JSON node shows the data sent to the Response Action?

Options:

A.

FetchCart

B.

Response

C.

ResponseCartDebug

D.

ResponseCart

Buy Now
Questions 30

An OmniStudio Developer is defining a formula in a Data Mapper to create a unique external identifier that combines the AccountName and the current DateTime. The formula output must be set as a new variable in the Data Mapper ' s JSON. What is the essential final step after defining the formula?

Options:

A.

Map the formula result to a target field in the Transform tab.

B.

Map the formula result to a target field in the Mapping tab.

C.

Map the formula result to a target field in the Extract tab.

D.

Map the formula to an output field in the Output tab.

Buy Now
Questions 31

A requirement calls for a FlexCard to display key details, Name and Status, in a prominent top section, and less critical attributes, Created Date and Owner, below it in a smaller font. The OmniStudio Developer decides to use two different Block elements.

What is the most straightforward method to ensure the less critical attributes ' Block is styled differently?

Options:

A.

Set a unique CSS Class on the second Block and apply custom styling to it.

B.

Manually adjust the font size properties on each Text element within the second Block.

C.

Set the Layout property of the second Block to Small.

D.

Use a State element to apply conditional styling to the second Block.

Buy Now
Questions 32

A developer needs to use the COUNTIF 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, which element should the developer use this function in?

Options:

A.

Set Values element

B.

Formula element

C.

Range element

Buy Now
Questions 33

A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 34

An Integration Procedure uses an HTTP Action to make a 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 web service.

How should the OmniStudio Developer configure the Integration Procedure to meet this requirement?

Options:

A.

Use a Remote Action that calls the XMLStreamReader class.

B.

Use a Data Mapper Transform to convert JSON to XML.

C.

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

D.

Use a Remote Action that calls the XMLStreamWriter class.

Buy Now
Questions 35

A company wants to allow agents to send customers a quote for signature. The quote is a document created using a DocuSign template that has been prefilled with all of the quote details. The document will be emailed to one or more recipients for signature.

How should a developer configure this functionality in OmniScript?

Options:

A.

DocuSign Envelope Action

B.

PDF Acwm

C.

DocuSign Signature Action

D.

Email Action

Buy Now
Questions 36

In an Expression Set, what is required for the output of a Calculation Step to be used in an Aggregation Step?

Options:

A.

It must be included in constants.

B.

It must be included in the output.

C.

It must be a calculation step.

Buy Now
Questions 37

Which command line interface is specifically designed for migrating OmniStudio components between development environments and source control?

Options:

A.

Visual Studio Code Integrated Terminal

B.

Metadata Application Programming Interface (API)

C.

Change Data Capture (CDC) CLI

D.

Salesforce Command-Line Interface (SFCLI)

Buy Now
Questions 38

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

Options:

A.

Populate the Lookup object and Lookup fields

B.

Check the Upset key and is required for Upsert checkboxes on the Account id field

C.

Check the Upsert key checkbox on the Account Status field

D.

Check Overwrite Target for all Null input checkbox on the Account id field

Buy Now
Questions 39

A developer is creating a Flex Card 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?

Options:

A.

Add the FlexCard’s API name to FlexCard Player component

B.

Set the Target property in publishing Options to the Community page’’

C.

Configure the Component visibility in the custom Component.

D.

Set the Developer property in Card Configuration to ‘’Community’’

Buy Now
Questions 40

An OmniStudio Developer is troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart.

In Preview, which JSON node shows the data sent to the Remote Action?

Options:

A.

ResponseCart

B.

FetchCartDebug

C.

FetchCart

D.

ResponseCartDebug

Buy Now
Questions 41

An OmniStudio Developer at Coral Cloud Resorts has built a complex FlexCard that displays reservation details. They need to validate that the FlexCard correctly processes various JSON inputs before deploying it.

Which built-in tool should the developer use to test the component with different data scenarios directly within the FlexCard Designer?

Options:

A.

The Test Console in the OmniScript Designer

B.

The Troubleshooting tab in IDX Workbench

C.

The Test Data and Parameters panel in the FlexCard Designer

D.

The Data Mapper Turbo Extract preview tab

Buy Now
Questions 42

The OmniStudio Developer for Cumulus Cloud Corp receives a requirement to create a new claims submission process using OmniScript. The requirement specifies that 15 fields must be prefilled based on the currently logged-in user ' s data and must be highly performant. The team assumes that using a Data Mapper to query the current user ' s data will satisfy the performance requirement. Which action should the developer take first to validate the performance assumption and mitigate risk?

Options:

A.

Verify the required user fields are indexed and that the Data Mapper query is efficient.

B.

Implement a Data Mapper Load to write the user ' s data back to the User object.

C.

Convert the OmniScript to a FlexCard for better initial loading time.

D.

Use a Formula element in the OmniScript instead of a Data Mapper.

Buy Now
Questions 43

An OmniStudio Developer needs to make a minor text change to an active OmniScript at Northern Trail Outfitters. What is best practice to ensure the change does not immediately impact end users who are currently running the script?

Options:

A.

Edit the active version directly.

B.

Clone the OmniScript, edit the clone, and then deactivate the original.

C.

Create a new version and only activate it once testing is complete.

D.

Wait for the next Salesforce release.

Buy Now
Questions 44

Ursa Major Solar has an OmniScript where all input elements must have consistent horizontal spacing. The OmniStudio Developer has been instructed to use the Newport Design System ' s standard grid sizing. Which property should the developer configure on each input element to achieve this?

Options:

A.

Configure the Repeat CSS property to manage horizontal layout.

B.

Configure the Additional Element Classes property with a standard sizing class.

C.

Configure the Extra Small, Small, Medium, or Large property in the element ' s Display section.

D.

Configure the Element CSS property with a custom width value.

Buy Now
Questions 45

An OmniStudio Developer is configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed. Which feature should the developer enable?

Options:

A.

Use Future

B.

Invoke Mode Non-Blocking

C.

Invoke Mode Fire and Forget

D.

Toast Completion

Buy Now
Questions 46

A developer creates a Flexcard that displays a contact’s mailing address and passes the contact’s postal code to a child FlexCard.

When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact’s postal code?

Options:

A.

{Postalcode}

B.

{Parent.postalcode}

C.

{Records.postalcode}

D.

{Params.postalcode}

Buy Now
Questions 47

A developer is building an OmniScript and needs to retrieve data from a single field in aSalesforce record.

Which OmniScript element does this?

Options:

A.

Lookup

B.

Select

C.

HTTP Action

D.

DataRaptor Post Action

Buy Now
Questions 48

A developer needs to configure a calculation procedure to calculate the sum of the entire base price.

What is the most efficient way for the developer to meet this requirement?

Options:

A.

Create a Postprocessor apex class to calculate the sum.

B.

Add an Aggregation Step as SUM (BasePrice)

C.

Add A Calculation Step as SUM (BasePrice).

D.

Create a Preprocessor class to calculate the sum

Buy Now
Questions 49

A developer configures a FlexCard with a Data Mapper data source that uses the params.id as an input. When the developer clicks " View Data " on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display.

What could cause this error?

Choose 2 answers

Options:

A.

The RecordId in the Test Data Source Settings is for the wrong record type.

B.

There is no Salesforce record for the FlexCard based on the RecordId in the layout ' s Test Data Source Settings.

C.

The Data Node field for the FlexCard is empty.

D.

The Attributes haven ' t been configured to pass the data to the fields.

Buy Now
Questions 50

An OmniStudio Developer has configured an OmniScript to be embedded in an external web application that is not Salesforce. What is the primary method used to embed the OmniScript in this external channel?

Options:

A.

Using a Visualforce Page wrapper.

B.

Embedding the OmniScript using the provided Lightning Web Component (LWC) code snippet.

C.

Exposing the OmniScript as a REST API.

D.

Using an Integration Procedure call from the external system.

Buy Now
Questions 51

An OmniStudio Developer is embedding an OmniScript on a Lightning record page. The OmniScript requires the current Account ID to fetch related data.

Which input parameter name should the developer ensure the OmniScript is configured to accept, to automatically receive the record ID from the page context?

Options:

A.

ContextId

B.

AccountId or other object-specific ID

C.

recordId

D.

CurrentRecord

Buy Now
Questions 52

An OmniStudio Developer at Universal Containers is enhancing a FlexCard that displays account details. They have created a custom Lightning web component that visualizes account hierarchies. The business requires this custom Lightning web component to be displayed within the FlexCard to provide this visualization. How should the developer implement this requirement?

Options:

A.

Embed the Lightning web component using the HTML element with an lwc component tag.

B.

Use the Custom LWC element on the FlexCard canvas and enter the Lightning web component ' s name in the Component Name property.

C.

Drag an Action element onto the canvas and configure its Action Type as Custom LWC.

D.

Add the Custom LWC element to the FlexCard and configure the Card property to point to the Lightning web component.

Buy Now
Questions 53

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, thedeveloper 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?

Options:

A.

The DataRaptor Action did not have the add response Ro Response JSON property set to true.

B.

The Response cannot be previewed directly.

C.

A Response Action was not added to the integration Procedure.

D.

The AccountId used for the preview is invalid.

Buy Now
Questions 54

Refer to the exhibit.

What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Exam Name: Salesforce Certified Omnistudio Developer (Plat-Dev-210)
Last Update: Jun 27, 2026
Questions: 102
OmniStudio-Developer pdf

OmniStudio-Developer PDF

$25.5  $84.99
OmniStudio-Developer Engine

OmniStudio-Developer Testing Engine

$30  $99.99
OmniStudio-Developer PDF + Engine

OmniStudio-Developer PDF + Testing Engine

$40.5  $134.99