wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Omistudio Practice Test 1

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

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?

a)

The Edit Block element configured with SOQL statements

b)

The Edit Block element configured with Remote Actions

c)

The Input Block element and a DataRaptor Post Action element

d)

The Text Block element and a Remote Action element

2.

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?

a)

Populate the Lookup fields and the Lookup object

b)

Check the 'Upsert' key and 'Is required for Upsert' checkboxes on the Account id field

c)

Check the Upsert key checkbox on the Account Status and Id field

d)

Check Overwrite Target for all Null input checkbox on the Account id field

3.

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?

a)

((DRRCase, CaseNumber))

b)

%DRReadCase: CaseNumber%

c)

MTTOPDetCaseDetail: CaseNumber%

d)

((CaseNumber))

4.

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?

a)

(recordld}

b)

{Records|0]}

c)

{Params records)

d)

{Records}

5.

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.

a)

Rich text Area

b)

Text area

c)

Text Block

d)

Edit Block

6.

You created a FlexCard with multiple conditional steps, when previewing it, only two conditions are executed.

How can you know which conditions were executed?

a)

The first state with true conditions sequence closest to the top of the FlexCard canvas will display

b)

The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display

c)

The state sequenced first in the FlexCard canvas will display

d)

The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display

7.

Can you display multiple data sources on a single FlexCard?

a)

Yes, but only if they are external data sources.

b)

No, different data sources need to be on different FlexCards

c)

Yes, but only if they are internal data sources.

d)

Yes

8.

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?

a)

Show element if true

b)

Enable read only if true

c)

Display element to optional if false

d)

Set element to require if true

9.

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?

a)

Use a Datatable FlexCard

b)

Set the class 'Is Collapsible' on the block element

c)

Set the collapsible property on the block element

d)

Use a FlexCard State

10.

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?

a)

The DataRaptor Action did not have the JSON Response property set to true

b)

You cann't preview the response directly

c)

A Response Action was not added to the integration Procedure

d)

The Accountld you used for the preview is invalid

11.

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?

a)

DocuSign Envelope Action

b)

PDF Action

c)

DocuSign Signature Action

d)

Email Action

12.

When using an OmniScript, how would you be able to save to Salesforce as well as to an AWS Order Management System?

a)

DataRaptor Post Action

b)

HTTP Action

c)

Integration Procedure Action

d)

DataRaptor Load Action