OMNISTUDIO DEVELOPER - PDF

OMNISTUDIO DEVELOPER - PDF

Professional Development

64 Qs

quiz-placeholder

Similar activities

FC0-U61(758) Quiz 2

FC0-U61(758) Quiz 2

Professional Development

63 Qs

KFIN_Tech_Screening_Test_Python_103_Jan'24

KFIN_Tech_Screening_Test_Python_103_Jan'24

Professional Development

60 Qs

Mulesoft Practice Test

Mulesoft Practice Test

Professional Development

59 Qs

FC0-U61(758) Quiz 8

FC0-U61(758) Quiz 8

Professional Development

63 Qs

AWS Dev

AWS Dev

Professional Development

60 Qs

Salesforce PD2 - Review 3

Salesforce PD2 - Review 3

Professional Development

60 Qs

HARDWARE TEST 01

HARDWARE TEST 01

Professional Development

60 Qs

Salesforce Quiz (LNCT Group of Colleges ,Bhopal) - 17-Mar'25

Salesforce Quiz (LNCT Group of Colleges ,Bhopal) - 17-Mar'25

Professional Development

60 Qs

OMNISTUDIO DEVELOPER - PDF

OMNISTUDIO DEVELOPER - PDF

Assessment

Quiz

Computers

Professional Development

Easy

Created by

rachel laurete

Used 49+ times

FREE Resource

64 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer is configuring the API URL in and 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 Forger

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

In this Integration Procedure structure, what Send JSON Path would be used to send the output of the Action1 element to a Remote Action

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 configurations

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 APIs to access and update the policies. Due to the volume of the policy data and peak hours of business, calls to the REST APIs sometimes take longer that 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?