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

Northern Trail Outfitters (NTO) uses Flow Orchestration to automate quote development. The "Review Quote" work item is performed by their team of technical writers but can be fulfilled by any technical writer on the team.

How can NTO ensure the "Review Quote" work item is assigned to the correct Salesforce user?

A.

Use backend steps to automate work item assignment to the next available technical writer.

B.

Create a Group for the team of Salesforce Users and assign the work item to the group.

C.

Use MuleSoft RPAto review the document and submit it for approval if no issues are found.

D.

Create a user collection variable and assign the work item to the user collection.

Which API policy can be applied to limit the number of requests an individual client can make to an API?

A.

Client ID Enforcement

B.

Spike Control

C.

Rate limiting - SLA-Based

D.

OAuth 2.0 access token enforcement

The current date and time is September 28, 2022, at 9:00 a.m.

A process running in a single Secured Session is scheduled to start September 28, 2022, at 10:00 a.m., and run every 45 minutes.

If the process takes one hour to complete when it runs for the first time, when will it run for the second time?

A.

September 28, 2022, at 11:30 a.m.

B.

September 28, 2022, at 10:45 a.m.

C.

After the first execution is complete

D.

September 28, 2022, at 10:30 a.m.

A MuleSoft developer at AnyAirlines is tasked with creating a new API for an integration.

According to best practices, what is the first step they need to perform?

A.

Create a new project in Anypoint Studio.

B.

Install a standalone Mule runtime on their local machine.

C.

Create a case in Salesforce.

D.

Create a RAML definition in Design Center.

Northern Trail Outfitters wants to run a bidirectional sync of data between two Salesforce orgs. They want to perform real-time updates between both systems so that if either system is updated, the other one is automatically updated with the new data.

What is the minimum number of Mute-Soft Composer flows needed to meet this requirement?

A.

3

B.

1

C.

2

D.

4

AnyAirlines needs to select a tool for developing an integration between Salesforce and an ERP system in the cloud. The requirements state that the systems must communicate bidirectionally and as close to real time as possible. The ERP system can be accessed via a SOAP-based web service.

Which tool meets the requirements of this integration?

A.

Anypoint Studio

B.

MuleSoft Composer

C.

Orchestrator

D.

MuleSoft RPA

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.

Northern Trail Outfitters is building a hyperautomation solution using Salesforce and MuleSoft. They need to use Salesforce Flow to automate a multi-departmental process in an external system and capture the outcome in Salesforce.

How should the Salesforce Flow solution be structured to meet this requirement?

A.

An autolaunched flow invoked by REST API to update Salesforce after the process is completed

B.

A Flow Orchestration to automate the multi-departmental process and update Salesforce records

C.

Parent and subflows invoked by REST API to capture user inputs and update Salesforce records

D.

An evaluation flow which evaluates when the process is completed and updates Salesforce records

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

For a MuleSoft Composer flow, errors can be noted in its Flow Details page.

What other way can MuleSoft Composer send notifications when errors occur?

A.

It posts to a configured Chatter profile.

B.

It generates a notification in the flow.

C.

It sends a message to a configured Slack channel.

D.

It sends a notification to the configured email address.