Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

OmniStudio-Developer Salesforce Certified OmniStudio Developer (SP23) Questions and Answers

Questions 4

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?

Options:

A.

Rich text Area

B.

Text area

C.

Text Block

D.

Edit Block

Buy Now
Questions 5

When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:

Which two errors could cause this behavior?

Choose 2 answers

Choose 2 answers

Options:

A.

The Id Field for Actions in the FlexCard is blank.

B.

There is no active version of the Data Raptor Extract.

C.

There isnonactive version of the OmniScript

D.

In the DataRaptor Extract Action, the Input Parameters Filter Value is misspelled.

Buy Now
Questions 6

An integration procedure contains a Remote Action element that calls a method of an APEXclass. 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?

Options:

A.

Check the Send OnlyAdditional Input checkbox, and the following/ value pairs to Additional input:

B.

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

C.

Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:

D.

Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%

Buy Now
Questions 7

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?

Options:

A.

Populate the Lookup object and Lookup fields

B.

Check the Upset key and is required for Upsert checkboxes on the Account id field

C.

Check the Upsert key checkbox on the Account Status field

D.

Check Overwrite Target for all Null input checkbox on the Account id field

Buy Now
Questions 8

A developer creates a DataRaptor Extract to retrieve data to pass toan externalservice. The external service expects the field value to beaninteger. However, the DataRaptor is sending it as a string.

Which action can the developer take to fix this?

Options:

A.

In the DataRaptor Output tab, select the Output Data Type of that field toInteger.

B.

In the DataRaptor Output tab, enter the default value as 0 on the field.

C.

In the DataRaptor Extract tab, set the Input Data Type field to Integer.

D.

In the DataRaptor Formula tab, define a formula using the function TOINTEGER and usethe formulaas output.

Buy Now
Questions 9

In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.

Based on best practices, what two methods are recommended?

Choose 2 answers

Options:

A.

Use a ListAction tomerge the array elements together.

B.

Use a Calculation Action to call a Calculation Procedure.

C.

Use a Set Values Element inside a Loop Block.

D.

Use a Matrix Action to call a Calculation Matrix.

Buy Now
Questions 10

A developer creates a Flexcardthat displaysa contact’s mailing address and passes the contact’s postal code to a child FlexCard.

When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact’s postal code?

Options:

A.

{Postalcode}

B.

{Parent.postalcode}

C.

{Records.postalcode}

D.

{Params.postalcode}

Buy Now
Questions 11

In an OmnoScript, a developer needs to configure a Disclosureelement to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.

How should the developer configure the conditional view to meet this requirement?

Options:

A.

Show element if true

B.

Disable read only if true

C.

Set element to optional if false

D.

Set element to require if true

Buy Now
Questions 12

An OmniScript displays data from an API using Integration Procedure, but someof thedata is missing.

Which two configuration errors could cause this? Choose 2 answers

Options:

A.

The element name for the missing data does not match the JSON node key in the Integration Procedure Response.

B.

The Integration Procedure Preview Input Parametersdo notmatch the JSON sent from the OmniScript.

C.

The JSOW sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure

D.

The missing data is trimmed in the Integration Procedure Action Response JSON Path.

Buy Now
Questions 13

Which two of these options can a developer use to retrieve data from a Salesforce object?

Choose 2 answers

Options:

A.

A DataRaptor Load Action

B.

A DataRaptor Extract Action

C.

A Lookup Input Element

D.

A DataRapt or Post Action

Buy Now
Questions 14

A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.

Which feature should the developer enable?

Options:

A.

Toast Completion

B.

Use Future

C.

Invoke Mode Fire and Forget

D.

Invoke Mode Non-Blocking

Buy Now
Questions 15

An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. ADataRaptor Load saves the data. What error could cause this behavior?

Choose 2 answers

Options:

A.

The fields that are not updated are read only in Salesforce.

B.

In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.

C.

The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.

D.

ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor

Buy Now
Questions 16

A developer is creating a FlexCard and needs to display additional information using a Flyout.

Which two types of components can the developer embed in the flyout?

Choose 2 answer

Options:

A.

An OmniScript

B.

An Integration Procedure

C.

A DataRaptor

D.

A Child FlexCard

Buy Now
Questions 17

…… configure Additional input to send exactly the same data? Assume that the develop checkedSend Only Additional input.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?

Choose 2 answers

Options:

A.

In a Set Values Action in a Value field.

B.

In a DataRaptor in an Output TabOutput JSON Path.

C.

In a DataRaptor Action in an Input Parameters value field.

D.

In a Remote Action m an Additional Output value field.

Buy Now
Questions 19

Refer to theexhibit 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?

Options:

A.

Action1. BlockB. Block A

B.

Action1: BlockB. Block A

C.

BlockA: BlockB. Action 1

D.

BlockB:BlockB. Action1

Buy Now
Questions 20

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 Omniscript is 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 theAccountId from parent Omniscript. On previewing the embedded OmniScript individually, it is found that ContextAccountId isset correctly.

What is the reason for this? Refer to the exhibit below.

Options:

A.

Both parent and embedded OmniScripts have the same element name for the Set values element.

B.

A developer failed to include a Navigation Element to pass data from the parent OmniScript.

C.

The LWC PubSub Message flag in the Set Values action of the parent has not been set.

D.

The flag passDataJSON in the parent OmniScript in not configured correctly.

Buy Now
Questions 21

A developer is configuring a DataRaptor Load to Savecontract data. The developer needs to set the record type of the contact using DeveloperName.

Which two configuration actions should the developer take to set this up in the DataRaptor Load?

Options:

A.

Check is Lookup property when mapping the fields.

B.

AddLink toRecordType object in the Contact Object with the id field of RecordType object.

C.

Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.

D.

Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requested Field list.

Buy Now
Questions 22

A developer creates a FlexCard with five state elements. For of the stateshave a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.

In this scenario, how will the developer know which state will display?

Options:

A.

The first state with true conditions sequence closest to the top of the FlexCard canvas will display.

B.

The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display

C.

The state sequenced first in the FlexCard canvas will display.

D.

The first state witha true AND condition, regardless of sequence in the FlexCard canvas, will display.

Buy Now
Questions 23

Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown?

A)

B)

C)

Options:

A.

Option

B.

Option

C.

Option

Buy Now
Questions 24

Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?

Options:

A.

BlockX.BlockYActionZ

B.

ActionZ:BlockY:BlockX

C.

ActionZ:BlockY:BlockX

D.

BlockX:BlockY:ActionAZ

Buy Now
Questions 25

Refer to the exhibit.

The card layout uses an integration 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)

Options:

A.

Option A

B.

Option B

C.

Option C

Buy Now
Exam Name: Salesforce Certified OmniStudio Developer (SP23)
Last Update: May 4, 2024
Questions: 85
OmniStudio-Developer pdf

OmniStudio-Developer PDF

$28  $80
OmniStudio-Developer Engine

OmniStudio-Developer Testing Engine

$33.25  $95
OmniStudio-Developer PDF + Engine

OmniStudio-Developer PDF + Testing Engine

$45.5  $130