OmniStudio-Developer Pre-Exam Practice Tests | (Updated 80 Questions)
Valid OmniStudio-Developer Exam Q&A PDF - One Year Free Update
NEW QUESTION 13
What is the reason for this? Refer to the exhibit below.
- A. The flag passData.JSON in the parent OmniScript in not configured correctly.
- B. The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.
- C. A developer failed to include a Navigate Action Element to pass data from the parent OmniScript.
- D. Both parent and embeddedOmniScripts have the same element name for the Set Values element.
Answer: C
NEW QUESTION 14
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.
What must be developer do to configure the FlexCard for deployment in a Community?
- A. Set the Target property in publish Options to Communitypage''
- B. Configure the Component visibility in the custom Component.
- C. Add the FlexCard's API name to FlexCard Player component
- D. Set the Developer property in Card Configuration to ''Community''
Answer: A
NEW QUESTION 15
A developer is creating an OmniScript that provisions trail orgs to their customers. The following text block in the Omniscript uses a merge code to display the ID for the new trail org:
- A. To %sDetails: Customer|0: ID$
- B. To %%sDetails: Customer|0: ID%%
- C. To %Details: Customer|n: ID%
- D. To %Details: Customer|1: ID%
Answer: D
NEW QUESTION 16
Which three are true about Calculation Matrix inputs? Choose 3 answers
- A. They can be a combination of values.
- B. They can represent ranges.
- C. They must be unique.
- D. They must contain numerical data.
Answer: A,B,C
NEW QUESTION 17
...... configure Additional input to send exactly the same data? Assume that thedevelop checked Send Only Additional input.
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option C
- D. Option A
Answer: A
NEW QUESTION 18
A)
B)
- A. Option A
- B. Option B
Answer: A
NEW QUESTION 19
A developer is configuring the API URL in an HTTP Action element within an Integration procedure.
What is the merge code syntax for passing a Date node from an element named SetValues in the URL?
- A. {(SetValues. Date)}
- B. %SetValues Date
- C. (' Setvalues'] [ 'Date']
- D. x%SetValues.Date%
Answer: D
NEW QUESTION 20
A developer writes an OmniScript that includes a DataRaptor that updates the Account statue based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
How should the developer accomplish this task?
- A. Populate the Lookup object and Lookup fields
- B. Check the Upsert key checkbox on the Account Status field
- C. Check Overwrite Target for all Null input checkbox on the Account id field
- D. Check the Upset key and is required for Upsert checkboxes on the Account id field
Answer: D
NEW QUESTION 21
Refer to the exhibit.
The card layout uses anintegration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)
B)
C)
- A. Option B
- B. Option C
- C. Option A
Answer: B
NEW QUESTION 22
CORRECT TEXT
The card layout below has an Integration Procedure as a data source. The cards use the layout data source.
Which JSON data structure below supports this card layout and uses best practices.
- A. "Contact": [
{
"CellPhone": "(212) 154-8562",
"Name": "Edward Stamos"
},
t
"CellPhone". "(650) 156-1102",
"Name": "Howard Jones"
} - B. ""ContactCellPhone: "(212) 154-8562",
"ContactName": "Edward Stamos",
"AccountPhone": "2221546450",
"AccountName": "Acme"
I
{
"ContactCellPhone: "(650) 156-1102",
"ContactName": "Howard Jones",
"AccountPhone": "2221546450",
"AccountName" "Acme"
}
]
Answer: A
NEW QUESTION 23
A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.
What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
- A. Lookup Mapping
- B. Linked Mapping
- C. Lookup Key
- D. Relationship Query
Answer: B
NEW QUESTION 24
You configured a FlexCard with a DataRaptor data source which uses the params.id as an input. When you click View Data on the FlexCard, valid data displays. However, when you preview the layout, the FlexCard does not display.
What could cause this error? Choose 2 answers
- A. There is no Salesforce record for the FlexCard based on the Recordid in the layout's Test Data Source Settings.
- B. The Recordid in the Test Data Source Settings is for the wrong record type.
- C. The Data Node field for the FlexCard is empty.
- D. The Attributes haven't been configured to pass the data to the fields.
Answer: A,B
NEW QUESTION 25
Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.
A)
B)
C)
D)
- A. Option D
- B. Option B
- C. Option C
- D. Option A
Answer: A
NEW QUESTION 26
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, what is the result?
- A. The row is deleted in Version 3 and Version 1.
- B. The row is deleted In Versions 2 and 3 but will remain in Version 1.
- C. The row is delete only in Version 3.
- D. The row is deleted in all versions
Answer: C
NEW QUESTION 27
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": {"Text1": "Text" }, "Block2": ("Telephone 1": "1234567890", "Checkbox1": false, "Block3": { "Multi-select1": "Value A;Value B" }}}
- B. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
- C. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
- D. "Step1": { "Block1": { "Text1" "Text", "Telephane1": "1234567890" }. "Block2": { "Checkbox1" false, "Block3": { "Multi-selecti": "Value Value A:Value B A;value B" }}}
Answer: D
NEW QUESTION 28
What OmniScript Element only displays a rich-text HTML formatted code block?
- A. Text Block
- B. Text
- C. Text Area
- D. Edit Block
Answer: A
NEW QUESTION 29
A customer sets up to LWC Omniscripts, one embedded into another. Account is set in a Set Values element in the parent Omniscript.
The AccountId set in the parent Omniscriptis used to another Set Values element ContextAccountid in the embedded OmniScript. The embedded Omniscript is activated.
While previewing the OmniScript flow from the parent, it is found that Account is set correctly in the parent OmniScript. However. ContextAccountId in the embedded OmniScript is not set with the AccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId is set correctly.
What is the reason for this? Refer to the exhibit below.

- A. The LWC PubSub Message flag in the Set Values action of theparent has not been set.
- B. The flag passDataJSON in the parent OmniScript in not configured correctly.
- C. A developer failed to include a Navigation Element to pass data from the parent OmniScript.
- D. Both parent and embedded OmniScripts have the same element name for the Set values element.
Answer: A
NEW QUESTION 30
An integration procedure contains a Remote Action element that calls a method of an APEX class. The method requires two fields are input: Accountid and ProductId.The integration Procedure data JSON contains the following nodes:
How should the Remote Action element be configured to pass the data correctly to the method?
- A. Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
- B. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:

- C. Check the Send Only Additional Input checkbox, and the following/ value pairs to Additionalinput:

- D. Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.

Answer: D
NEW QUESTION 31
......
Salesforce Certified OmniStudio Developer Free Update Certification Sample Questions: https://www.exams-boost.com/OmniStudio-Developer-valid-materials.html
Trend for Salesforce OmniStudio-Developer pdf dumps before actual exam: https://drive.google.com/open?id=1WRfjAe4bOudqvaTyum9tKaqg77J9sRcA