multiple choice Flashcards
1.Why would a developer clone an Integration Procedure instead of versioning it?
A. The new Integration Procedure uses a Cache Block.
B. The new Integration Procedure it replacing stub data.
C. The new Integration Procedure will be used independently
D. The new Integration Procedure is Chainable.
Answer: C
5.A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard’s
records In a Datable How should the developer configure the parent FlexCard’s Node?
A. {Records{0}}
B. {Records}
C. {Params, records}
D. {Recorded}
Answer: B
8.What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?
A. A SOQL Query
B. A DataRaptor Load
C. A DataRaptor Extract
D. A DataRaptor Transform
Answer: D
nformation and changing the contact for the customer account. The FlexCard contains 10 fields and 5
actions.
During testing, several fields display with the correct data, but one of the fields shows only the label.
What could cause this?
A. The fields have exceeded the maximum number allowed on the card.
B. The field is null 0 the Salesforce record.
C. {recordld} us misspelled in the Data Source Input Map.
D. There are no test parameters configured.
Answer: B
10.A developer needs to build a multi-step intake form. Each step must allow the user to cancel the
intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement the cancel functionality for all steps using the LWC OmniScript
Designer?
A. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
B. Add a navigation Action inside each step and set the Component name to ‘’Cancel’’,
C. Add a navigation Action outside each step and set the Element Name to ‘’Cancel’’,
D. Add a navigation Action inside each step and set the Element Name to ‘’Cancel’’,
Answer: A
13.A company wants to allow agents to send customers a quote for signature. The quote is a documents
created using a DocuSign template that has been prefilled with all of the quote details. The document will
be emailed to one or more recipients for signature.
How should a developer configure this functionality in an OmniScript?
A. DocuSign Envelope Action
B. PDF Acwm
C. DocuSign Signature Action
D. Email Action
Answer: A
19.What should a developer’s first step be when troubleshooting whether a DataRaptor Extract is
retrieving data?
A. Go to the Lightning Console and reload the page to test.
B. Go to the PREVIEW tab In OmniScript to test.
C. Deactivate the card and layout, and go to the PREVIEW tab for the card to test.
D. Add a key/value pair in the DataRaptor to test it.
Answer: D
29.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
A. An OmniScript
B. An Integration Procedure
C. A DataRaptor
D. A Child FlexCard
Answer: A,D
30.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 DataRaptor Extract’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.
Answer: B
- What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers
A. It populates data in PDF and DocuSign format.
B. It is easier to configure.
C. It has better performance at runtime
D. It supports complex field mappings
Answer: B,C
7.A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external
service expects the field value to be integer. However, the DataRaptor is sending it as a string.
Which action can the developer take to fix this?
A. In the DataRaptor Output tab, select the Output Data Type of that field to Integer.
B. In the DataRaptor Output tab, enter the default value as 0 on the field.
C. In the DataRaptor Extract tab, set the Input Data Type field to Integer.
D. In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use the formula
as output.
Answer A
7.A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external
service expects the field value to be integer. However, the DataRaptor is sending it as a string.
Which action can the developer take to fix this?
A. In the DataRaptor Output tab, select the Output Data Type of that field to Integer.
B. In the DataRaptor Output tab, enter the default value as 0 on the field.
C. In the DataRaptor Extract tab, set the Input Data Type field to Integer.
D. In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use the formula
as output.
Answer: A