Salesforce Certified OmniStudio Developer Exam Practice Questions (P. 3)
- 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 #11
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 Remote Action?
In Preview, what JSON node shows the data sent to the Remote Action?
send
light_mode
delete
Question #12
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
- AIn the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
- BThe Field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name.Most Voted
- CThere are No Test Data Test Parameters configured.
- DIn the Setup Panel, {recordId} is misspelled in the Data Source Input Map.
Correct Answer:
A
A
send
light_mode
delete
Question #13
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with actions to close the case and update the case, and it will be styled using the Community's theme.
What must the developer do to configure the FlexCard for deployment in a Community?
What must the developer do to configure the FlexCard for deployment in a Community?
- ASet the Deployment property in Card Configuration to "Community"
- BAdd the FlexCard's API name to the FlexCard Player component
- CConfigure the Component Visibility in the Custom Component
- DSet the Target property in Publish Options to "CommunityPage"Most Voted
Correct Answer:
D
D
send
light_mode
delete
Question #14
In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.
Based on best practices, what two methods are recommended? (Choose two.)
Based on best practices, what two methods are recommended? (Choose two.)
- AUse a Matrix Action to call a Calculation Matrix.
- BUse a Calculation Action to call a Calculation Procedure.
- CUse a Set Values Element inside a Loop Block.Most Voted
- DUse a List Action to merge the array elements together.Most Voted
Correct Answer:
AB
AB
send
light_mode
delete
Question #15
A communications provider wants to enable their customers to troubleshoot mobile devices using a self-service portal. The developer builds an OmniScript to meet this requirement.
The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript elements should the developer use to configure this functionality?
The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript elements should the developer use to configure this functionality?
- ASOQL Action
- BHTTP ActionMost Voted
- CREST API Action
- DDataRaptor Extract ActionMost Voted
- ENavigate Action
Correct Answer:
BD
BD
send
light_mode
delete
All Pages