Feb-2023 OMS-435 Study Material, Preparation Guide and PDF Download
Free OMS-435 Certification Sample Questions with Online Practice Test
NEW QUESTION 47
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, what is the result?
- A. The row is deleted In Versions 2 and 3 but will remain in Version 1.
- B. The row is deleted in all versions
- C. The row is deleted in Version 3 and Version 1.
- D. The row is delete only in Version 3.
Answer: D
NEW QUESTION 48
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 makes 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. Lookup Mode is not selected in the properties of the Type A Head Block.
- B. Use Data JSON is not selected in the properties of the Type Ahead Block.
- C. FirstName, LastName, and BirthDate are not placed inside the Type ahead Block.
- D. The Typeghead ley is not in the correct format
Answer: C
NEW QUESTION 49
A healthcare company wants to enable its subscribers to add, edit, or delete dependents related to their policy Community portal. The developer on the project decides to use an MniScript.
How should the developer configure the OmniScript to provide this functionality?
- A. Use an Edit Block element configured with Remote Actions.
- B. Use an Edit Block element configured with SOQL statements.
- C. Use a Text Block element and a Remote Action element.
- D. Use an Input Block element and a DataRaptor Post Action element.
Answer: A
NEW QUESTION 50
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?
- A. Select the Repeatable Mode property on the data table elements
- B. Enable the record Looping feature on the data table elements
- C. Disable the Repeat Record feature on the FlexCard setup tab
- D. Enable the Repeat Records feature on the FlexCard Setup tab
Answer: C
NEW QUESTION 51
A customer has a new Engagement Manager who is going to be the new Primary Contact for the Account.
What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?
- A. Linked Mapping
- B. Lookup Mapping
- C. Relationship Query
- D. Lookup Key
Answer: A
NEW QUESTION 52
A developer needs to retrieve data from an external system that stores policy dat a. 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 than expected to respond.
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?
Choose 2 answers
- A. Check the Chain On Step checkbox on the HTTP Action in the Integration Procedure
- B. Check the Chainable checkbox on the Integration Procedure Action in the OmniScript
- C. Configure a Remote action with timeout settings of 120000
- D. Set the Timeout property on the HTTP Action in the Integration Procedure
Answer: C,D
NEW QUESTION 53
A developer needs to retrieve data from an external system that stores policy dat a. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs 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 knows performance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers
- A. Set the Timeout property on the HTTP Action in the Integration Procedure
- B. Check the Chainable checkbox on the integration procedure Action in the OmniScript
- C. Configure a Remote action with timeout settings of 120000
- D. Check the Chain on Step Check on the HTTP Action in the Integration Procedure
Answer: C,D
NEW QUESTION 54
A developer needs to transform contact data into a JSON array.
Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers
- A. Set the Input JSON path as List(Contact) and the OutputJSON Path as Contact.
- B. Set the input JSON Path as Contact and the OutPut JSON Path as List (Contact)
- C. Set the Input JSON Path as Contact the out JSON Path as contact and output Data type as List.
- D. Use a formula LIST(Contact), and add the output of the formula as the input in the Transform tab.
Answer: A,C
NEW QUESTION 55
Refer to the exhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?
- A. Action1: BlockB. Block A
- B. BlockA: BlockB. Action 1
- C. BlockB: BlockB. Action1
- D. Action1. BlockB. Block A
Answer: A
NEW QUESTION 56
Why would a developer clone an Integration Procedure instead of versioning it?
- A. The new Integration Procedure will be used independently
- B. The new Integration Procedure it replacing stub data.
- C. The new Integration Procedure uses a Cache Block.
- D. The new Integration Procedure is Chainable.
Answer: A
NEW QUESTION 57
Refer to the exhibit below. What is the marge code needed for this integration procedure structure to pass a CaseNumber node from the DRReadCase DataRaptor Extract Action to the HTTP Action's HTTP URL?
- A. ((DRRCase, CaseNumber))
- B. %DRReadCase: CaseNumber%
- C. MTTOPDetCaseDetail: CaseNumber%
- D. ((CaseNumber))
Answer: B
NEW QUESTION 58
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.

Answer: B
NEW QUESTION 59
A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard's records In a Datable How should the developer configure the parent FlexCard's Node?
- A. {Records}
- B. {Records{0}}
- C. {Recorded}
- D. {Params, records}
Answer: A
NEW QUESTION 60
Refer to the exhibit below. What JSON from the DRGetContactDeteils action would display all six values correctly in the shown? BlkCases is a Repeat Block, and the names of the elements are the same as the label names without spaces.
- A.

- B.

- C.

- D.

Answer: B
NEW QUESTION 61
A developer creates a FlexCard with five state elements. For of the states have a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.
In this scenario, how will the developer know which state will display?
- A. The first state with true nested condition, regardless of sequence in the FlexCard canvas, will display
- B. The first state with a true AND condition, regardless of sequence in the FlexCard canvas, will display.
- C. The state sequenced first in the FlexCard canvas will display.
- D. The first state with true conditions sequence closest to the top of the FlexCard canvas will display.
Answer: C
NEW QUESTION 62
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. In the DataRaptor Load, in the Preview tab, the Record is from the wrong record type.
- C. The fields that are not updated are read only in Salesforce.
- D. ContextId is misspelled in the merge code that passes the Recordld to the DataRaptor
Answer: A,C
NEW QUESTION 63
A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard's records In a Datable How should the developer configure the parent FlexCard's Node?
- A. {Records{0}}
- B. {Records}
- C. {Params, records}
- D. {Recorded}
Answer: C
NEW QUESTION 64
A developer need to use the CONTIF function to process data entered by the user in an OmniScript. The output of the function needs to be displayed to the user immediately in the current step.
Based on best practice, what element should the developer use this function in?
- A. A Calculation Action element
- B. A Set Values element
- C. A formula element
- D. A Range element
Answer: C
NEW QUESTION 65
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?
- A. {(SetValues. Date)}
- B. x%SetValues.Date%
- C. %SetValues Date
- D. (' Setvalues'] [ 'Date']
Answer: C
NEW QUESTION 66
A developer creates a new FlexCard to display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.
During testing, several fields display with the correct data, but one of the fields shows only the label.
What could cause this?
- A. {recordld} us misspelled in the Data Source Input Map.
- B. There are no test parameters configured.
- C. The fields have exceeded the maximum number allowed on the card.
- D. The field is null 0 the Salesforce record.
Answer: D
NEW QUESTION 67
Refer to the following row-versioned calculation matrix.
The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, what is the result?
- A. The row is deleted In Versions 2 and 3 but will remain in Version 1.
- B. The row is deleted in all versions
- C. The row is deleted in Version 3 and Version 1.
- D. The row is delete only in Version 3.
Answer: D
NEW QUESTION 68
A developer needs to limit the of a DataRaptor Extract to a maximum of one result.
How should the developer configure this?
- A. Set the Limit Property on the Action that calls the DataRaptor Extract.
- B. Use a Custom Output Type when creating the DataRaptor
- C. Use the LIMIT filter on the Extract definition
- D. Define a formula with the Filter function
Answer: C
NEW QUESTION 69
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 OmniStudio Action
- D. As an OS Action
Answer: C
NEW QUESTION 70
......
OMS-435 Certification Study Guide Pass OMS-435 Fast: https://www.latestcram.com/OMS-435-exam-cram-questions.html
