[Sep-2021] MCPA-Level-1 Pre-Exam Practice Tests | Exam Questions and Answers for MuleSoft Certified Platform Architect Study Guide MuleSoft Certified Platform Architect - Level 1 Certification Sample Questions NEW QUESTION 21 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 [...]

[Sep-2021] MCPA-Level-1 Pre-Exam Practice Tests Exam Questions and Answers for MuleSoft Certified Platform Architect Study Guide [Q21-Q38]

Share

[Sep-2021] MCPA-Level-1 Pre-Exam Practice Tests | Exam Questions and Answers for MuleSoft Certified Platform Architect Study Guide

MuleSoft Certified Platform Architect - Level 1 Certification Sample Questions

NEW QUESTION 21
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 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
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 24
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 25
An organization is implementing a Quote of the Day API that caches today's quote.
What scenario can use the GoudHub Object Store via the Object Store connector to persist the cache's state?

  • A. When there is one deployment of the API implementation to CloudHub and anottV deployment to a customer-hosted Mule runtime that must share the cache state
  • B. When there are three CloudHub deployments of the API implementation to three separate CloudHub regions that must share the cache state
  • C. When there are two CloudHub deployments of the API implementation by two Anypoint Platform business groups to the same CloudHub region that must share the cache state
  • D. When there is one CloudHub deployment of the API implementation to three CloudHub workers that must share the cache state

Answer: D

 

NEW QUESTION 26
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 27
An organization makes a strategic decision to move towards an IT operating model that emphasizes consumption of reusable IT assets using modern APIs (as defined by MuleSoft).
What best describes each modern API in relation to this new IT operating model?

  • A. Each modern API must be REST and HTTP based
  • B. Each modem API must be treated like a product and designed for a particular target audience (for instance, mobile app developers)
  • C. Each modern API must be easy to consume, so should avoid complex authentication mechanisms such as SAML or JWT D
  • D. Each modern API has its own software development lifecycle, which reduces the need for documentation and automation

Answer: A

 

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: A

 

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

 

NEW QUESTION 31
An organization makes a strategic decision to move towards an IT operating model that emphasizes consumption of reusable IT assets using modern APIs (as defined by MuleSoft).
What best describes each modern API in relation to this new IT operating model?

  • A. Each modern API has its own software development lifecycle, which reduces the need for documentation and automation.
  • B. Each modern API must be REST and HTTP based.
  • C. Each modern API must be treated like a product and designed for a particular target audience (for instance, mobile app developers)
  • D. Each modern API must be easy to consume, so should avoid complex authentication mechanisms such as SAML or JWT.

Answer: C

 

NEW QUESTION 32
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 33
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 34
A code-centric API documentation environment should allow API consumers to investigate and execute API client source code that demonstrates invoking one or more APIs as part of representative scenarios.
What is the most effective way to provide this type of code-centric API documentation environment using Anypoint Platform?

  • A. Enable mocking services for each of the relevant APIs and expose them via their Anypoint Exchange entry
  • B. Ensure the APIs are well documented through their Anypoint Exchange entries and API Consoles and share these pages with all API consumers
  • C. Create API Notebooks and include them in the relevant Anypoint Exchange entries
  • D. Make relevant APIs discoverable via an Anypoint Exchange entry

Answer: B

 

NEW QUESTION 35
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 effecuvelyKestrict access to a specific group of internal users?

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

Answer: C

 

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

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

Answer: D

 

NEW QUESTION 37
A Mule application exposes an HTTPS endpoint and is deployed to the CloudHub Shared Worker Cloud. All traffic to that Mule application must stay inside the AWS VPC.
To what TCP port do API invocations to that Mule application need to be sent?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: A

Explanation:
Explanation
https://help.mulesoft.com/s/question/0D52T00004mXXULSA4/multiple-http-listerners-on-cloudhub-one-with-p

 

NEW QUESTION 38
......

MuleSoft Exam Practice Test To Gain Brilliante Result: https://www.realvalidexam.com/MCPA-Level-1-real-exam-dumps.html