New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Salesforce > Salesforce MuleSoft > Mule-Dev-202

Mule-Dev-202 Salesforce Certified MuleSoft Hyperautomation Developer Question and Answers

Question # 4

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

Full Access
Question # 5

Northern Trail Outfitters (NTO) is building a hyperautomation solution using Salesforce and MuleSoft. Their Salesforce admin needs to automate a comprehensive, multi-step process that a single user will execute after a case record is created.

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

A.

An autolaunched flow that will process user inputs and conditional logic to automate the process in Salesforce

B.

A single flow Orchestration that uses Stages and Steps to organize automated actions and process user inputs

C.

A screen flow to process user inputs and an autolaunched flow to process backend steps automatically

D.

A parent flow with subflows to help organize automated actions and generate reusable components

Full Access
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?

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.

Full Access
Question # 7

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?

A.

JSON threat protection

B.

Rate Limiting - SLA

C.

Spike Control

D.

Client ID Enforcement

Full Access
Question # 8

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?

A.

today()

B.

fromBooleanToString()

C.

fromStringToBoolean()

D.

substitute()

Full Access
Question # 9

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

Full Access
Question # 10

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

Full Access
Question # 11

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.

Full Access
Question # 12

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

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.

Full Access
Question # 13

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?

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.

Full Access
Question # 14

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

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.

Full Access
Question # 15

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?

A.

Design Center

B.

Anypoint Studio

C.

Anypoint Exchange

D.

MuleSoft Composer

Full Access
Question # 16

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?

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.

Full Access
Question # 17

Northern Trail Outfitters is developing an API that connects to a vendor's database.

Which two strategies should their Ops team use to monitor the overall health of the API and database using API Functional Monitoring? (Choose two.)

A.

Monitor the CloudHub worker logs for JDBC database connection exceptions.

B.

Make a call to a health-heck endpoint, and then verity that the endpoint is still running.

C.

Monitor the Mule worker logs for "ERROR" statements and verity that the results match expected errors.

D.

Make a GET call to an existing API endpoint, and then verify that the results match expected data.

Full Access
Question # 18

AnyAirlines is creating a hyperautomation solution that will run any time a record is created in NetSuite and will update a record in Salesforce. Many records present in Salesforce need to be related to the updated record. AnyAirlines wants to automatically update each of these dependent records.

When combined, which two hyperautomation solutions should be used to automate this process without involving IT? (Choose two.)

A.

Anypoint Platform

B.

Salesforce Flow

C.

MuleSoft RPA

D.

MuleSoft Composer

Full Access