[Oct-2021] Get 100% Real MCPA-Level-1 Exam Questions, Accurate & Verified ExamBoosts Dumps in the Real Exam! [Q11-Q30]

Share

[Oct-2021] Get 100% Real MCPA-Level-1 Exam Questions, Accurate & Verified ExamBoosts Dumps in the Real Exam!

Pass Your MuleSoft Certified Platform Architect Exams Fast. All Top MCPA-Level-1 Exam Questions Are Covered.

NEW QUESTION 11
What is the most performant out-of-the-box solution in Anypoint Platform to track transaction state in an asynchronously executing long-running process implemented as a Mule application deployed to multiple CloudHub workers?

  • A. java.util.WeakHashMap
  • B. Persistent Object Store
  • C. Redis distributed cache
  • D. File-based storage

Answer: C

 

NEW QUESTION 12
What is typically NOT a function of the APIs created within the framework called API-led connectivity?

  • A. They allow for innovation at the user Interface level by consuming the underlying assets without being aware of how data Is being extracted from backend systems.
  • B. They reduce the dependency on the underlying backend systems by helping unlock data from backend systems In a reusable and consumable way.
  • C. They provide an additional layer of resilience on top of the underlying backend system, thereby insulating clients from extended failure of these systems.
  • D. They can compose data from various sources and combine them with orchestration logic to create higher level value.

Answer: C

Explanation:
Explanation
https://dzone.com/articles/api-led-connectivity-with-mule

 

NEW QUESTION 13
The implementation of a Process API must change.
What is a valid approach that minimizes the impact of this change on API clients?

  • A. Postpone changes until API consumers acknowledge they are ready to migrate to a new Process API or API version
  • B. Update the RAML definition of the current Process API and notify API client developers by sending them links to the updated RAML definition
  • C. Implement required changes to the Process API implementation so that whenever possible, the Process API's RAML definition remains unchanged
  • D. Implement the Process API changes in a new API implementation, and have the old API implementation return an HTTP status code 301 - Moved Permanently to inform API clients they should be calling the new API implementation

Answer: D

 

NEW QUESTION 14
An API implementation is deployed to CloudHub.
What conditions can be alerted on using the default Anypoint Platform functionality, where the alert conditions depend on the end-to-end request processing of the API implementation?

  • A. When a particular API client invokes the API too often within a given time period
  • B. When the API is invoked by an unrecognized API client
  • C. When the API receives a very high number of API invocations
  • D. When the response time of API invocations exceeds a threshold

Answer: A

 

NEW QUESTION 15
When must an API implementation be deployed to an Anypoint VPC?

  • A. When the API implementation must be accessible within a subnet of a restricted customer-hosted network that does not allow public access
  • B. When the API Implementation must invoke publicly exposed services that are deployed outside of CloudHub in a customer- managed AWS instance
  • C. When the API Implementation must write to a persistent Object Store
  • D. When the API implementation must be deployed to a production AWS VPC using the Mule Maven plugin

Answer: B

 

NEW QUESTION 16
An API experiences a high rate of client requests (TPS) vwth small message paytoads. How can usage limits be imposed on the API based on the type of client application?

  • A. Use an SLA-based rate limiting policy and assign a client application to a matching SLA tier based on its type
  • B. Use a spike control policy that limits the number of requests for each client application type
  • C. Use a cross-origin resource sharing (CORS) policy to limit resource sharing between client applications, configured by the client application type
  • D. Use a rate limiting policy and a client ID enforcement policy, each configured by the client application type

Answer: A

 

NEW QUESTION 17
What correctly characterizes unit tests of Mule applications?

  • A. They must be triggered by an external client tool or event source
  • B. They test the validity of input and output of source and target systems
  • C. They must be run in a unit testing environment with dedicated Mule runtimes for the environment
  • D. They are typically written using MUnit to run in an embedded Mule runtime that does not require external connectivity

Answer: C

Explanation:
Explanation
https://dzone.com/articles/munit-framework

 

NEW QUESTION 18
Refer to the exhibit.

What is the best way to decompose one end-to-end business process into a collaboration of Experience, Process, and of System APIs?

  • A. Always use a tiered approach by creating exactly one API for each of the 3 layers (Experience, Process and System APIs).
  • B. Allow System APIs to return data that is NOT currently required by the identified Process or Experience APIs.
  • C. Use a Process API to orchestrate calls to multiple System APIs, but NOT to other Process APIs.
  • D. Handle customizations for the end-user application at the Process API level rather than the Experience API level.

Answer: A

 

NEW QUESTION 19
Mule applications that implement a number of REST APIs are deployed to their own subnet that is inaccessible from outside the organization.
External business-partners need to access these APIs, which are only allowed to be invoked from a separate subnet dedicated to partners - called Partner-subnet. This subnet is accessible from the public internet, which allows these external partners to reach it.
Anypoint Platform and Mule runtimes are already deployed in Partner-subnet. These Mule runtimes can already access the APIs.
What is the most resource-efficient solution to comply with these requirements, while having the least impact on other applications that are currently using the APIs?

  • A. Duplicate the APIs as Mule applications, then deploy them to the Mule runtimes
  • B. Implement (or generate) an API proxy Mule application for each of the APIs, then deploy the API proxies to the Mule runtimes
  • C. Add an additional endpoint to each API for partner-enablement consumption
  • D. Redeploy the API implementations to the same servers running the Mule runtimes

Answer: D

 

NEW QUESTION 20
In an organization, the InfoSec team is investigating Anypoint Platform related data traffic.

  • A. From the Mule runtime irrespective of the deployment model
  • B. From the Mule runtime or the API implementation, depending on the deployment model
  • C. From the Mule runtime or the API Manager, depending on the type of data
  • D. From where does most of the data available to Anypoint Platform for monitoring and alerting originate?
  • E. From various components of Anypoint Platform, such as the Shared Load Balancer, VPC, and Mule runtimes

Answer: B

 

NEW QUESTION 21
An API implementation is deployed to CloudHub.
What conditions can be alerted on using the default Anypoint Platform functionality, where the alert conditions depend on the end-to-end request processing of the API implementation?

  • A. When the response time of API invocations exceeds a threshold
  • B. When a particular API client invokes the API too often within a given time period
  • C. When the API is invoked by an unrecognized API client
  • D. When the API receives a very high number of API invocations

Answer: A

 

NEW QUESTION 22
Refer to the exhibit.

A developer is building a client application to invoke an API deployed to the STAGING environment that is governed by a client ID enforcement policy.
What is required to successfully invoke the API?

  • A. The client ID and secret for the Anypoint Platform account's STAGING environment
  • B. The client ID and secret for the Anypoint Platform account owning the API in the STAGING environment
  • C. A valid OAuth token obtained from Anypoint Platform and its associated client ID and secret
  • D. The client ID and secret obtained from Anypoint Exchange for the API instance in the STAGING environment

Answer: C

Explanation:
Explanation
https://docs.mulesoft.com/api-manager/2.x/policy-mule3-client-id-based-policies

 

NEW QUESTION 23
What is true about automating interactions with Anypoint Platform using tools such as Anypoint Platform REST APIs, Anypoint CLI, or the Mule Maven plugin?

  • A. API policies can be applied to the Anypoint Platform APIs so that ONLY certain LOBs have access to specific functions.
  • B. Anypoint Platform APIs can ONLY automate interactions with CloudHub, while the Mule Maven plugin is required for deployment to customer-hosted Mule runtimes
  • C. Access to Anypoint Platform APIs and Anypoint CLI can be controlled separately through the roles and permissions in Anypoint Platform, so that specific users can get access to Anypoint CLI while others get access to the platform APIs.
  • D. By default, the Anypoint CLI and Mule Maven plugin are NOT included in the Mule runtime, so are NOT available to be used by deployed Mule applications.

Answer: D

 

NEW QUESTION 24
What is true about automating interactions with Anypoint Platform using tools such as Anypoint Platform REST APIs, Anypoint CU, or the Mule Maven plugin?

  • A. Anypoint Platform APIs can ONLY automate interactions with CloudHub, while the Mule Maven plugin is required for deployment to customer-hosted Mule runtimes
  • B. API policies can be applied to the Anypoint Platform APIs so that ONLY certain LOBs have access to specific functions
  • C. By default, the Anypoint CLI and Mule Maven plugin are NOT included in the Mule runtime, so are NOT available to be used by deployed Mule applications
  • D. Access to Anypoint Platform APIs and Anypoint CU can be controlled separately through the roles and permissions in Anypoint Platform, so that specific users can get access to Anypoint CLI white others get access to the platform APIs

Answer: A

 

NEW QUESTION 25
Refer to the exhibit.

What is a valid API in the sense of API-led connectivity and application networks?
A) Java RMI over TCP

B) Java RMI over TCP

C) CORBA over HOP

D) XML over UDP

  • A. Option A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: B

 

NEW QUESTION 26
What should be ensured before sharing an API through a public Anypoint Exchange portal?

  • A. The API should be secured using one of the supported authentication/authorization mechanisms to ensure that data is not compromised
  • B. The API should be functional with at least an initial implementation deployed and accessible for users to interact with
  • C. The users needing access to the API should be added to the appropriate role in Anypoint Platform
  • D. The visibility level of the API instances of that API that need to be publicly accessible should be set to public visibility

Answer: A

 

NEW QUESTION 27
Refer to the exhibit.

A RAML definition has been proposed for a new Promotions Process API, and has been published to Anypoint Exchange.
The Marketing Department, who will be an important consumer of the Promotions API, has important requirements and expectations that must be met.
What is the most effective way to use Anypoint Platform features to involve the Marketing Department in this early API design phase?
A) Ask the Marketing Department to interact with a mocking implementation of the API using the automatically generated API Console

B) Organize a design workshop with the DBAs of the Marketing Department in which the database schema of the Marketing IT systems is translated into RAML

C) Use Anypoint Studio to Implement the API as a Mule application, then deploy that API implementation to CloudHub and ask the Marketing Department to interact with it

D) Export an integration test suite from API designer and have the Marketing Department execute the tests In that suite to ensure they pass

  • A. Option A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: B

 

NEW QUESTION 28
An API implementation is deployed on a single worker on CloudHub and invoked by external API clients (outside of CloudHub). How can an alert be set up that is guaranteed to trigger AS SOON AS that API implementation stops responding to API invocations?

  • A. Implement a heartbeat/health check within the API and invoke it from outside the Anypoint Platform and alert when the heartbeat does not respond
  • B. Create an alert for when the API receives no requests within a specified time period
  • C. Configure a "worker not responding" alert in Anypoint Runtime Manager
  • D. Handle API invocation exceptions within the calling API client and raise an alert from that API client when the API Is unavailable

Answer: D

 

NEW QUESTION 29
A System API is designed to retrieve data from a backend system that has scalability challenges.
What API policy can best safeguard the backend system?

  • A. Client ID enforcement
  • B. IP whitelist
  • C. SLA-based rate limiting
  • D. OAuth 2 token enforcement

Answer: B

Explanation:
Explanation/Reference: https://dzone.com/articles/how-to-secure-apis

 

NEW QUESTION 30
......

Penetration testers simulate MCPA-Level-1 exam: https://www.examboosts.com/MuleSoft/MCPA-Level-1-practice-exam-dumps.html