[Q21-Q39] Best Quality MuleSoft MCPA-Level-1 Exam Questions Lead2PassExam Realistic Practice Exams [2021]

Share

Best Quality MuleSoft MCPA-Level-1 Exam Questions Lead2PassExam Realistic Practice Exams [2021]

Critical Information To MuleSoft Certified Platform Architect - Level 1 Pass the First Time

NEW QUESTION 21
An API implementation is updated. When must the RAML definition of the API also be updated?

  • A. When the API implementation changes the structure of the request or response messages
  • B. When the API implementation is migrated from an older to a newer version of the Mule runtime
  • C. When the API implementation is optimized to improve its average response time
  • D. When the API implementation changes from interacting with a legacy backend system deployed on-premises to a modern, cloud-based (SaaS) system

Answer: A

 

NEW QUESTION 22
Refer to the exhibit.

What is the best way to decompose one end-to-end business process into a collaboration of Experience, Process, and System APIs?
A) Handle customizations for the end-user application at the Process API level rather than the Experience API level

B) Allow System APIs to return data that is NOT currently required by the identified Process or Experience APIs

C) Always use a tiered approach by creating exactly one API for each of the 3 layers (Experience, Process and System APIs)

D) Use a Process API to orchestrate calls to multiple System APIs, but NOT to other Process APIs

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

Answer: B

 

NEW QUESTION 23
Refer to the exhibit.

An organization is running a Mule standalone runtime and has configured Active Directory as the Anypoint Platform external Identity Provider. The organization does not have budget for other system components.
What policy should be applied to all instances of APIs in the organization to most effectively restrict access to a specific group of internal users?

  • A. Apply an OAuth 2.0 access token enforcement policy; the internal Active Directory will be configured as the OAuth server.
  • B. Apply a client ID enforcement policy; the specific group of users will configure their client applications to use their specific client credentials.
  • C. Apply an IP whitelist policy; only the specific users' workstations will be in the whitelist.
  • D. Apply a basic authentication - LDAP policy; the internal Active Directory will be configured as the LDAP source for authenticating users.

Answer: D

 

NEW QUESTION 24
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: A

 

NEW QUESTION 25
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 26
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 27
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. IPwhitellst
  • D. JSON threat protection

Answer: D

 

NEW QUESTION 28
An organization uses various cloud-based SaaS systems and multiple on-premises systems. The on-premises systems are an important part of the organization's application network and can only be accessed from within the organization's intranet.
What is the best way to configure and use Anypoint Platform to support integrations with both the cloud-based SaaS systems and on-premises systems?
A) Use CloudHub-deployed Mule runtimes in an Anypoint VPC managed by Anypoint Platform Private Cloud Edition control plane

B) Use CloudHub-deployed Mule runtimes in the shared worker cloud managed by the MuleSoft-hosted Anypoint Platform control plane

C) Use an on-premises installation of Mule runtimes that are completely isolated with NO external network access, managed by the Anypoint Platform Private Cloud Edition control plane

D) Use a combination of Cloud Hub-deployed and manually provisioned on-premises Mule runtimes managed by the MuleSoft-hosted Anypoint Platform control plane

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

Answer: B

 

NEW QUESTION 29
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 30
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.

  • 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
  • E. Assume the downstream API runs uninterrupted without crashing. What is the impact of this advice?

Answer: B

 

NEW QUESTION 31
When using CloudHub with the Shared Load Balancer, what is managed EXCLUSIVELY by the API implementation (the Mule application) and NOT by Anypoint Platform?

  • A. The logging configuration that enables log entries to be visible in Runtime Manager
  • B. The number of DNS entries allocated to the API implementation
  • C. The SSL certificates used by the API implementation to expose HTTPS endpoints
  • D. The assignment of each HTTP request to a particular CloudHub worker

Answer: D

 

NEW QUESTION 32
What Mule application can have API policies applied by Anypoint Platform to the endpoint exposed by that Mule application?
A) A Mule application that accepts requests over HTTP/1.x

B) A Mule application that accepts JSON requests over TCP but is NOT required to provide a response

C) A Mute application that accepts JSON requests over WebSocket

D) A Mule application that accepts gRPC requests over HTTP/2

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

Answer: B

 

NEW QUESTION 33
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 34
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 35
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 36
What is a key requirement when using an external Identity Provider for Client Management in Anypoint Platform?

  • A. The application network must include System APIs that interact with the Identity Provider
  • B. Single sign-on is required to sign in to Anypoint Platform
  • C. APIs managed by Anypoint Platform must be protected by SAML 2.0 policies
  • D. To invoke OAuth 2.0-protected APIs managed by Anypoint Platform, API clients must submit access tokens issued by that same Identity Provider

Answer: D

Explanation:
Explanation
https://www.folkstalk.com/2019/11/mulesoft-integration-and-platform.html

 

NEW QUESTION 37
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 38
An API implementation is updated. When must the RAML definition of the API also be updated?

  • A. When the API implementation is optimized to improve its average response time
  • B. When the API implementation is migrated from an older to a newer version of the Mule runtime
  • C. When the API implementation changes from interacting with a legacy backend system deployed on-premises to a modern, cloud-based (SaaS) system
  • D. When the API implementation changes the structure of the request or response messages

Answer: A

 

NEW QUESTION 39
......

MCPA-Level-1 EXAM DUMPS WITH GUARANTEED SUCCESS: https://www.lead2passexam.com/MuleSoft/valid-MCPA-Level-1-exam-dumps.html