Salesforce Build Guided Experiences with OmniStudio - OMS-435 Exam Practice Test

A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.

How can the developer configure the FlexCard to display the case records in this way?
Correct Answer: B
A developer builds a new OmniScript. It contains a Set Values element with a ContextId key/value pair that was used during testing.
What should the developer do before moving the OmniScript to a production org?
Correct Answer: A
Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?
Choose 2 answers
Correct Answer: A,C
A developer is building an OmniScript and needs to retrieve data from a single field in a Salesforce record.
Which OmniScript element does this?
Correct Answer: B
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed in the flyout?
Choose 2 answer
Correct Answer: C,D
In an OmnoScript, a developer needs to configure a Disclosure element to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.
How should the developer configure the conditional view to meet this requirement?
Correct Answer: B
Refer to the exhibit.

What JSON code correct represent the step in the OmniScript Structure panel shown?
Correct Answer: B
A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:
Correct Answer: C
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 element should the developer use to configure this functionality?
Correct Answer: D,E