Salesforce Certified OmniStudio Developer - Certified OmniStudio Developer Exam
Page: 2 / 16
Total 80 questions
Question #6 (Topic: Exam A)
A developer creates a FlexCard with five state elements. Four of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.
In this scenario, how will the developer know which state will display?
In this scenario, how will the developer know which state will display?
A. The first state with a true nested condition, regardless of sequence in the FlexCard canvas, will display.
B. The first state with true conditions sequenced closest to the top of the FlexCard canvas will display.
C. The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
D. The state sequenced first in the FlexCard canvas will display.
Answer: B
Question #7 (Topic: Exam A)
A developer is building a DataRaptor Load for an Integration Procedure used in an OmniScript.
Based on best practices, how should the developer configure the Input JSON?
Based on best practices, how should the developer configure the Input JSON?
A. Build the Input JSON node by node in an editor.
B. Build the Input JSON node by node in the DataRaptor Designer.
C. Copy the Input JSON from the OmniScript {Data} modal.
D. Copy the Input JSON from the DataRaptor Action Debug node.
Answer: C
Question #8 (Topic: Exam A)
A developer has an existing DataRaptor Load that inserts Contact records with inputs as lastName and firstName. The DataRaptor works as expected when previewed.
The developer creates an Integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibits below.



When the developer executes the Integration Procedure in Preview, the following error message displays: “Required fields are missing: [Last Name]”.
How should the developer address this issue?
The developer creates an Integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibits below.



When the developer executes the Integration Procedure in Preview, the following error message displays: “Required fields are missing: [Last Name]”.
How should the developer address this issue?
A. SetValuesContactDetails should have been added to Additional Input of DataRaptor Post Action in Integration Procedure
B. The Set Values Action keys should include the DataRaptor Post Action element name path, e.g. LoadContactDetails:lastname
C. The DataRaptor Post Action in the Integration Procedure should have been executed before the Set Values Action
D. The valid field names should be added in the Domain Object Field in the DataRaptor
Answer: A
Question #9 (Topic: Exam A)
A developer needs to display the following information together on one FlexCard:
account name, address, phone number, website
primary contact first name, contact last 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?
account name, address, phone number, website
primary contact first name, contact last 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?
A. Set the collapsible property on the block element
B. Use a Datatable element
C. Use a conditional FlexCard State
D. Set the class="collapsible" on the block element
Answer: C
Question #10 (Topic: Exam A)
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF? (Choose two.)
A. In Procedure Configuration, in a Tracking Custom Data value field.
B. In a Response Action, in an Additional Input value field.
C. In a Remote Action, in an Additional Output value field.
D. In a Remote Action, In a Remote Options value field.
Answer: BC