ExamGecko
Home Home / Salesforce / Certified OmniStudio Developer

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

Question list
Search
Search

List of questions

Search

Related questions











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.
DocuSign Envelope Action
A.
DocuSign Envelope Action
Answers
B.
PDF Acwm
B.
PDF Acwm
Answers
C.
DocuSign Signature Action
C.
DocuSign Signature Action
Answers
D.
Email Action
D.
Email Action
Answers
Suggested answer: A

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

A.
It must be included in constants.
A.
It must be included in constants.
Answers
B.
It must be a matrix lookup step.
B.
It must be a matrix lookup step.
Answers
C.
It must be a calculation step.
C.
It must be a calculation step.
Answers
D.
It must be included in the calculation output.
D.
It must be included in the calculation output.
Answers
Suggested answer: D

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?

A.
Create a Postprocessor apex class to calculate the sum.
A.
Create a Postprocessor apex class to calculate the sum.
Answers
B.
Add an Aggregation Step as SUM (BasePrice)
B.
Add an Aggregation Step as SUM (BasePrice)
Answers
C.
Add A Calculation Step as SUM (BasePrice).
C.
Add A Calculation Step as SUM (BasePrice).
Answers
D.
Create a Preprocessor class to calculate the sum
D.
Create a Preprocessor class to calculate the sum
Answers
Suggested answer: B

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?

A.
Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name
A.
Define an extraction step for the Contact object and set the Extract JSON Path to Contact Account.Name
Answers
B.
Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name
B.
Define extraction steps for the Contact and the Account objects, and set the Extract JSON Path to Contact Account.Name
Answers
C.
Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name
C.
Define extraction steps for the Contact and the Account objects, and set the Extract 3SON Path to Account.Name
Answers
D.
Define an extraction step for the Account object, and set the Extract JSON Path to AccountContact.Name
D.
Define an extraction step for the Account object, and set the Extract JSON Path to AccountContact.Name
Answers
Suggested answer: A

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?

A.
Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
A.
Use two separate Calculation Steps with the Conditional Step property selected: use the ISTRUE(isCustomer) and NOT (ISTRUE) (isCustomer) functions in the Condition syntax.
Answers
B.
Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
B.
Use two separate Calculation Steps with the Conditional Step property selected: reference just the isCustomer variable in the Conditional syntax (no comparison necessary)
Answers
C.
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.
C.
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.
Answers
D.
Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
D.
Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustome variable and conditionally perform the appropriate calculation.
Answers
Suggested answer: B

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.
Rich text Area
A.
Rich text Area
Answers
B.
Text area
B.
Text area
Answers
C.
Text Block
C.
Text Block
Answers
D.
Edit Block
D.
Edit Block
Answers
Suggested answer: C

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

How should the developer configure this?

A.
Define a formula with the Filter function
A.
Define a formula with the Filter function
Answers
B.
Use a Custom Output Type when creating the DataRaptor
B.
Use a Custom Output Type when creating the DataRaptor
Answers
C.
Use the LIMIT filter on the Extract definition
C.
Use the LIMIT filter on the Extract definition
Answers
D.
Set the Limit Property on the Action that calls the DataRaptor Extract.
D.
Set the Limit Property on the Action that calls the DataRaptor Extract.
Answers
Suggested answer: C

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 delete only in Version 3.
A.
The row is delete only in Version 3.
Answers
B.
The row is deleted In Versions 2 and 3 but will remain in Version 1.
B.
The row is deleted In Versions 2 and 3 but will remain in Version 1.
Answers
C.
The row is deleted in Version 3 and Version 1.
C.
The row is deleted in Version 3 and Version 1.
Answers
D.
The row is deleted in all versions
D.
The row is deleted in all versions
Answers
Suggested answer: A

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?

A.
Action1. BlockB. Block A
A.
Action1. BlockB. Block A
Answers
B.
Action1: BlockB. Block A
B.
Action1: BlockB. Block A
Answers
C.
BlockA: BlockB. Action 1
C.
BlockA: BlockB. Action 1
Answers
D.
BlockB: BlockB. Action1
D.
BlockB: BlockB. Action1
Answers
Suggested answer: B

Refer to the exhibit below.

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

A.
Lookup Mode is selected in the properties of the Type Ahead Block.
A.
Lookup Mode is selected in the properties of the Type Ahead Block.
Answers
B.
FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
B.
FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
Answers
C.
The typeHead key is not in the correct format.
C.
The typeHead key is not in the correct format.
Answers
D.
Use Data JSON is Not selected in the properties of the Type Ahead Block.
D.
Use Data JSON is Not selected in the properties of the Type Ahead Block.
Answers
Suggested answer: B
Total 86 questions
Go to page: of 9