Labour Day Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 2493360325

Good News !!! MCD-Level-2 MuleSoft Certified Developer - Level 2 (Mule 4) is now Stable and With Pass Result

MCD-Level-2 Practice Exam Questions and Answers

MuleSoft Certified Developer - Level 2 (Mule 4)

Last Update 2 days ago
Total Questions : 60

MCD-Level-2 is stable now with all latest exam questions are added 2 days ago. Just download our Full package and start your journey with MuleSoft Certified Developer - Level 2 (Mule 4) certification. All these MuleSoft MCD-Level-2 practice exam questions are real and verified by our Experts in the related industry fields.

MCD-Level-2 PDF

MCD-Level-2 PDF (Printable)
$48
$119.99

MCD-Level-2 Testing Engine

MCD-Level-2 PDF (Printable)
$56
$139.99

MCD-Level-2 PDF + Testing Engine

MCD-Level-2 PDF (Printable)
$70.8
$176.99
Question # 1

Refer to the exhibit.

What is the result of the Mule Maven Plugin configuration of the value of property its,keystorePassoword in CloudHub 2.0?

Question # 1

Options:

A.  

CloudHub encrypts the value

B.  

The Mule server encrypts the value

C.  

Anypoint Studio secures the value

D.  

Runtime Manager masks the value

Discussion 0
Question # 2

Which pattern can a web API use to notify its client of state changes as soon as they occur?

Options:

A.  

HTTP Webhock

B.  

Shared database trigger

C.  

Schedule Event Publisher

D.  

ETL data load

Discussion 0
Question # 3

Refer to the exhibit.

Question # 3

A developer generates the base scaffolding for an API in Anypoint Studio.

Which HTTP status code is returned while testing using the API Kit console if no values are entered in client-secret?

Options:

A.  

HTTP status code:200

B.  

HTTP status code:403

C.  

HTTP status code:400

D.  

HTTP status code:500

Discussion 0
Question # 4

The HTTP Request operation raises an HTTP CONNECTIVITY error.

Which HTTP status code and body are returned to the web client?

Question # 4

Options:

A.  

HTTP Status Code:200.

Body ‘Error in processing your request

B.  

HTTP Status Code:500.

Body ‘The HTTP CONNECTIVITY Error description

C.  

HTTP Status Code:500.

Body ‘Error in processing your request

D.  

HTTP Status Code:500.

Body ‘Error in processing your request

Discussion 0
Question # 5

A Mule application uses API autodiscovery to access and enforce policies for a RESTful implementation.

Options:

A.  

Northing because flowRef is an optional attribute which can be passed runtime

B.  

The name of the flow that has APlkit Console to receive all incoming RESTful operation requests.

C.  

Any of the APIkit generate implement flows

D.  

The name of the flow that has HTTP listener to receive all incoming RESTful operation requests

Discussion 0
Question # 6

A company deploys 10 public APIs to CloudHub. Each API has its individual health endpoint defined. The platform operation team wants to configure API Functional Monitoring to monitor the health of the APIs periodically while minimizing operational overhead and cost.

How should API Functional Monitoring be configured?

Options:

A.  

From one public location with each API in its own schedule

B.  

From one private location with all 10 APIs in a single schedule

C.  

From one public location with all 10 APIs in a single schedule

D.  

From 10 public locations with each API in its own schedule

Discussion 0
Question # 7

A new Mule project has been created in Anypoint Studio with the default settings.

Which file inside the Mule project must be modified before using Maven to successfully deploy the application?

Options:

A.  

Settings.xml

B.  

Config.yaml

C.  

Pom.xml

D.  

Mule.artificact.json

Discussion 0
Question # 8

A Flight Management System publishes gate change notification events whenever a flight’s arrival gate changes. Other systems, including Baggage Handler System. Inflight Catering System and Passenger Notifications System, must each asynchronously receive the same gate change notification to process the event according.

Which configuration is required in Anypoint MQ to achieve this publish/subscribe model?

Options:

A.  

Publish each client subscribe directly to the exchange.

Have each client subscribe directly to the queue.

B.  

Publish the gate change notification to an Anypoint MC queue

Have each client subscribe directly to the queue

C.  

Publish the gate change notification to an Anypoint MQ queue.

Create different anypoint MQ exchange meant for each of the other subscribing systems

Bind the queue with each of the exchanges

D.  

Publish the gate change notification to an Anypoint MQ exchanhe.

Create different Anypoint MQ queues meant for each of the other subscribing systems.

Bind the exchange with each of the queues.

Discussion 0
Question # 9

A Mule application deployed to a standardalone Mule runtime uses VM queues to publish messages to be consumed asynchronously by another flow.

In the case of a system failure, what will happen to in-flight messages in the VM queues that have been consumed?

Options:

A.  

For nay type of queue, the message will be processed after the system comes online

B.  

For persistent queues, the message will be processed after the system comes online

C.  

For transient queues, the message will be processed after the system comes online

D.  

For any type of queue, the message will be lost

Discussion 0
Question # 10

Refer to the exhibit.

What action must be performed to log all the errors raised by the VM Connector?

Question # 10

Options:

A.  

Add inside the Logger tag

B.  

Add inside the Appenders tag

C.  

Configure inside the VM Connector configuration

D.  

Nothing, as error-level events are automatically logged

Discussion 0
Question # 11

When registering a client application with an existing API instance or API Group instance, what is required to manually approve or reject request access?

Options:

A.  

To configure the SLA tier for the application and have the role of Organization Administrator, API Manager Environment Administrator, or the Manage Contacts permission

B.  

To configure the SLA tier for the application and have the Exchange Administrator permission

C.  

To configure the SLA tier for the application

D.  

To only have Exchange Administrator permission

Discussion 0
Question # 12

Refer to the exhibit.

What is the result if ‘’Insecure’’ selected as part of the HTTP Listener configuration?

Question # 12

Options:

A.  

The HTTP Listener will trust any certificate presented by the HTTP client

B.  

The HTTP Lister will accept any unauthenticated request

C.  

The HTTP listener will only accept HTTP requests

D.  

Mutual TLS authentication will be enabled between this HTTP Listener and an HTTP client

Discussion 0
Question # 13

Refer to the exhibit.

Question # 13

A Mule application pom.xml configures the Maven Resources plugin to exclude parsing binary files in the project’s src/main/resources/certs directory.

Which configuration of this plugin achieves a successful build?

A)

Question # 13

B)

Question # 13

C)

Question # 13

D)

Question # 13

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Question # 14

Which statement is true when using XML SDK for creating custom message processors?

Options:

A.  

Properties are fields defined by an end user of the XML SDK component and serve as a global configuration for the entire Mule project in which they are used

B.  

An XML SDK provides both inbound and outbound operations

C.  

Operations can be reused in recursive calls

D.  

All operations are public

Discussion 0
Question # 15

A mule application exposes and API for creating payments. An Operations team wants to ensure that the Payment API is up and running at all times in production.

Which approach should be used to test that the payment API is working in production?

Options:

A.  

Create a health check endpoint that listens on a separate port and uses a separate HTTP Listener configuration from the API

B.  

Configure the application to send health data to an external system

C.  

Create a health check endpoint that reuses the same port number and HTTP Listener configuration as the API itself

D.  

Monitor the Payment API directly sending real customer payment data

Discussion 0
Question # 16

Refer to the exhibit.

A Mute Object Store is configured with an entry TTL of one second and an expiration interval of 30 seconds.

What is the result of the flow if processing between os’store and os:retrieve takes 10 seconds?

Question # 16

Options:

A.  

nullPayload

B.  

originalPayload

C.  

OS:KEY_NOT_FOUND

D.  

testPayload

Discussion 0
Question # 17

A Mule application defines as SSL/TLS keystore properly ‘tis,keystore.keyPassword’’ as secure.

How can this property be referenced to access its value within the application?

Options:

A.  

#{secure::tiskeystore,keyPassowrd}

B.  

${secure::tiskeystore,keyPassowrd}

C.  

${secure::tiskeystore,keyPassowrd}

D.  

p{secure::tiskeystore,keyPassowrd}

Discussion 0
Question # 18

A developer has created the first version of an API designed for business partners to work commodity prices.

What should developer do to allow more than one major version of the same API to be exposed by the implementation?

Options:

A.  

In Design Center, open the RAML and modify each operation to include the major version number

B.  

In Anypoint Studio, generate scaffolding from the RAML, and the modify the in the generated flows to include a parameter to replace the version number

C.  

In Design Center, open the RAML and modify baseUn to include a variable that indicates the version number

D.  

In Anypoint Studio, generate scaffolding from the RAML, and then modify the flow names generated by APIKit to include a variable with the major version number

Discussion 0
Get MCD-Level-2 dumps and pass your exam in 24 hours!

Free Exams Sample Questions