[Sep-2021] Updated MuleSoft Certified Platform Architect MCPA-Level-1 Exam Questions BUNDLE PACK [Q12-Q33]

Share

[Sep-2021] Updated MuleSoft Certified Platform Architect MCPA-Level-1 Exam Questions BUNDLE PACK

Master The MuleSoft Content MCPA-Level-1 EXAM DUMPS WITH GUARANTEED SUCCESS!

NEW QUESTION 12
How are an API implementation, API client, and API consumer combined to invoke and process an API?

  • A. The API consumer creates an API implementation, which receives API invocations from an API such that they are processed for an API client
  • B. The API client creates an API consumer, which receives API invocations from an API such that they are processed for an API implementation
  • C. The ApI consumer creates an API client, which sends API invocations to an API such that they are processed by an API implementation
  • D. The ApI client creates an API consumer, which sends API invocations to an API such that they are processed by an API implementation

Answer: C

 

NEW QUESTION 13
The responses to some HTTP requests can be cached depending on the HTTP verb used in the request.
According to the HTTP specification, for what HTTP verbs is this safe to do?

  • A. GET, OPTIONS, HEAD
  • B. GET, PUT, OPTIONS
  • C. PUT, POST, DELETE
  • D. GET, HEAD, POST

Answer: C

 

NEW QUESTION 14
What best explains the use of auto-discovery in API implementations?

  • A. It enables Anypoint Exchange to discover assets and makes them available for reuse
  • B. It enables Anypoint Studio to discover API definitions configured in Anypoint Platform
  • C. It makes API Manager aware of API implementations and hence enables it to enforce policies
  • D. It enables Anypoint Analytics to gain insight into the usage of APIs

Answer: C

Explanation:
Explanation
https://docs.mulesoft.com/api-manager/2.x/api-auto-discovery-new-concept

 

NEW QUESTION 15
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 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 API policy would be LEAST LIKELY used when designing an Experience API that is intended to work with a consumer mobile phone or tablet application?

  • A. OAuth 2.0 access token enforcement
  • B. Client ID enforcement
  • C. JSON threat protection
  • D. IP whitelist

Answer: C

 

NEW QUESTION 18
An API implementation is being designed that must invoke an Order API, which is known to repeatedly experience downtime.
For this reason, a fallback API is to be called when the Order API is unavailable.
What approach to designing the invocation of the fallback API provides the best resilience?

  • A. Search Anypoint Exchange for a suitable existing fallback API, and then implement invocations to this fallback API in addition to the Order API
  • B. Redirect client requests through an HTTP 307 Temporary Redirect status code to the fallback API whenever the Order API is unavailable
  • C. Create a separate entry for the Order API in API Manager, and then invoke this API as a fallback API if the primary Order API is unavailable
  • D. Set an option in the HTTP Requester component that invokes the Order API to instead invoke a fallback API whenever an HTTP 4xx or 5xx response status code is returned from the Order API

Answer: D

 

NEW QUESTION 19
A new upstream API Is being designed to offer an SLA of 500 ms median and 800 ms maximum (99th percentile) response time. The corresponding API implementation needs to sequentially invoke 3 downstream APIs of very similar complexity.
The first of these downstream APIs offers the following SLA for its response time: median: 100 ms, 80th percentile: 500 ms, 95th percentile: 1000 ms.
If possible, how can a timeout be set in the upstream API for the invocation of the first downstream API to meet the new upstream API's desired SLA?

  • A. Set a timeout of 100 ms; that leaves 400 ms for the other two downstream APIs to complete
  • B. Set a timeout of 50 ms; this times out more invocations of that API but gives additional room for retries
  • C. Do not set a timeout; the Invocation of this API Is mandatory and so we must wait until it responds
  • D. No timeout is possible to meet the upstream API's desired SLA; a different SLA must be negotiated with the first downstream API or invoke an alternative API

Answer: A

 

NEW QUESTION 20
What API policy would LEAST likely be applied to a Process API?

  • A. Client ID enforcement
  • B. Custom circuit breaker
  • C. Rate limiting
  • D. JSON threat protection

Answer: D

 

NEW QUESTION 21
An organization is deploying their new implementation of the OrderStatus System API to multiple workers in CloudHub. This API fronts the organization's on-premises Order Management System, which is accessed by the API implementation over an IPsec tunnel.
What type of error typically does NOT result in a service outage of the OrderStatus System API?

  • A. API Manager has an extended outage during the initial deployment of the API implementation
  • B. The Order Management System is Inaccessible due to a network outage in the organization's on-premises data center
  • C. A CloudHub worker fails with an out-of-memory exception
  • D. The AWS region goes offline with a major network failure to the relevant AWS data centers

Answer: B

 

NEW QUESTION 22
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 23
What Mule application deployment scenario requires using Anypoint Platform Private Cloud Edition or Anypoint Platform for Pivotal Cloud Foundry?

  • A. When regulatory requirements mandate on-premises processing of EVERY data item, including meta-data
  • B. When it Is required to make ALL applications highly available across multiple data centers
  • C. When it is required that ALL APIs are private and NOT exposed to the public cloud
  • D. When ALL backend systems in the application network are deployed in the organization's intranet

Answer: A

 

NEW QUESTION 24
When designing an upstream API and its implementation, the development team has been advised to NOT set timeouts when invoking a downstream API, because that downstream API has no SLA that can be relied upon.
This is the only downstream API dependency of that upstream API.
Assume the downstream API runs uninterrupted without crashing. What is the impact of this advice?

  • A. A toad-dependent timeout of less than 1000 ms will be applied by the Mule runtime in which the downstream API implementation executes
  • B. A default timeout of 500 ms will automatically be applied by the Mule runtime in which the upstream API implementation executes
  • C. The invocation of the downstream API will run to completion without timing out
  • D. An SLA for the upstream API CANNOT be provided

Answer: B

 

NEW QUESTION 25
In an organization, the InfoSec team is investigating Anypoint Platform related data traffic.
From where does most of the data available to Anypoint Platform for monitoring and alerting originate?

  • A. From the Mule runtime irrespective of the deployment model
  • B. From the Mule runtime or the API Manager, depending on the type of data
  • C. From various components of Anypoint Platform, such as the Shared Load Balancer, VPC, and Mule runtimes
  • D. From the Mule runtime or the API implementation, depending on the deployment model

Answer: C

 

NEW QUESTION 26
What is a typical result of using a fine-grained rather than a coarse-grained API deployment model to implement a given business process?

  • A. A higher number of discoverable API-related assets in the application network
  • B. A better response time for the end user as a result of the APIs being smaller in scope and complexity
  • C. A decrease in the number of connections within the application network supporting the business process
  • D. An overall tower usage of resources because each fine-grained API consumes less resources

Answer: D

 

NEW QUESTION 27
What condition requires using a CloudHub Dedicated Load Balancer?

  • A. When API invocations across multiple CloudHub workers must be load balanced
  • B. When cross-region load balancing is required between separate deployments of the same Mule application
  • C. When server-side load-balanced TLS mutual authentication is required between API implementations and API clients
  • D. When custom DNS names are required for API implementations deployed to customer-hosted Mule runtimes

Answer: D

 

NEW QUESTION 28
What is a key performance indicator (KPI) that measures the success of a typical C4E that is immediately apparent in responses from the Anypoint Platform APIs?

  • A. The fraction of API implementations deployed manually relative to those deployed using a CI/CD tool
  • B. The number of API specifications in RAML or OAS format published to Anypoint Exchange
  • C. The number of production outage incidents reported in the last 24 hours
  • D. The number of API implementations that have a publicly accessible HTTP endpoint and are being managed by Anypoint Platform

Answer: D

 

NEW QUESTION 29
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. Redis distributed cache
  • B. java.util.WeakHashMap
  • C. File-based storage
  • D. Persistent Object Store

Answer: C

 

NEW QUESTION 30
What is true about the technology architecture of Anypoint VPCs?

  • A. Traffic between Mule applications deployed to an Anypoint VPC and on-premises systems can stay within a private network
  • B. Each CloudHub environment requires a separate Anypoint VPC
  • C. The private IP address range of an Anypoint VPC is automatically chosen by CloudHub
  • D. VPC peering can be used to link the underlying AWS VPC to an on-premises (non AWS) private network

Answer: A

Explanation:
Explanation
https://docs.mulesoft.com/runtime-manager/vpc-connectivity-methods-concept

 

NEW QUESTION 31
What is a typical result of using a fine-grained rather than a coarse-grained API deployment model to implement a given business process?

  • A. A higher number of discoverable API-related assets in the application network.
  • B. An overall lower usage of resources because each fine-grained API consumes less resources.
  • C. A decrease in the number of connections within the application network supporting the business process.
  • D. A better response time for the end user as a result of the APIs being smaller in scope and complexity.

Answer: D

 

NEW QUESTION 32
Refer to the exhibit. An organization needs to enable access to their customer data from both a mobile app and a web application, which each need access to common fields as well as certain unique fields.
The data is available partially in a database and partially in a 3rd-party CRM system.
What APIs should be created to best fit these design requirements?

A) A Process API that contains the data required by both the web and mobile apps, allowing these applications to invoke it directly and access the data they need thereby providing the flexibility to add more fields in the future without needing API changes

B) One set of APIs (Experience API, Process API, and System API) for the web app, and another set for the mobile app

C) Separate Experience APIs for the mobile and web app, but a common Process API that invokes separate System APIs created for the database and CRM system

D) A common Experience API used by both the web and mobile apps, but separate Process APIs for the web and mobile apps that interact with the database and the CRM System

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

Answer: B

 

NEW QUESTION 33
......

Pass MuleSoft MCPA-Level-1 Exam – Experts Are Here To Help You: https://www.actualcollection.com/MCPA-Level-1-exam-questions.html