[2021] Pass OmniStudio-Developer Exam - Real Questions & Answers [Q36-Q58]

Share

[2021] Pass OmniStudio-Developer Exam - Real Questions & Answers

OmniStudio-Developer Exam Questions Get Updated [2021] with Correct Answers


Salesforce OmniStudio-Developer Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a customer issue, determine the breakdown location in the data flow
  • Identify which DataRaptor to use to meet a requirement
Topic 2
  • Given a use case, compare and contrast various elements and their configuration
  • Apply concepts required to build the JSON data structure that supports FlexCards framework
Topic 3
  • Demonstrate an understanding of the mechanics of a Calculation Procedure
  • Demonstrate an understanding of the JSON data structure that supports OmniScript

 

NEW QUESTION 36
Refer to the exhibit.

A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.
When previewing Omniscript, the developer enters a name in the Type Ahead and males a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.
What is the reason that the fields fail to display the fetched data?

  • A. Use Data JSON is not selected in the properties of the Type Ahead Block.
  • B. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.
  • C. Lookup Mode is not selected in the properties of the Type A Head Block.
  • D. The Typeghead ley is not in the correct format

Answer: B

 

NEW QUESTION 37
You are configuring an Integration Procedure Action in an OmniScript. The OmniScript needs a JSON response from the Integration Procedure, but you do not want to wait for the response for the user to proceed.
What feature do you enable?

  • A. Invoke Mode Non-Blocking
  • B. Use Future
  • C. Toast Completion
  • D. Invoke Mode Fire and Forget

Answer: C

 

NEW QUESTION 38
In an OmniScript, what is unique about a Requirement in a Messaging element? Choose 2 answers

  • A. It makes the banner yellow
  • B. It requires a Validate Expression
  • C. It sets the element to required
  • D. It is only availability for the false message

Answer: A,B

 

NEW QUESTION 39
A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?

  • A. A guided workflow
  • B. A DataRaptor Transform
  • C. An integration Procedure
  • D. An HTTP Action Element

Answer: B

 

NEW QUESTION 40
You want to use a custom icon in a FlexCard.
How would you do this?

  • A. Select Custom as the icon type and enter the icon URL in the Image Source field
  • B. Select Salesforce SVG as the icon type and scroll through until you find the custom icons
  • C. Select Custom as the icon type and search for the custom icon you want from the library
  • D. Select Salesforce SVG as the icon type and search for custom to find the custom icon

Answer: A

 

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

  • A. In the Setup Panel, {recordid} is misspelled in the Data Source Input Map.
  • B. The field is null in the Salesforce record.
  • C. The card state only supports a limited number of fields for display.
  • D. There are no Test Data Test Parameters configured.

Answer: B

 

NEW QUESTION 42
An integration procedure contains a Remote Action element that calls a method of an APEX class. 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?

  • A. Set Return Only Additional Output to true, and add the following Key/Value pairs to additional input.
  • B. Add the following to Send JSON Path: accountId: %Accountd% ProductId% Details Products%
  • C. Check the DataRaptor Transform checkbox, and add the following Key/Value pairs to Output JSON Path:
  • D. Check the Send Only Additional Input checkbox, and the following/ value pairs to Additional input:

Answer: A

 

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

  • A. {"ContactPhone": "(212) 169-1475", "ContactName". "Edward Stamos", "ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" }
  • B. {"BlkContacts": [ { "ContactPhone": "(212) 169-1475", "ContactName: "Edward Stamos" }, { "ContactPhone": "(212) 189-6979". "ContactName": "Leanne Tomlin" } J, "AccountPhone "2221546450", "AccountName" "Acme" }
  • C. {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin" } ], "AccountPhone: "2221546450", ""AccountName: "Acme" }
  • D. {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169-8979", "Name": "Leanne Tomlin" } J, "AccountPhone": "2221546450", "AccountName": "Acme" }

Answer: B

 

NEW QUESTION 44
A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. TheDataRaptor 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 to set the first name and last name for the contact record. The DataRaptor andIntegration 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?

  • A. The valid field names should be added in the Domain object field in the DataRaptor
  • B. SetValuesContactDetails should have been added to Additional input of DataRaptor Post Action in Integration Procedure
  • C. The Set values Action Keys should include the DataRaptor Post Action element name path, e,g LoadContactDetails, lastname
  • D. The DataRaptor Post Action in the integration procedure should have been executed before the Set Values Action

Answer: B

 

NEW QUESTION 45
In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?

  • A. It must be a calculation step.
  • B. It must be included in constants.
  • C. It must be a matrix lookup step.
  • D. It must be included m the calculation output.

Answer: D

 

NEW QUESTION 46
A)

B)

  • A. Option A
  • B. Option B

Answer: A

 

NEW QUESTION 47
...... configure Additional input to send exactly the same data? Assume that thedevelop checked Send Only Additional input.

A)

B)

C)

D)

  • A. Option B
  • B. Option C
  • C. Option A
  • D. Option D

Answer: D

 

NEW QUESTION 48
Refer to the exhibit below.

What is the reason that the fields fail to display the fetched data?

  • A. Use Data JSON is Not selected in the properties of the Type Ahead Block.
  • B. The typeHead key is not in the correct format.
  • C. FirstName, LastName, and BirthDate are not placed inside the Type Ahead Block.
  • D. Lookup Mode is selected in the properties of the Type Ahead Block.

Answer: C

 

NEW QUESTION 49
A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with action to close the case and update the case. And it will be styled using the Community's theme.
What must be developer do to configure the FlexCard for deployment in a Community?

  • A. Set the Developer property in Card Configuration to ''Community''
  • B. Add the FlexCard's API name to FlexCard Player component
  • C. Configure the Component visibility in the custom Component.
  • D. Set the Target property in publish Options to Communitypage''

Answer: D

 

NEW QUESTION 50
Refer to theexhibit.
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)

  • A. Option C
  • B. Option B
  • C. Option D
  • D. Option A

Answer: A

 

NEW QUESTION 51
Which context variable is set in the card designer and allows access to any property in scope plus the {{payload}} variable?

  • A. Page parameters {{params}}
  • B. Object {{objj}}
  • C. Attributes {{attrs}}
  • D. Session variables {{session}}

Answer: D

 

NEW QUESTION 52
You are importing a list of new products into Salesforce and need to map the new product to the appropriate PriceBook Entries.
What typeof DataRator mapping keeps tractof the new product Records as they are created to use in the Price entries you need to create?

  • A. Lookup Mapping
  • B. Relationship Query
  • C. Lookup Key
  • D. Linked Mapping

Answer: D

 

NEW QUESTION 53
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 Omniscriptis 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 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.

  • A. The flag passDataJSON in the parent OmniScript in not configured correctly.
  • B. The LWC PubSub Message flag in the Set Values action of theparent has not been set.
  • C. A developer failed to include a Navigation Element to pass data from the parent OmniScript.
  • D. Both parent and embedded OmniScripts have the same element name for the Set values element.

Answer: B

 

NEW QUESTION 54
What two advantages does a DataRaptor Turbo Extract have over a standard DataRaptor Extract?
Choose 2 answers

  • A. It is easier to configure
  • B. It has better performance at runtime
  • C. It populates data in PDF and DocuSign format
  • D. It supports complex field mappings

Answer: A,B

 

NEW QUESTION 55
A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.
What is the most efficient way for the developer to configure the action that invokes the OmniScript?

  • A. As a Lightning Action
  • B. As a Custom Action
  • C. As an OS Action
  • D. As an OmniStudio Action

Answer: D

 

NEW QUESTION 56
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers

  • A. A DataRapt or Post Action
  • B. A DataRaptor Load Action
  • C. A Lookup Input Element
  • D. A DataRaptor Extract Action

Answer: A,D

 

NEW QUESTION 57
You are troubleshooting an Integration Procedure with two elements: a Remote Action named FetchCart and a Response Action named ResponseCart. In PREVIEW, what JSON node shows the data sent to the Remote Action?

  • A. FetchCartDebug
  • B. ResponseCartDebug
  • C. FetchCart
  • D. ResponseCart

Answer: A

 

NEW QUESTION 58
......

Practice OmniStudio-Developer Questions With Certification guide Q&A from Training Expert Actual4Exams: https://www.actual4exams.com/OmniStudio-Developer-valid-dump.html

Free Salesforce OmniStudio-Developer Test Practice Test Questions Exam Dumps: https://drive.google.com/open?id=1j_6C9LijUqh9ziHrm94FN7H-elTvctrN