Demo Preview

DEV-210 Safe Question Preview

This public preview shows limited demo-safe questions only. Correct answers, full explanations, paid-only media, private IDs, and attempt data are not included.

FlexcardsData MappersIntegration ProceduresMultiple Choice

Preview Questions

Multiple ChoiceFlexcards
Question 1. 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 Setup Pabel, {recordId} is misspelled in the Data Source Input Map.
B. The field name in the FlexCard state does not match the DataRaptorExtract’s Output JSON Path name.
C. In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
D. There are No test Data test Parameters configured.
Multiple ChoiceData Mappers
Question 2. A developer examines data received from an external data source. The data is nested two levels down in the JSON structure. Which OmniStudio tool could the developer use to simplify this data?
A. Data Mapper Transform
B. HTTP Action Element
C. Integration Procedure
D. Guided Workflow
Multiple ChoiceFlexcards
Question 3. An OmniStudio Developer is configuring a button on a FlexCard to launch an OmniScript that allows the user to update a Case. The OmniScript requires the Case ID as input. The FlexCard's data JSON includes the Case ID as CaseId. How should the developer configure the OmniScript Action?
A. Set the OmniScript Type and SubType, and configure the Input Map property to pass the ID.
B. Set the Input Map to a Data Mapper Load that will update the Case.
C. Set the OmniScript Lightning Web Component (LWC) Name and use the Parameter section to pass Case ID as a key/value pair.
D. Set the OmniScript Type and SubType, and the OmniScript will automatically detect the Case ID from the context.
Multiple ChoiceIntegration Procedures
Question 4. An Integration Procedure is designed to be called by a Sub-Integration Procedure Action. The OmniStudio Developer needs to ensure that all data generated within the child Integration Procedure is returned to the parent Integration Procedure. Which configuration should the developer use on the child Integration Procedure's Response Action to return the entire data JSON?
A. Use the Data Mapper Transform element.
B. Set the Response JSON Path to the root node.
C. Leave the Response Parameters section blank.
D. Enable Return Full Data JSON on the child Integration Procedure's Response Action
Multiple ChoiceIntegration Procedures
Question 5. An OmniStudio Developer needs to retrieve data and perform complex filtering, sorting, and aggregation before displaying it in an OmniScript. Which OmniStudio tool is the recommended best practice for preparing this data?
A. Data Mapper Extract Action
B. Integration Procedure
C. HTTP Action
D. Set Values Action