Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A business wants to display customer 360° information in a console for their call center agents. The customer information will come from a variety of sources, and the information should be grouped together logically. The agents will need to take different actions depending on the context of each group of information.

Which tool should a consultant recommend to meet this requirement?

A.

Omniscript

B.

Lightning web components

C.

Visualforce Page

D.

FlexCards

A business process requires the user to upload a file in the OmniScript. The file ID needs to be linked to the parent record being created.

Which approach ensures the link is established correctly?

A.

The Data Mapper Load that creates the parent record should output its ID.

B.

OmniScripts cannot handle file uploads.

C.

Use a Data Mapper Extract to find the file on the user ' s computer.

D.

The file upload happens automatically without any ID linking.

A stakeholder insists on using a single massive OmniScript to handle Sales, Service, and Billing inquiries to " simplify maintenance. "

What risk does this monolithic approach introduce?

A.

Improved performance due to caching.

B.

Easier maintenance as everything is in one place.

C.

Complexity in branching logic, difficulty in testing, and slower load times.

D.

Reduced number of components in the org.

A use case requires an Integration Procedure to call an external API that returns a JSON list of customer service agents. The subsequent OmniScript needs to display this list.

Which part of the HTTP Action configuration is responsible for ensuring the external data structure is mapped to a format accessible by subsequent Integration Procedure actions?

A.

Response Mapping parameters, which define how the response body is extracted and stored as an element within the Integration Procedure ' s data JSON.

B.

Headers section, which contains only authentication and content type metadata.

C.

Timeout parameter, which determines how long the Integration Procedure waits for the external response.

D.

Request Body parameters, which define only the data sent to the external API, not the received data.

A business has been experiencing a downturn in customer satisfaction due to billing Issues. The business lear that when customers are allowed to schedule an inquiry call with an agent, customer satisfaction improves.

For this reason, the business decides to create an OmniScript that asks the customer to rate their customer satisfaction using a 1-5 rating scale. If the customer satisfaction is less than 2, it should allow the customer t request a call back on a certain date and then create a case that includes a list of bills from an external system the last 5 months in the case description.

In what order should the consultant design the elements of the OmniScript to meet these requirements?

A.

Radio Input, Date Input, HTTP Action, DataRaptor Post Action

B.

Date Input, Radio Input, HTTP Action, DataRaptor Post Action

C.

HTTP Action, DataRaptor Post Action, Date Input, Radio Input

D.

HTTP Action, Radio Input, Date Input, DataRaptor Post Action