Salesforce Certified OmniStudio Developer - Certified OmniStudio Developer Exam
Page: 3 / 16
Total 80 questions
Question #11 (Topic: Exam A)
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?
A. ResponseCart
B. ResponseCartDebug
C. FetchCartDebug
D. FetchCart
Answer: B
Question #12 (Topic: Exam A)
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
A. In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
B. The Field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name.
C. There are No Test Data Test Parameters configured.
D. In the Setup Panel, {recordId} is misspelled in the Data Source Input Map.
Answer: A
Question #13 (Topic: Exam A)
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?
A. Set the Deployment property in Card Configuration to "Community"
B. Add the FlexCard's API name to the FlexCard Player component
C. Configure the Component Visibility in the Custom Component
D. Set the Target property in Publish Options to "CommunityPage"
Answer: D
Question #14 (Topic: Exam A)
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.)
A. Use a Matrix Action to call a Calculation Matrix.
B. Use a Calculation Action to call a Calculation Procedure.
C. Use a Set Values Element inside a Loop Block.
D. Use a List Action to merge the array elements together.
Answer: AB
Question #15 (Topic: Exam A)
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?
A. SOQL Action
B. HTTP Action
C. REST API Action
D. DataRaptor Extract Action
E. Navigate Action
Answer: BD