[Q33-Q53] Certification Training for MCPA-Level-1 Exam Dumps Test Engine [2021]

Share

Certification Training for MCPA-Level-1 Exam Dumps Test Engine [2021]

Oct 02, 2021 Step by Step Guide to Prepare for MCPA-Level-1 Exam

NEW QUESTION 33
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. Implement (or generate) an API proxy Mule application for each of the APIs, then deploy the API proxies to the Mule runtimes
  • B. Duplicate the APIs as Mule applications, then deploy them to the Mule runtimes
  • C. Redeploy the API implementations to the same servers running the Mule runtimes
  • D. Add an additional endpoint to each API for partner-enablement consumption

Answer: A

 

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

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

Answer: C

Explanation:
Explanation/Reference: https://docs.mulesoft.com/api-manager/2.x/policy-mule3-provided-policies

 

NEW QUESTION 35
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. To invoke OAuth 2.0-protected APIs managed by Anypoint Platform, API clients must submit access tokens issued by that same Identity Provider
  • D. APIs managed by Anypoint Platform must be protected by SAML 2.0 policies

Answer: D

 

NEW QUESTION 36
Refer to the exhibit.

Three business processes need to be implemented, and the implementations need to communicate with several different SaaS applications.
These processes are owned by separate (siloed) LOBs and are mainly independent of each other, but do share a few business entities. Each LOB has one development team and their own budget In this organizational context, what is the most effective approach to choose the API data models for the APIs that will implement these business processes with minimal redundancy of the data models?
A) Build several Bounded Context Data Models that align with coherent parts of the business processes and the definitions of associated business entities

B) Build distinct data models for each API to follow established micro-services and Agile API-centric practices

C) Build all API data models using XML schema to drive consistency and reuse across the organization

D) Build one centralized Canonical Data Model (Enterprise Data Model) that unifies all the data types from all three business processes, ensuring the data model is consistent and non-redundant

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

Answer: B

 

NEW QUESTION 37
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 38
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 39
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 40
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 41
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 42
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 43
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 44
An organization has implemented a Customer Address API to retrieve customer address information. This API has been deployed to multiple environments and has been configured to enforce client IDs everywhere.
A developer is writing a client application to allow a user to update their address. The developer has found the Customer Address API in Anypoint Exchange and wants to use it in their client application.
What step of gaining access to the API can be performed automatically by Anypoint Platform?

  • A. Create a new application in Anypoint Exchange for requesting access to the API
  • B. Approve the client application request for the chosen SLA tier
  • C. Modify the client application to call the API using the client application's credentials
  • D. Request access to the appropriate API Instances deployed to multiple environments using the client application's credentials

Answer: B

 

NEW QUESTION 45
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 46
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 47
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 48
Refer to the exhibit.

Three business processes need to be implemented, and the implementations need to communicate with several different SaaS applications.
These processes are owned by separate (siloed) LOBs and are mainly independent of each other, but do share a few business entities. Each LOB has one development team and their own budget In this organizational context, what is the most effective approach to choose the API data models for the APIs that will implement these business processes with minimal redundancy of the data models?
A) Build several Bounded Context Data Models that align with coherent parts of the business processes and the definitions of associated business entities

B) Build distinct data models for each API to follow established micro-services and Agile API-centric practices

C) Build all API data models using XML schema to drive consistency and reuse across the organization

D) Build one centralized Canonical Data Model (Enterprise Data Model) that unifies all the data types from all three business processes, ensuring the data model is consistent and non-redundant

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

Answer: B

 

NEW QUESTION 49
When could the API data model of a System API reasonably mimic the data model exposed by the corresponding backend system, with minimal improvements over the backend system's data model?

  • A. When the System API can be assigned to a bounded context with a corresponding data model
  • B. When there is an existing Enterprise Data Model widely used across the organization
  • C. When a pragmatic approach with only limited isolation from the backend system is deemed appropriate
  • D. When the corresponding backend system is expected to be replaced in the near future

Answer: B

 

NEW QUESTION 50
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 51
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 52
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 53
......

Ultimate Guide to Prepare MCPA-Level-1 Certification Exam for MuleSoft Certified Platform Architect: https://www.topexamcollection.com/MCPA-Level-1-vce-collection.html