ACTUAL Exam Questions and CORRECT
Answers
What actions are possible in the XML interface in the card layout? (pick 2)
a. Enable or disable the component as public or private
b. Set the component name you'll see in the app builder
c. Activate the cards and the card layout in the card designer
d. Set the component name you'll see in the card designer - CORRECT ANSWER✔✔- a, b
Which context variable is set in the card designer and allows access to any property in scope
plus the {{payload}} variable?
a. Attributes {{attrs}}
b. Page parameters {{params}}
c. Session variables {{session}}
d. Object {{objj}} - CORRECT ANSWER✔✔- c; *{{payload}} is a temporary variable
used by the session variables to access the whole result of a data sources
You need to make a change to a card that multiple layouts will use. What is the best way to
make sure that all layouts using the card will also be updated?
a. Create a new version of the card
b. Perform a sample test of the layouts using the updated card
c. Clone the card then select the layouts where it should be used
d. Create a new version and make it public using the XML interface - CORRECT
ANSWER✔✔- a
You have an OmniScript that needs to save data to salesforce and to an on-premise billing
program. Which OmniScript element allows you to do both at the same time?
a. HTTP action
b. DataRaptor post action
c. Integration procedure action
, d. DataRaptor load action - CORRECT ANSWER✔✔- c
End users launch an OmniScript to request a change in their service from a console. You need
them to be able to confirm the changes were made on the console afterwards. Which
OmniScipt element will allow you to do this?
a. Submit action
b. Post to object action
c. Navigate action
d. Remote action - CORRECT ANSWER✔✔- c
What does a response action do in an integration procedure?
a. It calls an APEX class and method
b. It controls where the user navigates after the integration procedure is completed
c. It extract and transform data from salesforce
d. It returns data to whatever called the integration - CORRECT ANSWER✔✔- d
Which of the following best practices should be considered when building the DataRaptor
load for an integration procedure?
a. Copy the input JSON from the OmniScript {data} modal
b. Build the Input JSON node by node in the DataRaptor desginer
c. Build the input JSON node by node in an editor
d. Copy the response JSON from the OmniScript's debug console - CORRECT
ANSWER✔✔- d; *copy the input JSON from the DataRaptor Action debug node
Which fields can use functions like CONCAT or DATEDIFF (PICK 2)
a. Tracking custom data value field in procedure configuration
b. Additional output value field in a remote action
c. Remote options value field in a remote action
d. Additional output (or input) value field in a response action - CORRECT ANSWER✔✔-
b,d
Which of these DataRaptor settings helps in preventing duplicate record creation?