Practice Test 1 Flashcards

1
Q

The core system of Norther Trail Outfitters (NTO) can only handle a certain number of requests in a given timeframe. The API that accesses it should be protected from excessive traffic. Which API policy included in API Manager serves this purpose?

HTTP Caching
Rate Limit-SLA Based
Spike Control
Header Removal
A

Spike Control

The Spike Control policy regulates your API request traffic by limiting the number of messages processed by an API. The policy ensures that the number of messages processed within a specified time does not exceed the limit that you configure. If the number is exceeded, the request is queued for retry based on how you have configured the policy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Norther Trail Outfitters (NTO) has a multi-step process. Based on the data of related records, NTO wants to declare different exit criteria to their Flow Orchestration stage. How can this be achieved?

Autolaunched Flow
Subflow
Invocable APEX
Evaluation Flow
A

Evaluation Flow

When you need more than 3 requirements to control stage and step execution, use an evaluation flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which three capabilities are provided by Mulesoft Anypoint Platform? (Choose 3)

API management and deployment 
Out-of-the-box system connectors
API discovery and documentation
Experience sitebuilder
Chatbot capabilities
A

API management and deployment
Out-of-the-box system connectors
API discovery and documentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Norther Trail Outfitters (NTO) needs to develop an application network that follows a Mulesoft-recommended, API-led connectivity approach and meets the following requirements:
provides data to mobile and web interfaces
aggregates and transforms data
retrieves data from databases

In which API tier should the interaction with databases take place?

Experience
System
Process
Network
A

System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Norther Trail Outfitters (NTO) wants to begin their hyperautomation journey. The Ops team is currently overloaded with integration tasks. To reduce some load from the Ops team, management decides to automate a process connecting Jira and Salesforce. According to best practices, which tool should be used?

Mulesoft Composer
Flow Orchestration
Mulesoft RPA
Salesforce Flow
A

Mulesoft Composer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

AnyAirlines has a legacy system that creates and updates customer personal identification numbers (PINs). This system will not be replaced int he neat future. Also, they do not have access to Salesforce developers.

The company asks a hyperautomation specialist to build a flow that has the following requirements:
Create or update a PIN in Salesforce
Create APIs using Anypoint Platform that allows for future enhancements and connectivity

To meets these requirements, which two steps should the hyperautomation practitioner use to build a solution without the help of IT?

 A. Create a Salesforce orchestration that calls Anypoint APIs using interactive and background steps.
 B. Create an RPA bot that is exposed as an API to create and update PINs in the legacy system. 
  C. Create a Mulesoft Composer record-triggered flow that calls Anypoint APIs, that can in turn call the System API exposed by Mulesoft RPA. 
   D. Use Einstein bots API to link the legacy system with Salesforce and Anypoint Platform
A

B and C

You do not need interactive steps to perform these actions and Einstein Bots are not used for this use case.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A business user at Norther Trail Outfitters (NTO) needs to accelerate their field employee onboarding process. They want to automate ticket creation for laptop provisioning in ServiceNow when a user is provisioned in Salesforce. Which tool should be used to build this solution without the help of IT?

Mulesoft Composer
Mulesoft RPA
Anypoint Platform
Flow Orchestration
A

Mulesoft Composer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which statement is correct about interviews and cards in Salesforce Flow debugging mode?

A. Only one card is produced per interview. Therefore, multiple tests should be created for al possible outcomes of a flow. 
B. Multiple cards are produced per interview but does not cover all branches. Therefore, one test should cover all elements in the flow. 
C. Multiple cards are produced per interview but does not cover all branches. Therefore, multiple tests should be created to account for all elements in the flow. 
D. Only one card is produced per interview. Therefore, only one test should cover al elements in the flow.
A

B. Multiple cards are produced per interview but does not cover all branches. Therefore, one test should cover all elements in the flow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Norther Trail Outfitters (NTO) needs to implement an Einstein Bot that automates customer interactions and saves data into a external system. The process involves collecting new data that does not have a corresponding standard object in Salesforce. Which two steps must the hyperautomation practitioner perform to get the data from the Einstein Bot interaction into the external system? (Choose two)

A. Create a Mulesoft Composer record-triggered flow that updates the external system
B. Create a variable in the Einstein Bot to hold the data in Salesforce
C. Create a custom object in Salesforce to hold the data that the Einstein Bot collects
D. Create a Salesforce record-triggered flow that passes the bot data to a Mulesoft Composer flow that updates the external system.
A

A and C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A REST API specification is updated with a new required input argument for the POST method of an existing resource. The previous REST API asset was published to Anypoint Exchange as version 3.2.1. Following the Mulesoft-recomended semantic versioning, what should the new version be for this updated REST API asset?

3.3.0
3.2.2
3.2.1-rc1
4.0.0
A

4.0.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AnyAirlines is using an API-led connectivity approach when creating their APIs. Due to recent modifications to their business rules, a Process API implementation change is required. Which approach should AnyAirlines take to minimize the impact of this change on their API clients?

A. Create a new API version with V2 as part of the endpoint URL and have the old API implementation return a HTTP status code 301-Moved Permanently
B. Update the RAML specification of the current Process API and notify the API client developers by sending them the updated specifications
C. Create a new API version with V2 as part of the endpoint URL and inform current V1 API consumers of End of Life. 
D. Postpone changes until API consumers acknowledge they are ready to migrate to a new API version
A

C. Create a new API version with V2 as part of the endpoint URL and inform current V1 API consumers of End of Life.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which Mulesoft deployment strategy consists of the Control Plane and Runtime Plane hosted by Mulesoft?

CloudHub
Hybrid
Private Cloud Edition
Runtime Fabric
A

CloudHub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

An RPA process is scheduled to run every 10 minutes. What happens if an error or exception occurs?

A. It keeps executing until it is successful, then it creates a new session at the next scheduled time. 
B. Execution pauses and waits for a user to take action
C. It keeps attempting to execute the process with the same session until it is complete
D. Process execution terminates and is ready to run at the next scheduled time.
A

D. Process execution terminates and is ready to run at the next scheduled time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which Mulesoft RPA component is used at each stage of the RPA lifecycle?

A. Mulesoft RPA Manager
B. Mulesoft RPA Bot Instances
C. Mulesoft RPA Recorder
D. Mulesoft RPA Builde
A

A. Mulesoft RPA Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Northern Trail Outfitters implements a customer address API to retrieve customer address information. The API is updated in Anypoint Exchange from version 1.1.0. to version 1.2.0. following semantic versioning best practices. These changes are communicated using the APIs public portal. The API endpoint remains the same in the new version. How should consumers of this API respond to the changes?

A. The API developer should be contacted to identify the change to the existing functionality
B. The API consumer only needs to modify their code if they want to use the new features. 
C. The API developer should be requested to run the old version in parallel with the new one
D. The API consumer needs to identify the update as a project risk and perform full regression testing of the functionality
A

B. The API consumer only needs to modify their code if they want to use the new features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

AnyAirlines deploys an API that provides access to their flight information. This API is secured by client and SLA tiers and is consumed by business units that implement Mule applications and RPA processes. The OPS team is setting up Anypoint Monitoring dashboards to see which client applications send the most requests and which API endpoints receive the most requests. Which Anypoint Monitoring Application Panel and API Panel metrics meet these requirements (choose two)?

A. Requests by Client ID
B. Requests by Client IP
C. Outbound-Average Request Count by Endpoint
D. Inbound-Average Request Count by Endpoint
A

A and D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In Anypoint Exchange which three lifecycle states are available? (choose three)

A. Testing
B. Deprecated
C. Stable
D. Development
E. Feature
A

B. Deprecated
C. Stable
D. Development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which Anypoint Platform component is responsible for producing API statistics including policy violations?

A. Anypoint Runtime Manager
B. Anypoint Flex Gateway
C. Anypoint Monitoring
D. Anypoint Analytics
A

D. Anypoint Analytics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

AnyAirlines experiences a high transaction rate per second. Which policy should Airlines use to impose usage limits on APIs based on the type of client application ?

A. Spike Control Policy 
B. Client ID enforcement policy 
C. Cross-Origin Resource Sharing (CORS) policy 
D. Rate Limiting: SLA-based
A

D. Rate Limiting: SLA-based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

AnyAirlines has a requirement to validate APIs with simulated behavior in a mocking service and engage the API consumers early in deployment to avoid more work. Which two tools enable them to meet these requirements?

A. Anypoint Exchange
B. Anypoint Runtime
C. Anypoint Manager
D. Anypoint Designer
A

A and D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Northern Trail Outfitters uses Mulesoft Composer to push data from Salesforce cases into Jira issues. After executing a test case where should the user review the outputs of the test?

A. Debug logs locates in the Salesforce setup menu
B. Debug logs located in the Salesforce Developer console
C. The targeted Jira location for the Mulesoft Composer flow
D. The Mulesoft Composer Flow detail page
A

C. The targeted Jira location for the Mulesoft Composer flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

NTO has a complex process that involves several approval processes to be completed. According to best practices, how should NTO use Flow Orchestration to manage the approval processes?

A. Use Flow Orchestration to invoke a Salesforce approval process as needed during the process
B. Use Subflows with interactive steps to handle the approval processes
C. Build Multiple Flow Orchestrations with Interactive Steps to handle the approval processes
D. Use Interactive Steps to collect the outputs of the approval process and govern upcoming steps
A

D. Use Interactive Steps to collect the outputs of the approval process and govern upcoming steps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

NTO develops an Experience API that returns promotional offers. The API is intended for third-party affiliates to integrate into their own application networks. Which two independent solutions should be recommended? (Choose two)

A. Publish the API spec to the public Exchange
B. Publish the API spec to the API Community Manager
C. Publish the API spec to the private Exchange
D. Publish the API template to the public Exchange
A

A and B

(A and D could be correct though)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

The Sales team at NTO uses Sales Cloud to manage and maintain opportunities. They also use NetSuite to create and fulfill sales orders. The team uses a Mulesoft Composer flow that retrieves Closed Won opportunities in Sales Cloud and generates sales orders un NetSuite. Which Composer flow component must the sales team use to process all Closed Won opportunities?

A. Do While
B. While
C. For Each
D. If/Else
A

C. For Each

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which automation in Salesforce Flow can be completed without any user action?

A. Scheduled-triggered Flows
B. Screen Flows
C. Approval Processes
D. Visualforce Page
A

A. Scheduled-triggered Flows

25
Q

Which two Mulesoft deployment strategies consist of the control plane hosted by Mulesoft and runtime plane hosted by the client? (Choose two)

A. Hybrid
B. Runtime Fabric
C. CloudHub
D. Private Cloud Edition
A

A. Hybrid
B. Runtime Fabric

26
Q

NTO needs to allowlist certain IP addresses for API access. Which Anypoint Platform component requires a change to fulfill this requirement?

A. Create allowlist IPs in Access Management
B. Create an allowlist policy in Anypoint Exchange
C. Restrict Cloudhub worker in Runtime Manager
D. Implement a Policy through API Manager
A

D. Implement a Policy through API Manager

27
Q

NTO has updated its Order API implementation. When must the RAML specification of the API be updated?

A. When the Order API implementation is migrated from an older to a newer version of the Mule runtime
B. When the Order API implementation changes the structure of the request and response messages
C. When the Order API implementation changes from interacting with a legacy backend system deployed on-premise to a modern cloud-based system 
D. When the Order API implementation is optimised to improve the average response time
A

B. When the Order API implementation changes the structure of the request and response messages

28
Q

The Mulesoft team at AnyAirlines is tasked with updating data in Salesforce using a system API. The requirement states that the Mulesoft team calls another system ad updates Salesforce. The event that triggers this requirement is taken from a Mulesoft RPA Process that was implemented in the past. As a result of the update, the hyperautomation practitioner needs to create additional referential data in Salesforce. Which type of flow should be implemented for this use case?

A. Event Triggered Flow
B. Screen Triggered Flow
C. Schedule triggered Flow
D. Record Triggered Flow
A

D. Record Triggered Flow

29
Q

NTO 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 Mulesoft Composed scheduling functionality works. Which two options are available for use as the time mechanism within Mulesoft Composer?

A. Every 30 days
B. Every 30 minutes
C. Every 5 minutes
D. Schedule based on a formula
A

A and B

Mulesoft Composer polling frequencies:
15 minutes
30 minutes
45 minutes
1 hour
5 hours
1 day
7 days
30 days

30
Q

Using Mulesoft Composer, an employee of NTO automates lead entry into Salesforce and wants to avoid duplicate leads, using the GetRecords Salesforce action with a filter applied, they search for the lead being processed to see if it matches any lead currently in Salesforce. Which condition in an if/else block allows them to avoid entering duplicate leads?

A. Records found operator from Salesforce equals TRUE
B. Number of records property from the Salesforce action equals zero
C. List of records from Salesforce is empty 
D. Custom expression equals 0.
A

C. List of records from Salesforce is empty

31
Q

A team at NTO develops an RPA process that will be invoked from a Mule application. During the test phase, what allows the team to confirm that the RPA process is running correctly?

A. Create an invokable test plan and calling the RPA process from an external application
B. Create a test plan specifying the activity parameters
C. Create a test plan specifying the activity parameters and viewing the output information in process run results
D. Create an invokable test plan and calling the RPA process from a REST client.
A

B. Create a test plan specifying the activity parameters

32
Q

AnyAirlines deploys a new API to CloudHub that will be accessed by RPA Bots and Salesforce flows. They want to be notified immediately if the API begins experiencing response times of more than 30 seconds. How should AnyAirlines configure this notification in API monitoring?

A. Set up a CloudHub Alert for response time 
B. Set up a dashboard alert for Outbound-Average Response time by Endpoint
C. Set up an API alert for response time
D. Set up an Email alert for Outbound-Average Reponse Time by Endpoint
A

C. Set up an API alert for response time

33
Q

NTO recently purchased another company. NTO needs to sync new or updated Salesforce records in the new Salesforce company’s org with their org. According to best practices, what is the recommended integration solution for implementing the automation of records between both orgs?

A. SOAP API
B. REST API
C. Database
D. File Exchange
A

B. REST API

34
Q

NTO wants to extract data from files that contain handwritten text. They plan to create an RPA process that:
1. Can be invoked both from Mule applications developed with Anypoint Platform and from Mulesoft Composer flows.
2. Specifies which file to process based on information passed into the RPA process from the calling appliction
3. Passes the data extracted from the file back to the calling application

Which data structures inside of the RPA process should they use for receiving the inbound data and returning the outbound data?

A. Inbound: Inbound Variable | Outbound: Outbound Variable
B. Inbound: Variable | Outbound: Variable
C. Inbound: Activity Parameter | Outbound: Activity Parameter
D. Inbound: Inbound Parameter | Outbound: Outbound Parameter
A

C. Inbound: Activity Parameter | Outbound: Activity Parameter

35
Q

AnyAirlines wants to respond quickly if an RPA bot changes to the stopped state. When creating an alert target, which mechanism should they use to notify employees when an alert rule is triggered?

A. SMS
B. Slack Connection
C. Email Template
D. User Message
A

C. Email Template

36
Q

NTO has developed a hyperautomation solution and is ready to test it. The solution includes salesforce, Anypoint Platform’s CloudHub, Mulesoft Composer and Mulesoft RPA. According to testing best practices, Which two ways should NTO use to test its solution? (Choose two)

A. Deploy the Mule app to CloudHub’s Sandbox environment
B. Use Mulesoft Composer’s Sandbox mode
C. Deploy the Mulesoft RPA Bot to a sandbox for testing
D. Use Salesforce sandboxes to mimic CRM data and test Salesforce configuration and code.
A

A and D

37
Q

At NTO, an RPA process was built and deployed to automate the process of extracting leads from NTO’s marketing events. Now a hyperautomation specialist needs to create a Mulesoft Composer flow to call this RPA process to automatically extract lead data. Which access information must be provided to create and configure a Mulesoft RPA connection in a Mulesoft Composer flow?

A. RPA instance URL and RPA instance key
B. Token ID and Token Secret
C. Client ID and Client Secret
D. RPA API URL and User API Key
A

D. RPA API URL and User API Key

38
Q

NTO is creating multiple RPA processes that send an email notification to sales@nto.com . They want to avoid hardcoding the email in case the emails changes in the future. According to best practices, how should the email address be passed from RPA Manager into an RPA Process?

A. Set the email address in the parameter file and reference it in the email process
B. Declare a global variable and set it to the email address.
C. Declare a process variable and set it to the email address
D. Create an environment variable and set it to the email address.
A

B. Declare a global variable and set it to the email address.

39
Q

AnyAirlines wants to improve their customer service by integrating their reservation system, e-commerce platform and Salesforce. They want to build reusable components using the API-led connectivity approach. The APIs need to provide access to backend databases and insulate users from complexity or any changes to underlying applications. Which API layer meets these requirements?

A. Experience 
B. Data Access
C. Process 
D. System
A

D. System

40
Q

AnyAirlines is implementing hyperautomation solutions throughout their company. What are three benefits that they should realize? (Choose three)

A. Improves the customer experience
B. Reduces operation costs
C. Adds consistency, accuracy, and speed in processes
D. Eliminates the need for APIs 
E. Reduces process efficiency
A

A, B and C

41
Q

NTO needs to develop an integration between Salesforce, NetSuite and Jira. The integration must meet the following requirements:
1. Import Orders in Netsuite to a custom orders object in Salesforce
2. Create cases based on Jira issues
3. Create a single UI for a service representative to interact with cases and orders inside of Salesforce

According to best practices, which two elements of a hyperautomation solution be implemented? (Choose two)

A. Create a Mulesoft Composer flow for each integration to create and update Salesforce data. 
B. Create an autolaunched flow that connects Jira and NetSuite via API to create and update Salesforce data
C. Create a Flow Orchestration which allows the users to interact with cases, orders, and their related records in Salesforce. 
D. Create a Screen flow which allows the users to interact with cases, orders, and their related records in Salesforce
A

A and D

42
Q

The AnyAirlines IT team has a requirement to orchestrate and integrate the opportunity to order process. This process involves creating and updating opportunity records in Sales Cloud, creating orders and generating invoices in NetSuite, and updating payment data from Stripe. Which hyperautomation tool should be used to build this solution?

A. Anypoint Platform
B. Mulesoft RPA
C. Flow Orchestration
D. Salesforce Flow
A

A. Anypoint Platform

43
Q

NTO recently purchased a new company. NTO wants to restrict the calls to the new comapny’s APIs to only come from NTO’s network IP range. Which configuration step meets this requirement on the new company’s API?

A. Configure the IP range policy on the API proxy in Anypoint API Manager
B. Configure the IP allowlist policy on the API proxy in Anypoint API manager
C. Configure static IPs on the Mule Application in Anypoint Runtime Manager 
D. Configure the IP allowlist policy on Anypoint Exchange Public Portal.
A

B. Configure the IP allowlist policy on the API proxy in Anypoint API manager

44
Q

AnyAirlines uses a scheduled RPA process to extract data from a legacy system that will populate fields in a form. They want a user to review the form before submitting it. When creating a production configurstion, which two settings must be sppecified? (Choose two)

A. Process trigger execution
B. Initial activity parameter values
C. Deployable RPA Bots
D. Process deployment region
A

A and C

45
Q

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. Which component will likely require the most effort to complete?

A. A simple Mulesoft Composer Flow that triggers if the credit card application is approved and then invokes the RPA process
B. An Einstein Bot that will initiate the credit card application and create a record of an existing Salesforce custom object
C. An RPA process that will open a desktop application and enter values into fields
D. A large flow orchestration interacting with many different teams that processes the credit card application in Salesforce.
A

D. A large flow orchestration interacting with many different teams that processes the credit card application in Salesforce.

46
Q

AnyAirlines has a Mulesoft RPA Process that automates the process of extracting payroll data from PDF files and uses it to construct a JSON array. In a Mulesoft Composer flow, there is an action step that invokes this RPA process and uses the response in the same flow. What is the output type of the response in Mulesoft Composer?

A. Map
B. Object
C. List
D. String
A

C. List

47
Q

AnyAirlines wants to create an integration that updates data from Salesforce to a SQL database. The databse currently lacks APIs and must be accessed directly. Which tool should be used to meet this requirement?

A. Salesforce Flow
B. Flow Orchestration
C. Mulesoft Composer
D. Anypoint Studio
A

D. Anypoint Studio

48
Q

AnyAirlines has more customer support enquiries than their staff can process and needs a hyperautomation solution to handle their support cases in Salesforce. Which solution should be built to meet this requirement?

A. An Einstein Bot to process customer interaction and invoke an autolaunched flow
B. A Mulesoft Composer Flow to process customer interaction an invoke an autolaunched flow
C. A screen flow to process customer interaction and case creation
D. An Einstein Bot to process customer interaction and invoke a record triggered flow orchestration.
A

D. An Einstein Bot to process customer interaction and invoke a record triggered flow orchestration.

49
Q

NTO provides their Salesforce admin with several use cases for their flow orchestration. Which two concepts should the admin be aware of while designing and testing the flow? (Choose two)

A. Evaluation Flows should only be executed through a flow orchestration
B. A stage of the flow orchestration will pass even if a background step encountered an error
C. Flow orchestrations are designed to work with multiple users and departments for a single process
D. Debug mode can be invoked through REST API for flow orchestration to monitor individual steps
A

B and D

50
Q

AnyAirlines wants to build a digital experience website which includes an Einstein Bot. What should the hyperautomation practitioner do to implement this requirement?

A. Build a website using HTML and CSS and expose it as an LWC component. 
B. Use LWC to build the website and publish it in Salesforce
C. Use the Digital Experience option in Salesforce setup
D. Use the sites option from user interfaces in Salesforce setup
A

D. Use the sites option from user interfaces in Salesforce setup

51
Q

AnyAirlines has a Mulesoft Composer flow that integrates Neisuite with Salesforce. One of the data elements coming from Netsuite is a date that needs to be put into a string field in a Salesforce object. Which composer function should be used to change the datatype of the value?

A. SUBSTITUTE()
B. FROMDATETOSTRING()
C. TODAY()
D. FROMSTRINGTODATE()
A

B. FROMDATETOSTRING()

52
Q

What is the allowed completion timeout period of an RPA process when invoking RPA processes from Muleosft Composer?

A. 3 minutes
B. 5 minutes
C. 10 minutes
D. 30 minutes
A

A. 3 minutes

53
Q

When the GetRecords action is used in Salesforce flow, which subset of records is returned from Salesforce?

A. Standard object records only
B. One or many object records
C. Field metadata records
D. All records owned by a group
A

B. One or many object records

54
Q

An employee of AnyAirlines regularly performs manual processes to extract customer and flight information from multiple legacy systems. AnyAirlines recently purchased Mulesoft Automation, and they hope to automate this manual process using Mulesoft RPA. During an evaluation of the candidate RPA process, which key qualifier should be considered?

A. Does the process interact with multiple legacy systems?
B. Is the process stable?
C. Is the process error-prone?
D. Is the process performed regularly?
A

B. Is the process stable?

55
Q

NTO has a flow orchestration that assigns work items on the contact record to a public group using a private sharing model. Which two ways will the sharing model impact the design and use of their flow orchestration? (Choose two)

A. Work items use sharing conditions independent of the related record and are separate from the private sharing model
B. Flow orchestration work items will automatically provide temporary access to the record page until the work item is satisfied
C. The related contact record should be shared with the public group when a work item is assigned as part of this solution
D. Privately shared records will be visible to the owner and specific related users via automated sharing rules by default.
A

C. The related contact record should be shared with the public group when a work item is assigned as part of this solution
D. Privately shared records will be visible to the owner and specific related users via automated sharing rules by default.

56
Q

Which task is performed in the evaluation phase of a Mulesoft RPA Process?

A. Set up the hardware and software for RPA Bots
B. Design the BPMN of business process automation
C. Build the workflow for business process automation
D. Determine if a business process qualifies for automation
A

D. Determine if a business process qualifies for automation

57
Q

AnyAirlines has an internal API that retrieves the flight information for all flights and can be filtered using a query parameter. The current version number of the API is 1.6.3. A new version of the API is being developed that will add the ability to query for a specific flight using the flight ID as a URI parameter, According to best practices, what should the version number be when the updated API is deployed to Anypoint Exchange?

A. 2.0.0.-This is an incompatible API change that requires a major version update
B. 1.6.4.-this is a backwards-compatible API change that requires a patch version update
C. 2.6.3- This is an incompatible API chnage that requires a major version update
D. 1.7.0.-this is a backward compatible API change that requires a minor version update
A

D. 1.7.0.-this is a backward compatible API change that requires a minor version update

58
Q

Using the image search action step, AnyAirlines develops an RPA process that manually interacts with a web page. According to best practices, how should the image search action step be configured?

A. Set a search area to full-screen whenever possible to ensure the image is on the screen at run time
B. Use a large pattern area to provide the image search with more information to locate the image
C. Set percentage required to 70% to account for small variances between run environments
D. Use a small, unique pattern area to enable the image search to decrease run time
A

D. Use a small, unique pattern area to enable the image search to decrease run time

59
Q

NTO needs to update multiple systems outside of Salesforce baed on updates within Salesforce. The hyperautomation practitioner needs to configure Salesforce to call several APIs created by Mulesoft development team from within a Salesofrce flow. Which sequence of steps must the hyperautomation practitioner perform to ensure that Mulesoft APIs can be invoked from within a Salesforce flow?

A. Create a named credential | create an external service
B. Enable Mulesoft Composer | create an external service
C. Create a named credential | Enable Mulesoft Composer
D. Create a platform event | create an external service
A

A. Create a named credential | create an external service