Month end Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70special

Salesforce Mule-Dev-202 Salesforce Certified MuleSoft Hyperautomation Developer Exam Practice Test

Salesforce Certified MuleSoft Hyperautomation Developer Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$37.5  $124.99

PDF Study Guide

  • Product Type: PDF Study Guide
$33  $109.99
Question 1

AnyAirlines releases a new REST API that exposes access to an RPA process. The RPA process can only handle a limited number of interactions per second before the API begins returning errors.

Which policy should AnyAirlines apply to prevent the API from being overloaded?

Options:

A.

JSON threat protection

B.

Rate Limiting - SLA

C.

Spike Control

D.

Client ID Enforcement

Question 2

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

Options:

A.

Client ID Enforcement

B.

Spike Control

C.

Rate limiting - SLA-Based

D.

OAuth 2.0 access token enforcement

Question 3

AnyAirlines has an RPA process that is failing in Production.

According to best practices, how should they debug the failure?

Options:

A.

Download the analysis package from RPA Manager, open it in a text editor, then determine the root cause.

B.

Download the analysis package from RPA Manager. revert the RPA process to the Test phase, then import the analysispackage to RPA Builder and debug.

C.

Download theanalysis package from RPA Manager. revert the RPA process to the Build phase,then import the analysis package to RPA Builder and debug.

D.

Deactivate the RPA process, enter the inputs manually, the monitor the execution to determine the root cause.

Question 4

AnyAirlines is developing an RPA process and is implementing testing best practices. They want to take the RPA process through rigorous testing.

During these tests, where do RPA process test plans execute?

Options:

A.

On a configured RPA Bot

B.

In RPA Manager

C.

In RPA Builder

D.

In an RPA process runtime

Question 5

Northern Trail Outfitters is concerned about security in their Salesforce org regarding their newly created hyperautomation flow that calls a MuleSoft API. A mechanism needs to be implemented that restricts which users can invoke the flow.

Which setting is available to a hyperautomation practitioner that meets this security requirement?

Options:

A.

Configure OAuth 2.0 in the connected app.

B.

Assign an appropriate profile or permission set to users in the external service.

C.

Assign an appropriate profile or permission set to users in the connected app.

D.

Configure OAuth 2.0 in the external service.

Question 6

Northern Trail Outfitters set up a MuleSoft Composer integration between Salesforce and NetSuite that updates the Order object in Salesforce with data from NetSuite.

When an order in Salesforce is updated as complete, the Last Order Date custom field on the related account should automatically update with the date the order was marked complete.

What is the best practice to achieve this outcome?

Options:

A.

Update the MuleSoft Composer integration to also update the related account when the order is marked complete.

B.

Replace the MuleSoft Composer integration with a three-tier API integration between Salesforce and NetSuite using Anvpoint Platform.

C.

Create a record-triggered flow on the Order object that updates the related account when the order is marked complete.

D.

Create a MuleSoft RPA bot that updates the related account when the order is marked complete.

Question 7

A MuleSoft developer at AnyAirlines wants to retrieve customer data from an external system.

Before designing a new integration, what should they use to determine if the integration exists and can be reused?

Options:

A.

Design Center

B.

Anypoint Studio

C.

Anypoint Exchange

D.

MuleSoft Composer

Question 8

The customer support team at Northern Trail Outfitters manages and maintains customer service cases using Service Cloud. The team collaborates with other stakeholders such as the sales, product, and technical support teams to resolve cases using Slack.

The team needs to use a MuleSoft Composer flow to automatically trigger when a case is created or modified in Service Cloud with notifications in Slack. Based on these specific case requirements, the team routes the cases to the sales, product, or the technical support team.

What flow component must the customer support team use to route the cases?

Options:

A.

For Each

B.

If/Else

C.

Switch/Case

D.

Swimlane

Question 9

AnyAirlines has MuleSoft Composer installed on their production Salesforce environment.

To test flows with data in multiple non-production environments, what does the hyperautomation specialist need to do?

Options:

A.

Create a connection to each of the non-production environments within the Composer Ul.

B.

Install MuleSoft Composer in each of the non-production Salesforce environments.

C.

Install MuleSoft Composer in only one non-production Salesforce environment and create a proxy to all other non-production environments.

D.

Use mocked data because non-production data is not available to MuleSoft Composer.

Question 10

Northern Trail Outfitters (NTO) wants to automate a multi-step process that spans several departments.

How do Interactive Steps in Flow Orchestration help NTO involve users at key steps of the process?

Options:

A.

They allow the user to interact directly with external systems through the Salesforce Ul.

B.

They allow the user to interact with the process in between automated backend steps.

C.

They enable users to collaborate on specific work items.

D.

They leverage Al processing to automatically interact with the customer and collect customer data.

Question 11

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?

Options:

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.

Question 12

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?

Options:

A.

3

B.

1

C.

2

D.

4

Question 13

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?

Options:

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

Question 14

Northern Trail Outfitters developed an integration between its two Salesforce orgs using MuleSoft Composer.

Which two actions should be taken before testing the Composer flow? (Choose two.)

Options:

A.

Ensure the flow trigger is connected to a sandbox instance of Salesforce.

B.

Ensure action steps are connected to a sandbox instance of Salesforce.

C.

Ensure the credentials to the target production org are still valid.

D.

Ensure MuleSoft Composer is installed on both the source and target orgs.

Question 15

The MuleSoft team at Northern Trail Outfitters wants to create a project skeleton that developers can use as a starting point when creating API implementations with Anypoint Studio. This will help drive consistent use of best practices within the team.

Which type of Anypoint Exchange artifact should be added to Exchange to publish the project skeleton?

Options:

A.

RAML trail definitions to be reused across API implementations

B.

A custom asset with the default API implementation

C.

A MuleSoft application template with key components

D.

An example of an API implementation following best practices

Question 16

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.)

Options:

A.

Schedule based on a formula

B.

Every 30 minutes

C.

Every 30 days

D.

Every 5 minutes

Question 17

AnyAirlines wants to share the Flight Path API through their public Anypoint Exchange Portal.

What should be configured before the API can be shared?

Options:

A.

The visibility level of API instances should be set to public.

B.

The users that need access to the API should be added to the appropriate role in Anvpoint Platform.

C.

The API should be secured using one of the supported authentication/authorization mechanisms.

D.

The API should be functional and accessible for users to interact with.

Question 18

AnyAirlines is developing an RPA process to extract information from a legacy system. To capture the manual workflow, they leverage RPA Recorder.

Which two best practices should they be aware of when working with the autogenerated workflow code? (Choose two.)

Options:

A.

All autocaptured information is for documentation purposes only.

B.

Some autogenerated code must be replaced with more robust or specialized action steps.

C.

The autogenerated workflows may contain sensitive information that must be removed.

D.

All keystrokes and mouse clicks in the autogenerated code must be disabled before deploying to production.