New Year Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

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

Salesforce Certified MuleSoft Hyperautomation Developer Questions and Answers

Question 1

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

Options:

A.

Flow Orchestration

B.

Anypoint Platform

C.

MuleSoft RPA

D.

MuleSoft Composer

Question 2

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 3

Northern Trail Outfitters (NTO) has a new business channel that requires exposing their existing non-MuleSoft APIs to the public. They do not have an Anypoint Flex Gateway.

The NTO digital channel team wants to leverage Anypoint Platform as its API management tool.

What is the most time-efficient mechanism of securing their backend systems?

Options:

A.

Rewrite the existing APIs usingMuleSoft.

B.

Create a proxy in front of each existing API.

C.

Expose each endpoint as a basic endpoint.

D.

Use a basic endpoint with a configured consumer endpoint.

Question 4

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 5

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 6

The MuleSoft development team at Northern Trail Outfitters creates a Mule application that interacts with several APIs and RPA processes. The team needs to share this application with other teams to help them create similar applications.

How should the Mule application be published in Anypoint Exchange to meet this requirement?

Options:

A.

Template asset

B.

Custom asset

C.

Connector asset

D.

API asset

Question 7

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 8

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 9

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 10

Northern Trail Outfitters develops an API to look up manufacturer rebates. This API will be consumed internally by the website's backend and the RPA boots used by its customer service representatives.

How should this API be shared within the organization?

Options:

A.

The API's RAML specification should be stored in a SharePoint repository.

B.

The API asset should be published to the private Exchange portal.

C.

Example assets should be published to the private Exchange.

D.

The API asset should be published to the public Exchange portal.

Question 11

AnyAirlines uses an Einstein bot for their customer support. They want it to display a message when a user provides an incorrect answer to a particular question.

Which dialog option should be selected'?

Options:

A.

Message

B.

Action

C.

Question

D.

Rules

Question 12

A Salesforce flow needs to connect to external APIs provided by Northern Trail Outfitters (NTO) and AnyAirlines to retrieve data.

Which three steps should be taken to connect to the external APIs? (Choose three.)

Options:

A.

Use an Action element to call and consume the appropriate API in the Salesforce flow.

B.

Create External Services in Salesforce for NTO and AnyAirlines.

C.

Create Named Credentials in Anypoint for NTO and AnyAirlines.

D.

Use a Virtual service to call and consume the appropriate API in the Salesforce flow.

E.

Create Named Credentials in Salesforce for NTO and AnyAirlines.

Question 13

AnyAirlines has a MuleSoft Composer flow between NetSuite and Salesforce. One of the data elements coming from NetSuite is a string that needs to be put into a Boolean field in a Salesforce object.

Which Composer function should be used to change the datatype of the value?

Options:

A.

today()

B.

fromBooleanToString()

C.

fromStringToBoolean()

D.

substitute()

Question 14

AnyAirlines needs to automatically sync Salesforce accounts with NetSuite customers using a MuleSoft Composer flow. The Address field in the Salesforce Account object is a compound field consisting of the simple fields: Street, City, State, Zip, and Country.

However, the Address field in the NetSuite Customer entity is a list consisting of the simple fields: Street, City, State, Zip, and Country.

Which task must be performed to map fields of the Salesforce Address compound field to the corresponding fields of the NetSuite Address list in the flow?

Options:

A.

Combine the Salesforce address-related fields into a list using a custom formula field in Salesforce.

B.

Combine the Salesforce address-related fields into a list using a custom expression in Composer.

C.

Combine the Salesforce address-related fields into a list using the Get records action in Composer.

D.

Break up the NetSuite Address list into fields that match Salesforce address-related fields using a custom formula field in NetSuite.

Question 15

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 16

A Salesforce administrator asks for advice on how to build their Salesforce flow. They need to complete several DML actions as part of their Salesforce flow and are running into DML governor limits during testing.

Which two pieces of advice should be given to the Salesforce administrator to improve their flow? (Choose two.)

Options:

A.

Avoid puttingDML statements inside of For Loop occurrences.

B.

Use the upsert action to reduce the amount of DML statements required duringthe flow runtime.

C.

Loopthrough a collection variableto save more records with a single DML statement.

D.

Use DML statements at the end of the flow wherever possible.

Question 17

What is the difference between Run and Debug modes in Flow Builder?

Options:

A.

Debug mode displays details for debugging the flow.

B.

Debug mode uses Al to fix any bugs in the flow.

C.

Run mode uses the latest version of the flow.

D.

Run mode is only available for active flows.

Question 18

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.