Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Free 2021 MuleSoft Certified Platform Architect MCPA-Level-1 dumps are available by DumpTorrent [Q10-Q27]

Share

Free 2021 MuleSoft Certified Platform Architect MCPA-Level-1 dumps are available on Google Drive shared by DumpTorrent

Welcome to download the newest DumpTorrent MCPA-Level-1 PDF dumps: https://www.dumptorrent.com/MCPA-Level-1-braindumps-torrent.html ( 60  Q&As)

NEW QUESTION 10
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 11
What best describes the Fully Qualified Domain Names (FQDNs), also known as DNS entries, created when a Mule application is deployed to the CloudHub Shared Worker Cloud?

  • A. The FQDNs are determined by the application name, but can be modified by an administrator after deployment
  • B. A fixed number of FQDNs are created, IRRESPECTIVE of the environment and VPC design
  • C. The FQDNs are determined by both the application name and the Anypoint Platform organization
  • D. The FQDNs are determined by the application name chosen, IRRESPECTIVE of the region

Answer: B

 

NEW QUESTION 12
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 13
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 14
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/Reference: https://www.folkstalk.com/2019/11/mulesoft-integration-and-platform.html

 

NEW QUESTION 15
What is true about where an API policy is defined in Anypoint Platform and how it is then applied to API instances?

  • A. The API policy Is defined in API Manager and then automatically applied to ALL API instances
  • B. The API policy Is defined In Runtime Manager as part of the API deployment to a Mule runtime, and then ONLY applied to the specific API Instance
  • C. The API policy Is defined In API Manager for a specific API Instance, and then ONLY applied to the specific API instance
  • D. The API policy is defined in API Manager, and then applied to ALL API instances in the specified environment

Answer: C

 

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

 

NEW QUESTION 17
What is true about API implementations when dealing with legal regulations that require all data processing to be performed within a certain jurisdiction (such as in the USA or the EU)?

  • A. They must avoid using the Object Store as it depends on services deployed ONLY to the US East region
  • B. They must te deployed to Anypoint Platform runtime planes that are managed by Anypoint Platform control planes, with both planes in the same Jurisdiction
  • C. They must ensure ALL data is encrypted both in transit and at rest
  • D. They must use a Jurisdiction-local external messaging system such as Active MQ rather than Anypoint MQ

Answer: B

 

NEW QUESTION 18
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 easy to consume, so should avoid complex authentication mechanisms such as SAML or JWT D
  • B. Each modern API has its own software development lifecycle, which reduces the need for documentation and automation
  • C. Each modem 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 REST and HTTP based

Answer: C

 

NEW QUESTION 19
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 20
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 D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: B

 

NEW QUESTION 21
An Order API must be designed that contains significant amounts of integration logic and involves the invocation of the Product API.
The power relationship between Order API and Product API is one of "Customer/Supplier", because the Product API is used heavily throughout the organization and is developed by a dedicated development team located in the office of the CTO.
What strategy should be used to deal with the API data model of the Product API within the Order API?

  • A. Implement an anti-corruption layer in the Order API that transforms the Product API data model into internal data types of the Order API
  • B. Start an organization-wide data modeling initiative that will result in an Enterprise Data Model that will then be used in both the Product API and the Order API
  • C. Work with the API data types of the Product API directly when implementing the integration logic of the Order API such that the Order API uses the same (unchanged) data types as the Product API
  • D. Convince the development team of the Product API to adopt the API data model of the Order API such that the integration logic of the Order API can work with one consistent internal data model

Answer: A

 

NEW QUESTION 22
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. SLA-based rate limiting
  • C. IPwhitelist
  • D. Auth 2 token enforcement

Answer: D

 

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 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 25
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 26
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 27
......

Tested Material Used To MCPA-Level-1: https://www.dumptorrent.com/MCPA-Level-1-braindumps-torrent.html