Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Full Access Salesforce OmniStudio-Consultant Tutorials

Salesforce Certified OmniStudio Consultant Exam (Plat-Con-201) Questions and Answers

Question 45

A company has a process that requires minimum age to purchase. Potential customers must fill in an application form. Rather than have someone fill in the entire form and be denied at the end, 2 consultant recommends using an Omniscript that will ask users to input their birthdate. If the user is younger than than 18 years, then the Omniscript needs to display a message stating " You must be 18 years or older to purchase” and also prevent users from continuing. If the user is 18 or older, then the Omniscript should allow them to proceed without any message.

Which two Omniscript components should the using to meet this validation requirement?

Choose 2 answers

Options:

A.

Alert

B.

Calculation

C.

Formula

D.

Messaging

Question 46

A Data Mapper is configured to sort records based on a formula field.

Why might this configuration negatively impact performance?

Options:

A.

Integration Procedures require additional memory to parse the sorted JSON.

B.

Multiple formula evaluations exceed the maximum CPU limit for the session.

C.

Sorting operations bypass the internal cache of the OmniStudio engine.

D.

Calculation of non-indexed values increases processing time during the query.

Question 47

Which Omniscript element retrieves Salesforce data that is then returned in Value/Label pairs and becomes available for selection in a dropdown list.

Options:

A.

Lookup

B.

Calculation Action

C.

Date Mapper Extract Action

D.

Select

Question 48

When a customer calls to add a new primary contact to their account, call center agents need to complete a I contact form. The agent enters the new contact information using an OmniScript and then needs to generate PDF with the contact information pre-filled that can be shared with the customer.

Which OmniStudio tool should the consultant recommend to generate the pre-filled PDF '

Options:

A.

OmniStudio Action

B.

Integration Procedure

C.

Data Maptor

D.

Calculation Procedure