[Nov 22, 2021] Reliable OmniStudio-Developer Exam Tips Test Pdf Exam Material
New 2021 OmniStudio-Developer Test Tutorial (Updated 63 Questions)
Salesforce OmniStudio-Developer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 11
A developer needs to display read-only contact information in a OmniScript. The developer will format the information as a table, using merge codes to dynamically include first name, last name, street address, state, postal, code, and country from the data JSON.
Which OmniScript element should the developer use to meet this requirement?
- A. Text area
- B. Text Block
- C. Rich text Area
- D. Edit Block
Answer: B
NEW QUESTION 12
How can a Card Layout be embedded within another Card?
- A. Use an angular filter in a specific field in a card state
- B. Use a card state with a Layout condition
- C. Use the Add Layout button in zone layout
- D. Use a session variable on a Card
Answer: C
NEW QUESTION 13
A developer needs to build a multi-step intakeform. 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. Add a navigation Action inside each step and set the Component name to ''Cancel'',
- B. Check the Enable Cancel checkbox in the Setup tab under Cancel Options.
- C. Add a navigation Action outside each step and set the Element Name to ''Cancel'',
- D. Add a navigation Actioninside each step and set the Element Name to ''Cancel'',
Answer: B
NEW QUESTION 14
A developer needs to create a list of cases for an account in a single Datable in a FlexCard. Like the one shown below.
How can the developerconfigure the FlexCard to display the case records in this way?
- A. Enable the Repeat Records feature on the FlexCard Setup tab
- B. Enable the record Looping feature on the data table elements
- C. Select the Repeatable Mode property on the data table elements
- D. Disable the Repeat Record feature on the FlexCard setup tab
Answer: D
NEW QUESTION 15
Why do you need a Response Action element in an Integration Procedure?
- A. It calls an APEX class and method.
- B. It enforces error checking.
- C. It controls where the user navigates after the Integration Procedure is completed.
- D. It returns data to whatever called the Integration Procedure.
Answer: D
NEW QUESTION 16
Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community.
The OmniScript includes an Integration Procedure that contains two DataRaptors.
Which two Location should the developer check to troubleshoot the issue?
Choose 2 answers
- A. DataRaptor configuration
- B. Action Debugger
- C. Script configuration
- D. Community logs
Answer: A,B
NEW QUESTION 17
Which OmniScript Action element redirects the user outside the OmniScript?
- A. Integration Procedure Action
- B. Navigate Action
- C. Remote Action
- D. HTTP Action
Answer: B
NEW QUESTION 18
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the dat a. What error could cause this behavior?
Choose 2 answers
- A. The fields that are not updated are read only in Salesforce.
- B. ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
- C. The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
- D. In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
Answer: A,C
NEW QUESTION 19
What are two items you can include on a flyout action? Choose 2 answers
- A. A link to an Integration Procedure
- B. Another flyout
- C. A link to a DataRaptor Load
- D. An OS Action
Answer: A,D
NEW QUESTION 20
Refer to the exhibit.
All inputs to the Calculation Matric are set correctly.
The Calculation Matrix has the following input:
What is the output?
- A. 13.99
- B. Null
- C. 12.99,13.99
- D. 12.99
Answer: D
NEW QUESTION 21
A developer is creating a FlexCard and needs to display additional information using a Flyout.
Which two types of components can the developer embed m the flyout?
Choose 2 answer
- A. A DataRaptor
- B. An Integration Procedure
- C. An OmniScript
- D. A Child FlexCard
Answer: B,D
NEW QUESTION 22
You want a child FlexCard to use the parent's data source.
What do you need to do to make it work? Choose 2 answers
- A. The same fields must be available in both parent and child FlexCards
- B. You must select a data node in the Data Node field in the Properties panel on the child FlexCard Pencil & Pape
- C. You must select a data node in the Data Node field in the Properties panel on the parent FlexCard
- D. The same data source must be selected and configured in both parent and child FlexCards
Answer: B,C
NEW QUESTION 23
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 deleted in all versions
- D. The row is delete only in Version 3.
Answer: D
NEW QUESTION 24
A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. TheDataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor andIntegration Procedure are set up as shown in the exhibit below.
When the developer executes the Integration procedure in preview, the following error message displays:
Required fields are missing: [last Name]'',
How should the developer address this issue?
- A. SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure
- B. The valid field names should be added in the Domain object field in the DataRaptor
- C. The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname
- D. The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action
Answer: A
NEW QUESTION 25
You are 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] on
- B. {{SetValues. Date} Calculator
- C. %Setvalues.Date%
- D. %SetValues:Date%
Answer: D
NEW QUESTION 26
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 %Details: Customer|n: ID%
- C. To %Details: Customer|1: ID%
- D. To %sDetails: Customer|0: ID$
Answer: C
NEW QUESTION 27
Users receive an APEC CPU limit Exceeded error when running an OmniScript in a Salesfoce Community. The OmniScript includes an Integration Procedure that contains two DataRaptors.
Which two Location should the developer check to troubleshoot the issue?
Choose 2 answers
- A. DataRaptor configuration
- B. Action Debugger
- C. Script configuration
- D. Community logs
Answer: A,B
NEW QUESTION 28
...... configure Additional input to send exactly the same data? Assume that thedevelop checked Send Only Additional input.
A)
B)
C)
D)
- A. Option A
- B. Option C
- C. Option B
- D. Option D
Answer: D
NEW QUESTION 29
You have so many fields on a FlexCard that it looks cluttered. Based on best practices, what is the most efficient way to declutter it?
- A. Delete some of the actions
- B. Use a datatable or chart element
- C. Use a flyout action
- D. Use a child FlexCard
Answer: C
NEW QUESTION 30
Refer to the exhibit.
A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.
Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.
A)
B)
C)
- A. Option A
- B. Option B
- C. Option C
Answer: C
NEW QUESTION 31
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 32
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. Will the FlexCard only be used for testing?
- B. Is the FlexCard used anywhere else?
- C. Where will the FlexCard be available to use?
- D. Has the FlexCard been cloned before?
Answer: B
NEW QUESTION 33
A developer configure a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error?
Choose 2 answers
- A. The RecordId in the Test Data Source settings ins for the wrong record type.
- B. There is not Salesforce record for the FlexCard based on the RecordId in the layout's Test Data Source Settings.
- C. The Data Node field for the FlexCard is empty.
- D. The attribute haven't been configured to pass the data to the fields.
Answer: A,D
NEW QUESTION 34
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. Email Action
- B. DocuSign Signature Action
- C. DocuSign Envelope Action
- D. PDF Acwm
Answer: B
NEW QUESTION 35
What JSON code correctly represents the step in the OmniScript Structure panel shown?
- A. "Step1": {"Block1": { "Text1": "Text", "Telephone 1": "1234567890", "Block2": { "Checkbox1": false }}, "Block3": { "Multi-select1": "Value A;Value B"}}} Written
- B. "Step1": {"Block1": { "Text1": "Text". "Block2": { "Telephone1": "1234567890", "Checkbox1": false }}, "Block": { "Multi-selecti": "Value A;Value B" }}
- 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" }}}
Answer: C
NEW QUESTION 36
......
OmniStudio-Developer Cert Guide PDF 100% Cover Real Exam Questions: https://www.premiumvcedump.com/Salesforce/valid-OmniStudio-Developer-premium-vce-exam-dumps.html
OmniStudio-Developer Exam Questions Dumps, Selling Salesforce Products: https://drive.google.com/open?id=1aCi_Hy_GNdd9j-wMql63XIzz16nzDSz9