ACTUAL Questions and CORRECT
Answers
Why would a FlexCard be cloned rather than versioned? - CORRECT ANSWER✔✔- To take
a carbon copy of the FlexCard and use it in a different context
What 3 items make an OmniScript unique in an org? - CORRECT ANSWER✔✔- Type,
Subtype, Language
When would you use the requirement in the messaging element? - CORRECT
ANSWER✔✔- When a VALIDATION expression evaluates to false and you do not want the
user to proceed with the OmniScript
When you preview an OmniScript, the inputs are not displaying any Account data. The data
sources is a IP which calls a DR. What are two ways you can debug this? - CORRECT
ANSWER✔✔- 1) Check the action debugger in the OmniScript for the request and response
2) Check the contextId has been set in the OmniScript preview
You must query the Account and Contact object to bring through data about the primary
contact. What is the SIMPLEST solution for this - CORRECT ANSWER✔✔- DR Turbo
Extract with relationship query
Why would you use a DataRaptor Extract over a Turbo - CORRECT ANSWER✔✔- 1) to
define the output JSON path
2) to apply formulas
How can you add an auto save option to an OmniScript? - CORRECT ANSWER✔✔- In the
Setup panel, under Save options, check autosave on next step
In an expression set, in the simulate tab, you are not seeing the output of a calculation. What
could cause this issue? - CORRECT ANSWER✔✔- The variable in the Calculation Step that
stores the calculation result does not have the Calculation Output box ticked.
, In an IP, you are calling an HTTP Action called HTTPGetCurrentWeather. How can you
check that the merge fields are populating correctly in the URL? - CORRECT ANSWER✔✔-
HTTPGetCurrentWeatherDebug
What needs to be configured for a child FlexCard to use the data source of its parent
FlexCard? - CORRECT ANSWER✔✔- In the parent, he data node must be populated with
{record}
What would be a reason for versioning a FlexCard rather than cloning it. - CORRECT
ANSWER✔✔- If you want to make changes to a FC that will replace the current one and
everywhere it is called
On a Lightning App Builder page that displays multiple FlexCards, one Flex card does not
appear in the custom components list. What could be the reason for this - CORRECT
ANSWER✔✔- The FC is not activated
An OmniScript is launched from a FlexCard action in a Lightning App Builder page. The
OmniScript doesn't display any data but the FlexCard does. What could cause this error? -
CORRECT ANSWER✔✔- The ID field selected as the ContextId in the OmniStudio Action
is returned as null
What are two ways to pass an attribute name from a parent FC data source to a child FC -
CORRECT ANSWER✔✔- Parent.attributeName
record.attributeName
Following best practices, when would you use a DataRaptor Transform - CORRECT
ANSWER✔✔- 1) To generate a fillable PDF
2) To generate a Docusign template
A company wants to make sure a certain amount of unit testing is completed for each
Integration Procedure. What would you create to do this? - CORRECT ANSWER✔✔- Create
a Test Procedure
Whats best practice when configuring a FlexCard with just instructions and toggles? -
CORRECT ANSWER✔✔- Assign the data source as none