Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

MuleSoft Certified Platform Architect - Level 1 MAINTENANCE Question and Answers

MuleSoft Certified Platform Architect - Level 1 MAINTENANCE

Last Update May 16, 2024
Total Questions : 80

We are offering FREE MCPA-Level-1-Maintenance MuleSoft exam questions. All you do is to just go and sign up. Give your details, prepare MCPA-Level-1-Maintenance free exam questions and then go for complete pool of MuleSoft Certified Platform Architect - Level 1 MAINTENANCE test questions that will help you more.

MCPA-Level-1-Maintenance pdf

MCPA-Level-1-Maintenance PDF

$35  $99.99
MCPA-Level-1-Maintenance Engine

MCPA-Level-1-Maintenance Testing Engine

$42  $119.99
MCPA-Level-1-Maintenance PDF + Engine

MCPA-Level-1-Maintenance PDF + Testing Engine

$56  $159.99
Questions 1

Say, there is a legacy CRM system called CRM-Z which is offering below functions:

1. Customer creation

2. Amend details of an existing customer

3. Retrieve details of a customer

4. Suspend a customer

Options:

A.  

Implement a system API named customerManagement which has all the functionalities wrapped in it as various operations/resources

B.  

Implement different system APIs named createCustomer, amendCustomer, retrieveCustomer and suspendCustomer as they are modular and has seperation of concerns

C.  

Implement different system APIs named createCustomerInCRMZ, amendCustomerInCRMZ, retrieveCustomerFromCRMZ and suspendCustomerInCRMZ as they are modular and has seperation of concerns

Discussion 0
Questions 2

What are 4 important Platform Capabilities offered by Anypoint Platform?

Options:

A.  

API Versioning, API Runtime Execution and Hosting, API Invocation, API Consumer Engagement

B.  

API Design and Development, API Runtime Execution and Hosting, API Versioning, API Deprecation

C.  

API Design and Development, API Runtime Execution and Hosting, API Operations and Management, API Consumer Engagement

D.  

API Design and Development, API Deprecation, API Versioning, API Consumer Engagement

Discussion 0
Questions 3

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

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 4

An organization has created an API-led architecture that uses various API layers to integrate mobile clients with a backend system. The backend system consists of a number of specialized components and can be accessed via a REST API. The process and experience APIs share the same bounded-context model that is different from the backend data model. What additional canonical models, bounded-context models, or anti-corruption layers are best added to this architecture to help process data consumed from the backend system?

Options:

A.  

Create a bounded-context model for every layer and overlap them when the boundary contexts overlap, letting API developers know about the differences between upstream and downstream data models

B.  

Create a canonical model that combines the backend and API-led models to simplify and unify data models, and minimize data transformations.

C.  

Create a bounded-context model for the system layer to closely match the backend data model, and add an anti-corruption layer to let the different bounded contexts cooperate across the system and process layers

D.  

Create an anti-corruption layer for every API to perform transformation for every data model to match each other, and let data simply travel between APIs to avoid the complexity and overhead of building canonical models

Discussion 0
Questions 5

Refer to the exhibit.

An organization uses one specific CloudHub (AWS) region for all CloudHub deployments.

How are CloudHub workers assigned to availability zones (AZs) when the organization's Mule applications are deployed to CloudHub in that region?

Options:

A.  

Workers belonging to a given environment are assigned to the same AZ within that region

B.  

AZs are selected as part of the Mule application's deployment configuration

C.  

Workers are randomly distributed across available AZs within that region

D.  

An AZ is randomly selected for a Mule application, and all the Mule application's CloudHub workers are assigned to that one AZ

Discussion 0
Questions 6

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?

Options:

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

Discussion 0
Questions 7

Traffic is routed through an API proxy to an API implementation. The API proxy is managed by API Manager and the API implementation is deployed to a CloudHub VPC using Runtime Manager. API policies have been applied to this API. In this deployment scenario, at what point are the API policies enforced on incoming API client requests?

Options:

A.  

At the API proxy

B.  

At the API implementation

C.  

At both the API proxy and the API implementation

D.  

At a MuleSoft-hosted load balancer

Discussion 0
Questions 8

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

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 9

A company uses a hybrid Anypoint Platform deployment model that combines the EU control plane with customer-hosted Mule runtimes. After successfully testing a Mule API implementation in the Staging environment, the Mule API implementation is set with environment-specific properties and must be promoted to the Production environment. What is a way that MuleSoft recommends to configure the Mule API implementation and automate its promotion to the Production environment?

Options:

A.  

Bundle properties files for each environment into the Mule API implementation's deployable archive, then promote the Mule API implementation to the Production environment using Anypoint CLI or the Anypoint Platform REST APIsB.

B.  

Modify the Mule API implementation's properties in the API Manager Properties tab, then promote the Mule API implementation to the Production environment using API Manager

C.  

Modify the Mule API implementation's properties in Anypoint Exchange, then promote the Mule API implementation to the Production environment using Runtime Manager

D.  

Use an API policy to change properties in the Mule API implementation deployed to the Staging environment and another API policy to deploy the Mule API implementation to the Production environment

Discussion 0
Questions 10

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?

Options:

A.  

PUT, POST, DELETE

B.  

GET, HEAD, POST

C.  

GET, PUT, OPTIONS

D.  

GET, OPTIONS, HEAD

Discussion 0
Questions 11

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?

Options:

A.  

Implement (or generate) an API proxy Mule application for each of the APIs, then deploy the API proxies to the Mule runtimes

B.  

Redeploy the API implementations to the same servers running the Mule runtimes

C.  

Add an additional endpoint to each API for partner-enablement consumption

D.  

Duplicate the APIs as Mule applications, then deploy them to the Mule runtimes

Discussion 0
Questions 12

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

Options:

A.  

A decrease in the number of connections within the application network supporting the business process

B.  

A higher number of discoverable API-related assets in the application network

C.  

A better response time for the end user as a result of the APIs being smaller in scope and complexity

D.  

An overall tower usage of resources because each fine-grained API consumes less resources

Discussion 0