Salesforce Certified OmniStudio Developer Exam Practice Questions (P. 2)
- Full Access (80 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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?
- AThe first state with a true nested condition, regardless of sequence in the FlexCard canvas, will display.
- BThe first state with true conditions sequenced closest to the top of the FlexCard canvas will display.Most Voted
- CThe first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
- DThe state sequenced first in the FlexCard canvas will display.
Correct Answer:
B
B
send
light_mode
delete
Question #7
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?
- ABuild the Input JSON node by node in an editor.
- BBuild the Input JSON node by node in the DataRaptor Designer.
- CCopy the Input JSON from the OmniScript {Data} modal.
- DCopy the Input JSON from the DataRaptor Action Debug node.Most Voted
Correct Answer:
C
C
send
light_mode
delete
Question #8
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?
- ASetValuesContactDetails should have been added to Additional Input of DataRaptor Post Action in Integration ProcedureMost Voted
- BThe Set Values Action keys should include the DataRaptor Post Action element name path, e.g. LoadContactDetails:lastname
- CThe DataRaptor Post Action in the Integration Procedure should have been executed before the Set Values Action
- DThe valid field names should be added in the Domain Object Field in the DataRaptor
Correct Answer:
A
A
send
light_mode
delete
Question #9
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?
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?
- ASet the collapsible property on the block elementMost Voted
- BUse a Datatable element
- CUse a conditional FlexCard State
- DSet the class="collapsible" on the block element
Correct Answer:
C
C
send
light_mode
delete
Question #10
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF? (Choose two.)
- AIn Procedure Configuration, in a Tracking Custom Data value field.
- BIn a Response Action, in an Additional Input value field.Most Voted
- CIn a Remote Action, in an Additional Output value field.
- DIn a Remote Action, In a Remote Options value field.
Correct Answer:
BC
BC
send
light_mode
delete
All Pages