ExamGecko
Ask Question

Salesforce Certified OmniStudio Developer Practice Test - Questions Answers, Page 5

List of questions

Question 41

Report
Export
Collapse

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?

DocuSign Envelope Action
DocuSign Envelope Action
PDF Acwm
PDF Acwm
DocuSign Signature Action
DocuSign Signature Action
Email Action
Email Action
Suggested answer: A
asked 23/09/2024
Robin Koele
34 questions

Question 42

Report
Export
Collapse

In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?

It must be included in constants.
It must be included in constants.
It must be a matrix lookup step.
It must be a matrix lookup step.
It must be a calculation step.
It must be a calculation step.
It must be included in the calculation output.
It must be included in the calculation output.
Suggested answer: D
asked 23/09/2024
Jenny Maliwanag
48 questions

Question 43

Report
Export
Collapse

A developer needs to configure a calculation procedure to calculation the sum of the entire Baseprice.

What is the most efficient way for the developer to meet this requirement?

Create a Postprocessor apex class to calculate the sum.
Create a Postprocessor apex class to calculate the sum.
Add an Aggregation Step as SUM (BasePrice)
Add an Aggregation Step as SUM (BasePrice)
Add A Calculation Step as SUM (BasePrice).
Add A Calculation Step as SUM (BasePrice).
Create a Preprocessor class to calculate the sum
Create a Preprocessor class to calculate the sum
Suggested answer: B
asked 23/09/2024
Daniel Melendez
49 questions

Question 44

Report
Export
Collapse

A developer needs to create . DataRaptor to retrieve the name of an account for a contact.

Following best practices, how should a developer configure the extraction steps?

Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name
Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name
Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name
Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name
Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name
Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name
Define an extraction step for the Account object, and set the Extract JSON Path to AccountContact.Name
Define an extraction step for the Account object, and set the Extract JSON Path to AccountContact.Name
Suggested answer: A
asked 23/09/2024
Sean Frenette
39 questions

Question 45

Report
Export
Collapse

A developer need to configure a calculation procedure to calculation a subtotal using two different depending on whether the input Boolean variable is Customer is set to true or false.

How should a developer configure the calculation procedure to conditionally execute the correct formula?

Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
Use two separate Calculation Steps with the Conditional Step property selected: compare the isCustomer variable directly to the literal true and false values in the Condition syntax.
Use two separate Calculation Steps with the Conditional Step property selected: compare the isCustomer variable directly to the literal true and false values in the Condition syntax.
Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
Suggested answer: B
asked 23/09/2024
Jean-Bosco Muganza
38 questions

Question 46

Report
Export
Collapse

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?

Rich text Area
Rich text Area
Text area
Text area
Text Block
Text Block
Edit Block
Edit Block
Suggested answer: C
asked 23/09/2024
HC KONG
42 questions

Question 47

Report
Export
Collapse

A developer needs to limit the of a DataRaptor Extract to a maximum of one result.

How should the developer configure this?

Define a formula with the Filter function
Define a formula with the Filter function
Use a Custom Output Type when creating the DataRaptor
Use a Custom Output Type when creating the DataRaptor
Use the LIMIT filter on the Extract definition
Use the LIMIT filter on the Extract definition
Set the Limit Property on the Action that calls the DataRaptor Extract.
Set the Limit Property on the Action that calls the DataRaptor Extract.
Suggested answer: C
asked 23/09/2024
Vladimir Kosintsov
37 questions

Question 48

Report
Export
Collapse

Refer to the following row-versioned calculation matrix.

Salesforce Certified OmniStudio Developer image Question 48 66703 09232024002959000000

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?

The row is delete only in Version 3.
The row is delete only in Version 3.
The row is deleted In Versions 2 and 3 but will remain in Version 1.
The row is deleted In Versions 2 and 3 but will remain in Version 1.
The row is deleted in Version 3 and Version 1.
The row is deleted in Version 3 and Version 1.
The row is deleted in all versions
The row is deleted in all versions
Suggested answer: A
asked 23/09/2024
lagwendon Scott
35 questions

Question 49

Report
Export
Collapse

Refer to the exhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?

Salesforce Certified OmniStudio Developer image Question 49 66704 09232024002959000000

Action1. BlockB. Block A
Action1. BlockB. Block A
Action1: BlockB. Block A
Action1: BlockB. Block A
BlockA: BlockB. Action 1
BlockA: BlockB. Action 1
BlockB: BlockB. Action1
BlockB: BlockB. Action1
Suggested answer: B
asked 23/09/2024
Lea Kohl
46 questions

Question 50

Report
Export
Collapse

Refer to the exhibit below.

Salesforce Certified OmniStudio Developer image Question 50 66705 09232024002959000000

What is the reason that the fields fail to display the fetched data?

Lookup Mode is selected in the properties of the Type Ahead Block.
Lookup Mode is selected in the properties of the Type Ahead Block.
FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
The typeHead key is not in the correct format.
The typeHead key is not in the correct format.
Use Data JSON is Not selected in the properties of the Type Ahead Block.
Use Data JSON is Not selected in the properties of the Type Ahead Block.
Suggested answer: B
asked 23/09/2024
Jaques Rautenbach
36 questions
Total 86 questions
Go to page: of 9
Search

Related questions