Practice Test 1 Flashcards
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
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.
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
Evaluation Flow
When you need more than 3 requirements to control stage and step execution, use an evaluation flow.
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
API management and deployment
Out-of-the-box system connectors
API discovery and documentation
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
System
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
Mulesoft Composer
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
B and C
You do not need interactive steps to perform these actions and Einstein Bots are not used for this use case.
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
Mulesoft Composer
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.
B. Multiple cards are produced per interview but does not cover all branches. Therefore, one test should cover all elements in the flow.
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 and C
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
4.0.0
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
C. Create a new API version with V2 as part of the endpoint URL and inform current V1 API consumers of End of Life.
Which Mulesoft deployment strategy consists of the Control Plane and Runtime Plane hosted by Mulesoft?
CloudHub Hybrid Private Cloud Edition Runtime Fabric
CloudHub
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.
D. Process execution terminates and is ready to run at the next scheduled time.
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. Mulesoft RPA Manager
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
B. The API consumer only needs to modify their code if they want to use the new features.
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 and D
In Anypoint Exchange which three lifecycle states are available? (choose three)
A. Testing B. Deprecated C. Stable D. Development E. Feature
B. Deprecated
C. Stable
D. Development
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
D. Anypoint Analytics
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
D. Rate Limiting: SLA-based
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 and D
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
C. The targeted Jira location for the Mulesoft Composer flow
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
D. Use Interactive Steps to collect the outputs of the approval process and govern upcoming steps
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 and B
(A and D could be correct though)
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
C. For Each