[UPDATED 2021] Salesforce OmniStudio-Developer Questions Prepare with Free Demo of PDF [Q25-Q46]

Share

[UPDATED 2021] Salesforce OmniStudio-Developer Questions Prepare with Free Demo of PDF

NEW 2021 Certification Sample Questions OmniStudio-Developer Dumps & Practice Exam


Salesforce OmniStudio-Developer Exam Syllabus Topics:

TopicDetails
Topic 1
  • 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 2
  • Demonstrate an understanding of the mechanics of a Calculation Matrix
  • Given a set of requirements, determine appropriate card style, data sources, fields
Topic 3
  • Given a use case, compare and contrast various elements and their configuration
  • Determine which DataRaptor Extract functionality is needed
Topic 4
  • Demonstrate an understanding of the mechanics of a Calculation Procedure
  • Demonstrate an understanding of the JSON data structure that supports OmniScript
Topic 5
  • Determine which DataRaptor Turbo Extract functionality is needed
  • Determine which DataRaptor Load functionality is needed

 

NEW QUESTION 25
An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. A DataRaptor Load saves the dat a. What error could cause this behavior?
Choose 2 answers

  • A. The input JSON paths In the DataRaptor Load do not match the JSON from the OmniScript.
  • B. The fields that are not updated are read only in Salesforce.
  • C. In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
  • D. ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor

Answer: A,B

 

NEW QUESTION 26
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 27
An integration Procedure uses an HTTP action to make a 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?

  • A. Use a Remote Action that calls the XMLStreamReader class
  • B. Use a DataRaptor Transform to convert JSON to XML
  • C. Use a Remote Action that calls the XMLStreamWriter class
  • D. Use a DataRaptor Extract and check the XML checkbox on the Output JSON Path.

Answer: B

 

NEW QUESTION 28
A developer has an existing DataRaptor Load 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 to set 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?

  • 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 29
A developer is configuring a DataRaptor Load to Save contract data. The developer needs to set the record type of the contactusing DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?

  • A. Check is Lookup property when mapping the fields.
  • B. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
  • C. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
  • D. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requestedField list.

Answer: A,B

 

NEW QUESTION 30
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 31
You want to pass the postalcode attribute from a parent to a child FlexCard.
What do you enter for the Value on the parent FlexCard?

  • A. {PostalCode}
  • B. {Params.PostalCode}
  • C. {params.postaiCode}
  • D. {Parent PostalCode}

Answer: B

 

NEW QUESTION 32
A developer needs to display the following information together on one FlexCard:
* Account name, address, phone number, website
* Primary contact first name, contact name, address, phone number, email The account information must always be visible, and the contact information should only be visible as needed by the user.
What approach should the developer use to display the contact information on the card?

  • A. Use a conditional FlexCard State
  • B. Use a Datatable element
  • C. Set the class'' collapsible'' on the block element
  • D. Set the collapsible property on the block element

Answer: D

 

NEW QUESTION 33
A company wants to allow agents to send customers a quote for signature. The quote is a documents created using 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 an OmniScript?

  • A. DocuSign Envelope Action
  • B. Email Action
  • C. PDF Acwm
  • D. DocuSign Signature Action

Answer: D

 

NEW QUESTION 34
Which property enables custom Lightning web components to override an individual OmniScript element's component?

  • A. Enable LWC
  • B. Element Type to LWC Component Mapping
  • C. LWC Component Override
  • D. HTML Template ID

Answer: B

 

NEW QUESTION 35
The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript element should the developer use to configure this functionality?

  • A. Navigation Action
  • B. SOQL Action
  • C. HTTP Action
  • D. DataRaptor Extract Action
  • E. REST API Action

Answer: C,D

 

NEW QUESTION 36
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 37
When an OmniScript is launched from an Action on a FlexCard, the OmniScript displays, but no Salesforce data is populated.
What error could cause this behavior? Choose 2 answers

  • A. The Id Field for Actions in the FlexCard is not configured with the correct Recordid.
  • B. There is no active version of the OmniScript.
  • C. In the DataRaptor Extract Action, the Input Parameters Data Source is misspelled.
  • D. There is no active version of the DataRaptor Extract.

Answer: A,C

 

NEW QUESTION 38
If the email address of a Contact is changed in an OmniScript, which of the following should be configured to update the contact's record in Salesforce? Multiple Books

  • A. A DataRaptor Transform that includes the previous email with the upsert key selected and the new Email address.
  • B. A DataRaptor Load that includes the Recordld, the upsert key selected, and the new Email address.
  • C. A DataRaptor Transform that maps the new Email address to the old Email address field.
  • D. A DataRaptor Extract that includes the Recordld, the upsert key selected, and the new Email address.

Answer: A

 

NEW QUESTION 39
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 40
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 41
A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.

  • A. {Records[0]}
  • B. {Records}
  • C. {recordId}
  • D. {Params records}

Answer: B

 

NEW QUESTION 42
A)

B)

  • A. Option A
  • B. Option B

Answer: A

 

NEW QUESTION 43
A developer is configuring a DataRaptor Load to Save contract dat
a. 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?

  • A. Check is Lookup property when mapping the fields.
  • B. Select RecordType in the Lookup object list. Development in the lookup Field list, and ID in the Lookup Requested Field list.
  • C. Add Link to RecordType object in the Contact Object with the id field of RecordType object.
  • D. Select RecordType in the Lookup Object list. ID in the Lookup Field list, and Development in the Lookup requested Field list.

Answer: A,B

 

NEW QUESTION 44
Why would a developer clone an Integration Procedure instead of versioning it?

  • A. The new Integration Procedure it replacing stub data.
  • B. The new Integration Procedure uses a Cache Block.
  • C. The new Integration Procedure will be used independently
  • D. The new Integration Procedure is Chainable.

Answer: C

 

NEW QUESTION 45
Refer to the exhibit.

The card layout uses anintegration Procedure as a data source. The cards use the layout data source.
Which JSON data structure supports this card layout and follows best practices?
A)

B)

C)

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

Answer: A

 

NEW QUESTION 46
......

OmniStudio-Developer Deluxe Study Guide with Online Test Engine: https://www.passtorrent.com/OmniStudio-Developer-latest-torrent.html

OmniStudio-Developer Test Prep Training Practice Exam Questions Practice Tests: https://drive.google.com/open?id=1JYBpM38SXL_Z5ecydErfQzwgplyrxVz2