Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Salesforce Salesforce-Hyperautomation-Specialist - Salesforce Certified Hyperautomation Specialist Exam

AnyAirlines wants to create a new marketing campaign that sends customers special offers every month based on their accrued loyalty points. There is an existing integration for customer data using MuleSoft's API-led three-tier strategy. Loyalty information exists in an external system that can be accessed via an HTTP endpoint provided by the system, but has no current integration. The external ID used will be email address.

The desired output is a CSV file containing customers that includes only the top 10 percent of loyalty point holders.

What is the most efficient way to meet this requirement?

A.

1. Have the MuleSoft team develop a new integration that includes a System API to the Loyalty system and uses the existing Customer System API.

2. Create a Process API to output the final results.

3. Create an Experience API for the business consumers to initiate the integration.

B.

1. Create a MuleSoft Composer flow that utilizes the current Customer integration to select all customers.

2. Create an additional MuleSoft Composer flow that retrieves all the Loyalty information.

3. Create a MuleSoft Composer flow that combines the two previous results and outputs the top 10 percent to a CSV file.

C.

1. Have the MuleSoft team develop a new integration that includes a new System API to both the Customer and Loyally systems.

2. Create a Process API to output the final results.

3. Create an Experience API for the business consumers to initiate the integration.

D.

1. Create a Salesforce Flow that retrieves the Contact data.

2. Create a Salesforce Flow that retrieves the Loyalty data.

3. Create a Flow Orchestration that uses the two flows and outputs the result to a CSV file.

AnyAirlines selected AWS Cloud services as their infrastructure platform. They need to implement Anypoint Platform as the integration solution along with existing cloud capabilities like vertical/horizontal scalability and zero downtime redeployments.

Which type of deployment strategy is needed?

A.

Cloudhub

B.

Runtime Fabric

C.

Hybrid

D.

Private Cloud Edition

Northern Trail Outfitters wants to create an automation which runs on a fixed schedule to enter sales data into NetSuite running as a process in the background. The business product owner chose MuleSoft Composer as the tool for this task.

The Salesforce admin wants to advise the product owner about how the MuleSoft Composer scheduling functionality works.

Which two options are available for use as the time mechanism within MuleSoft Composer? (Choose two.)

A.

Schedule based on a formula

B.

Every 30 minutes

C.

Every 30 days

D.

Every 5 minutes

AnyAirlines implements a credit card program that requires customer applications to go through a review process before approval. They want to develop a series of hyperautomation solutions that will integrate to process the applications and enter the customer's information into a legacy system once approved.

They want to complete the following components:

An Einstein bot that will initiate the credit card application and create a record of an existing Salesforce Custom Object

A Salesforce flow that marks the credit card application as approved in Salesforce

An RPA process that interacts with multiple applications and websites

A simple MuleSoft Composer flow that triggers if a credit card application is approved and then invokes an RPA process

Which component will likely require the most effort to complete?

A.

A simple MuleSoft Composer flow that triggers if a credit card application is approved and then invokes an RPA process

B.

A Salesforce flow that marks the credit card application as approved in Salesforce

C.

An RPA process that interacts with multiple applications and websites

D.

An Einstein bot that will initiate the credit card application and create a record of an existing Salesforce Custom Object

Which Connected App scope should be used to connect RPA Manager with an Anypoint Platform account?

A.

Application Creator

B.

API Catalog Contributor

C.

RPA Integrator

D.

Exchange Administrator

An RPA developer is building the implementation of an RPA process based on the BPMN created by a colleague. In the BPMN, they see the symbol below:

What does the symbol represent?

A.

An activity that is performed if an error occurs during processing

B.

A point in the process where different activities are performed under different circumstances

C.

One possible endpoint for the process

D.

A cleanup activity that is performed at the end of the process to ensure all running applications are closed

An employee at AnyAirlines uses RPA Recorder to capture actions performed when carrying out a business process automation.

How does this help expedite RPA process development?

A.

BPMN is autogenerated, including documentation in the form of images and a fully functional RPA process with workflows and conditional branching.

B.

BPMN is autogenerated, which includes documentation in the form of images and a complete recording of keyboard actions and wait times.

C.

BPMN is autogenerated with complete test plans and run configurations that can be executed in the test and production phases.

D.

BPMN is autogenerated with documentation and workflows containing the recorded actions that are automatically created during the build phase.

Northern Trail Outfitters recently purchased another company. Both companies have separate Salesforce orgs. One business user wants to automate a workflow which requires data transfer between both orgs and automates a distinct multi-user workflow within one of the orgs.

According to best practices, which two hyperautomation tools should these workflows use? (Choose two.)

A.

Flow Orchestration

B.

Anypoint Platform

C.

MuleSoft RPA

D.

MuleSoft Composer

A Salesforce admin for AnyAirlines constructs a MuleSoft Composer flow that retrieves a record based on a unique ID using the Get Records action from a Salesforce connector. They will use the result to send a Slack message.

How can they achieve this task?

A.

1. Add a Slack action step after the Salesforce action step.

2. Use the first record from the collection of Salesforce records to construct the message.

B.

1. Add a For Each loop after the Salesforce action step iterating over the collection of Salesforce records.

2. Use a Slack action step to construct the messages from the record being processed.

C.

1. Add an If/Else Block after the Salesforce action step, which contains a branch checking if the Salesforce action step returned exactly one record.

2. In the branch, add a Slack action step and use the record to construct the message.

D.

1. Add a Slack action step after the Salesforce action step.

2. Use the record to construct the message.

Northern Trail Outfitters has deployed a MuleSoft RPA process to automate the extraction of sales data from CSV files. To integrate this RPA process with Sales Cloud, an action step is created that calls this RPA process in a MuleSoft Composer flow.

Which next step must be added to the flow to make use of the RPA process results?

A.

Create Record action in Sales Cloud

B.

If/Else block

C.

Create or Update Record action in Sales Cloud

D.

For Each loop