NEW
Font size
WorksheetsOmistudio Practice Test 1
Total questions: 12
Worksheet time: 6mins
An insurance company will like for its subscribers to be able to view, add, update, or delete their records, all in real time.
What kind of element would you use in the OmniScript to provide users with this functionality?
The Edit Block element configured with SOQL statements
The Edit Block element configured with Remote Actions
The Input Block element and a DataRaptor Post Action element
The Text Block element and a Remote Action element
Employees at Sun Solar are complaining that when they try to update an account, instead of updating is just creating a new account with the same information.
How would you solve this?
Populate the Lookup fields and the Lookup object
Check the 'Upsert' key and 'Is required for Upsert' checkboxes on the Account id field
Check the Upsert key checkbox on the Account Status and Id field
Check Overwrite Target for all Null input checkbox on the Account id field
You create an Integration Procedure, and you need to pass a CaseNumber node from the from the DataRaptor Extract called DRReadCase to an HTTP Action's HTTP Path URL.
How would you write the merge code?
((DRRCase, CaseNumber))
%DRReadCase: CaseNumber%
MTTOPDetCaseDetail: CaseNumber%
((CaseNumber))
You create a child FlexCard which is embedded into a parent FlexCard. The child FlexCard is active however, when you preview the parent FlexCard, the card is not loading. You noticed the Node on the parent's card is empty.
What would you need to write on the parent data node for the Child FlexCard to work?
(recordld}
{Records|0]}
{Params records)
{Records}
A developer is using a(n) ________________
to display read-only account information
in an OmniScript. The information will be formatted as a table, and will use merge codes so that it will dynamically display the account name, account address, and account telephone number.
Rich text Area
Text area
Text Block
Edit Block
You created a FlexCard with multiple conditional steps, when previewing it, only two conditions are executed.
How can you know which conditions were executed?
The first state with true conditions sequence closest to the top of the FlexCard canvas will display
The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
The state sequenced first in the FlexCard canvas will display
The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display
Can you display multiple data sources on a single FlexCard?
Yes, but only if they are external data sources.
No, different data sources need to be on different FlexCards
Yes, but only if they are internal data sources.
Yes
Auto-Car is required by law to have a non-disclosure agreement for the prospective buyer. You were asked to configure a document with a required checkbox. Once the checked is selected, only then the buyer can move on to the next step.
How would you configure the conditional view to met the requirement?
Show element if true
Enable read only if true
Display element to optional if false
Set element to require if true
As a service agent, I would like to view information about a customer account, including a list of contacts and cases. The customer's information should always be visible however, the Contacts and Cases asociated with the customer should only be visible as needed by the user.
What should the developer use for this scenario?
Use a Datatable FlexCard
Set the class 'Is Collapsible' on the block element
Set the collapsible property on the block element
Use a FlexCard State
You built an Integration Procedure using a DataRaptor with a required Accountld to retrieve the data from Salesforce, when you preview the Integration Procedure, the response is empty. You check on the Debug Log and the data is there. Why is the data missing from the response window?
The DataRaptor Action did not have the JSON Response property set to true
You cann't preview the response directly
A Response Action was not added to the integration Procedure
The Accountld you used for the preview is invalid
Cosmo Property will like to allow customers to fill an application online. For that, the customer needs to agree to the terms, and sign the document.
How can you develop such functionality?
DocuSign Envelope Action
PDF Action
DocuSign Signature Action
Email Action
When using an OmniScript, how would you be able to save to Salesforce as well as to an AWS Order Management System?
DataRaptor Post Action
HTTP Action
Integration Procedure Action
DataRaptor Load Action
