OmniStudio Developer

OmniStudio Developer

Professional Development

60 Qs

quiz-placeholder

Similar activities

Manage the Application Life Cycle Lesson 1

Manage the Application Life Cycle Lesson 1

9th Grade - Professional Development

56 Qs

ITF+ Study Quiz 1

ITF+ Study Quiz 1

Professional Development

61 Qs

KFIN_Tech_Screening_Test_Python_103_Jan'24

KFIN_Tech_Screening_Test_Python_103_Jan'24

Professional Development

60 Qs

Soal UAS Project Aplikasi Db, Kelas Pagi

Soal UAS Project Aplikasi Db, Kelas Pagi

Professional Development

55 Qs

FC0-U61(758) Quiz 8

FC0-U61(758) Quiz 8

Professional Development

63 Qs

Salesforce PD2 - Review 3

Salesforce PD2 - Review 3

Professional Development

60 Qs

HCI Midterm Exam

HCI Midterm Exam

Professional Development

60 Qs

Microprocessor 8085

Microprocessor 8085

Professional Development

60 Qs

OmniStudio Developer

OmniStudio Developer

Assessment

Quiz

Computers

Professional Development

Easy

Created by

John Dave Peralta

Used 15+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

an Integration Procedure. What is the merge code syntax for passing a Date node from an element named SetValues in the URL?

['SetValues']['Date']

{{SetValues.Date}}

%SetValues. Date%

%SetValues:Date%

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Use Future

Invoke Mode Non-Blocking

Invoke Mode Fire and Forget

Toast Completion

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer creates a DataRaptor Extract to retrieve data to pass to an external service. The external service expects the field value to be an integer. However, the DataRaptor is sending it as a string.Which action

can the developer take to fix this?

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

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

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

In the DataRaptor Formula tab, define a formula using the function TOINTEGER and use the formula as output.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Refer to the exhibit below. In this Integration Procedure structure, what               

Send JSON Path would be used to send the output of the Action1 element to a Remote Action?

BlockA:BlockB:Action1

Action1.BlockB.BlockA

Action1:BlockB:BlockA

BlockA.BlockB.Action1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer creates a FlexCard that displays a contact's mailing address and passes the contact's postal code to a child FlexCard. When configuring text elements in the child FlexCard, what syntax should a

developer use to refer to the contact's postal code?

{postalcode}

{Params.postalcode}

{Records.postalcode}

{Parent.postalcode}

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Users receive an APEX CPU Limit Exceeded error when running an OmniScript in a Salesforce Community. The OmniScript includes an Integration Procedure that contains two DataRaptors. Which two

locations should the developer check to troubleshoot the issue?

Script Configuration

Community logs

DataRaptor configuration

Action Debugger

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APls to access and update the policies. Due to the volume of the policy data and peak hours of business, calls to the REST APls 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's known performance issues, which two configurations should be used to implement the call to the external system?

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

Check the Chainable checkbox on the Integration Procedure Action in the OmniScript

Configure a Remote Action with timeout settings of 120000

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?