Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which statement about a FlexCard is true?

A.

A FlexCard requires its own data source.

B.

A FlexCard can have multiple states.

C.

A FlexCard must have test data source settings.

D.

A FlexCard requires a template to be assigned to it

Full Access
Question # 5

You want to edit a FlexCard. Which question should you ask and answer before you make changes to the active version of the FlexCard?

A.

Is the FlexCard used anywhere else?

B.

Will the FlexCard only be used for testing?

C.

Where will the FlexCard be available to use?

D.

Has the FlexCard been cloned before?

Full Access
Question # 6

You have a FlexCard with five FlexCard states. Four of the states have a condition. Two of the states have true conditions. Which state will

be displayed?

A.

The state that has the higher priority

B.

The state that is closer to the top in the FlexCard canvas

C.

The state that has no condition

D.

The state that is closer to the bottom in the FlexCard canvas

Full Access
Question # 7

You want to pass the postalcode attribute from a parent to a child FlexCard. What do you enter for the Value on the parent FlexCard?

A.

{params.postaiCode}

B.

{Parent PostalCode}

C.

{PostalCode}

D.

{Params.PostalCode}

Full Access
Question # 8

What JSON code correctly represents the step in the OmniScript Structure panel shown?

A.

"Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value

A;Value B" }}

B.

"Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written

C.

"Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B

A;value B" }}}

D.

"Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}

Full Access
Question # 9

What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

A.

{"BlkContacts”: [ { “ContactPhone”: "(212) 169-1475", "ContactName™: "Edward Stamos” }, { "ContactPhone": "(212) 189-6979".

"ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" }

B.

{"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J,

"AccountPhone": "2221546450", "AccountName”: "Acme" }

C.

{"ContactPhone": "(212) 169-1475", “ContactName”. "Edward Stamos", "ContactPhone”: "(212) 189-8979", “ContactName”: "Leanne

Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }

D.

{"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979",

"ContactName": "Leanne Tomlin" } ], "AccountPhone™: "2221546450", "“AccountName™: "Acme" }

Full Access