Salesforce - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. Salesforce
  3. Plat-Dev-210 Exam
  4. Free Plat-Dev-210 Questions

Free Practice Questions for Salesforce Plat-Dev-210 Exam

Pass4Future also provide interactive practice exam software for preparing Salesforce Certified OmniStudio Developer (Plat-Dev-210) Exam effectively. You are welcome to explore sample free Salesforce Plat-Dev-210 Exam questions below and also try Salesforce Plat-Dev-210 Exam practice test software.

Page:    1 / 14   
Total 103 questions

Question 1

A developer builds a new OmniScript. It contains aSet 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?



Answer : C

The Set Values element with a ContextId key/value pair was used for testing purposes and is not needed for production. The developer should delete or deactivate the Set Values element before moving the OmniScript to a production org.


Question 2

A developer needs to display the following information together on one FlexCard:

* Account name, address, phone number, website

* Primary contact first name, contact name, address, phone number, email

The account information must always be visible, and the contact information should only be visible as needed by the user.

What approach should the developer use to display the contact information on the card?



Answer : C

Setting the collapsible property on the block element allows the user to expand or collapse the block as needed. Using a Data table element is not suitable for displaying contact information. Setting the class'' collapsible'' on the block element has no effect. Using a conditional FlexCard State requires a condition to be met, not a user choice.


Question 3

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

Choose 2 answers



Answer : B, C

A DataRaptor Turbo Extract is a simplified version of a DataRaptor Extract that can retrieve data from a single object without changing the structure of the output data. It is easier to configure because it does not require defining extraction steps or JSON paths.It also has better performance at runtime because it uses a native query engine instead of a custom one


Question 4

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?



Answer : C

An Integration Procedure Action can execute an Integration Procedure that contains multiple elements, such as DataRaptor Actions, HTTP Actions, or other Integration Procedure Actions. This can be used to save data to multiple systems, such as Salesforce and AWS Order Management, in one OmniScript element.


Question 5

A developer creates an Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the dataextracted by the DataRaptor in the Debug Log, but the response is empty.

What is the likely cause of this issue?



Answer : B

The Add Response To Response JSON property on the DataRaptor Action indicates that the output of the DataRaptor should be added to the response JSON of the Integration Procedure. If this property is not set to true, the response will be empty even if the DataRaptor extracts data successfully.


Page:    1 / 14   
Total 103 questions