Black Friday Biggest Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Salesforce OmniStudio-Developer Dumps

Salesforce Certified OmniStudio Developer (SU24) Questions and Answers

Question 1

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

Question 2

A developer is configuring the API URL in an HTTP Action element within an Integration procedure.

What is the merge code syntax forpassing aDate node from an element named SetValues in the URL?

Options:

A.

x%SetValues.Date%

B.

(‘ Setvalues’] [ ‘Date’]

C.

%SetValues Date

D.

{(SetValues. Date)}

Question 3

On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?

Options:

A.

In the Setup Pabel, {recordId} is misspelled in the Data Source Input Map.

B.

The field name in the FlexCard state does not match the DataRaptorExtract’s Output JSON Path name.

C.

In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.

D.

There are No test Data test Parameters configured.

Question 4

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

as

A)

as

B)

as

C)

as

D)

as

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 5

What OmniStudio tool pre-populates the data m a PDF used by an OmniScript?

Options:

A.

A SOQL Query

B.

A DataRaptor Load

C.

A DataRaptor Extract

D.

A DataRaptor Transform

Question 6

Which two fields in an Integration Procedure can use a function like CONCAT or DATEDIFF?

Choose 2 answers

Options:

A.

In Procedure Configuration, ina TrackingCustom Data value field.

B.

In a Remote Action, in a Remote Options value field.

C.

In a Remote Action, in an Additional Output value field.

D.

In a Response Action, in an Additional input value field.

Question 7

A company wants to allow agents to send customers a quote for signature. The quote is adocument createdusing 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 OmniScript?

Options:

A.

DocuSign Envelope Action

B.

PDF Acwm

C.

DocuSign Signature Action

D.

Email Action

Question 8

A developer creates an Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the dataextracted by the DataRaptor in the Debug Log, but the response is empty.

What is the likely cause of this issue?

Options:

A.

The Response cannot be previewed directly.

B.

The DataRaptor Action did not have the Add Response To Response JSON property set to true.

C.

A Response Action was not added to the Integration Procedure.

D.

The Accountld used for the preview is invalid.

Question 9

Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action's output to the DataRaptor Transform Action?

as

Options:

A.

%HTTPGetDetails:CaseData%

B.

%DRXformCaseData: CaseData%

C.

{{ HTTPGetCaseDetails:CaseData}}

D.

{{CaseData}}

Question 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}

Question 11

A developer needs to change some field labels on a FlexCard. The FlexCard is currently deployed to production. The developer that the best course of action is to version the FlexCard rather than cloning it.

Which factorwould leadthe developer to this decision?

Options:

A.

The new version of the FlexCard will be used in a new Console, and the current version of the FlexCard should remain unchanged.

B.

Another team member is developing newactions, fields,and styling for the current version of the FlexCard.

C.

The new and current versions will be displayed together on the same target.

D.

Allinstancesof the FlexCard must be updated with the changes.

Question 12

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

as

A)

as

B)

as

C)

as

Options:

A.

Option

B.

Option

C.

Option

Question 13

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.

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.

as

How can the developer configure the FlexCard to display the case records in this way?

Options:

A.

Enable the record Looping feature on the data table elements

B.

Select the Repeatable Mode propertyon thedata table elements

C.

Enable the Repeat Records feature on the FlexCard Setup tab

D.

Disable the Repeat Record feature on the FlexCard setup tab

Question 15

A developerneedsto use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.

Based on best practice, what element should the developer use this function in?

Options:

A.

A Calculation Action element

B.

A SetValues element

C.

A formula element

D.

A Range element

Question 16

A customerhas anew 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?

Options:

A.

Relationship Query

B.

Linked Mapping

C.

Lookup Mapping

D.

Lookup Key

Question 17

A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.

The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.

Given the external system’sknownperformance issues, which configuration should be used to implement the call to the external system?

Choose 2 answers

Options:

A.

Set the Timeout property on the HTTP Action in the Integration Procedure

B.

Configure a Remote action with timeout settings of 120000

C.

Check the Chainable checkbox on the integration procedure Action in the OmniScript

D.

Check the Chain on Step Check on the HTTP Action in the Integration Procedure

Question 18

A developerneedsto 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 configurethe calculationprocedure to conditionally execute the correct formula?

Options:

A.

Use two separate Calculation Steps with the Conditional Step property selected: use theISTRUE (is Customer) and NOT (ISTRUE) (is Customer) functions in the Condition syntax.

B.

Use two separate Calculation Steps with the Conditional Step property selected: reference just theis Customervariable in the Conditional syntax (no comparison necessary)

C.

Use two separate Calculation Steps with the Conditional Step property selected: compare theisCustomer variable directly to the literal true and false values in the Condition syntax.

D.

Use a single Calculation Steps with IF statement directly in the formula definition to reference the isCustomervariable and conditionally perform theappropriate calculation.

Question 19

A developer isbuilding an OmniScript and needs to retrieve data from Salesforce and from an on-premises billing database.

Which two OmniScript elements could retrieve this data?

Choose 2 answers

Options:

A.

Navigate Action

B.

DataRaptor Extract Action

C.

HTTP Action

D.

Response Action

Question 20

An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.

How should the developer configure the Integration Procedure to meet this requirement?

Options:

A.

Use aRemote Action that calls the XMLStreamReader class

B.

Use a Remote Action that calls the XMLStreamWriter class

C.

Use a DataRaptor Transform to convert JSON to XML

D.

Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.

Question 21

Refer to the exhibit.

as

All inputs to the Calculation Matric are set correctly.

The Calculation Matrix has the following input:

as

What is the output?

Options:

A.

Null

B.

13.99

C.

12.99,13.99

D.

12.99

Question 22

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.

as

as

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.

Question 23

A developer needs to build a multi-step intake form. 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 thecancel functionality for all steps using the LWC OmniScript Designer?

Options:

A.

Check the Enable Cancel checkbox in the Setup tab under Cancel Options.

B.

Add a navigation Action inside each step and set the Component name to ‘’Cancel’’,

C.

Add a navigation Action outside each step and set the Element Name to ‘’Cancel’’,

D.

Add a navigation Action inside each step and set the Element Name to ‘’Cancel’’,

Question 24

A customer sets up two LWC OmniScripts, one embedded into another. AccountId is set in a Set Values element in the parent OmniScript. The Accountid set in the parent OmniScript is used to set another Set values element ContextAccountId in the emvedded OmniScript. The embedded OmniScript is activated.

While previewing the OmniScript flow from the parent, it is found that Account I setcorrect in the parent OmniScript.However,ContextAccount 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.

as

Options:

A.

The WLC PubSub Messge flag in the Set Values action of the parent OmniScript has not been set.

B.

The flag passData.JSON in the parent OmniScript in not configured correctly.

C.

A developer failed to includea Navigate Action Element to pass data from the parent OmniScript.

D.

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

Question 25

What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?

Choose 2 answers

Options:

A.

It populates data in PDF and DocuSign format

B.

It is easier to configure

C.

Ithas betterperformance at runtime

D.

It supports complex field mappings

Page: 1 / 8
Total 84 questions