Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

OmniStudio-Developer Sample Questions Answers

Questions 4

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 5

A developer needs to build a DataRaptor Transform to send current weather to both an OmniScript Card Layout. Which of these samples would be valid for the Expected Output JSON?

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 6

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.

Buy Now
Questions 7

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 8

A developer needs to configure a DataRaptor to retrieve data from a singleobject. Thestructure of the output data does not need to be changed.

Following best practices, which type of DataRaptor should the developer use?

Options:

A.

DataRaptor Transform

B.

DataRaptor Extract

C.

DataRaptor Load

D.

DataRaptor Turbo Extract

Buy Now
Questions 9

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

Buy Now
Questions 10

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 11

Refer to the exhibit.

What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 12

A developer has an existing DataRaptorLoad that insert Contact records with inputs as LastName and firstName. The DataRaptor 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 toset the first name and last name for the contact record. The DataRaptor and Integration 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?

Options:

A.

SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure

B.

The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname

C.

The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action

D.

The valid field names should be added in the Domain object field in theDataRaptor

Buy Now
Questions 13

Refer to the exhibit.

A developer has configured an integration Procedure element with SEND/RESPONSETRANFORMATIONS 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)

Options:

A.

Option A

B.

Option B

C.

Option C

Buy Now
Questions 14

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

Buy Now
Questions 15

A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard’s records in a Datatable.

Options:

A.

{Records[0]}

B.

{Records}

C.

{Params records}

D.

{recordId}

Buy Now
Questions 16

A developer writes an OmniScript that includes a DataRaptor that updates the Account status 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.

Check the Upsert Key checkbox on the Account Status field

B.

Check the Upsert Key and Is Required for Upsert checkboxes on the Account Id field

C.

Populate the Lookup Object and Lookup Fields

D.

Check Overwrite TargetforAll Null Inputs checkbox on the Account Id field

Buy Now
Questions 17

A developer is troubleshooting an Integration Procedure with two elements: A Remote Action named FetchCart and a Response Action namedResponseCart.

In Preview, what JSON node shows the data sent to the Response Action?

Options:

A.

FetchCart

B.

Response

C.

ResponseCartDebug

D.

ResponseCart

Buy Now
Questions 18

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

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

Given theexternal system's known performance issues, which two configurations 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.

Check the Chainable checkboxon the Integration Procedure Action in the OmniScript

C.

Configure a Remote action with timeout settings of 120000

D.

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

Buy Now
Questions 19

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 20

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 21

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 22

A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, thedeveloper enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.

What is the likely cause of this issue?

Options:

A.

The DataRaptor Action did not have the add response Ro Response JSON property set to true.

B.

The Response cannot be previewed directly.

C.

A Response Action was not added to the integration Procedure.

D.

The AccountId used for the preview is invalid.

Buy Now
Questions 23

Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.

Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.

A)

B)

C)

D)

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 24

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 25

A developer needs to configure a calculation procedure tocalculatethe sum of the entirebase price.

What is the mostefficient way for the developer to meet this requirement?

Options:

A.

Create a Postprocessor apex class to calculate the sum.

B.

Add an Aggregation Step as SUM (BasePrice)

C.

Add A Calculation Step as SUM (BasePrice).

D.

Create a Preprocessor class to calculate thesum

Buy Now
Exam Code: OmniStudio-Developer
Exam Name: Salesforce Certified OmniStudio Developer (SU24)
Last Update: Nov 14, 2024
Questions: 84
$64  $159.99
$48  $119.99
$40  $99.99
buy now OmniStudio-Developer