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

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

MCD-Level-1 Practice Exam Questions and Answers

MuleSoft Certified Developer - Level 1 (Mule 4)

Last Update 1 day ago
Total Questions : 235

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

MCD-Level-1 PDF

$48
$119.99

MCD-Level-1 Testing Engine

$56
$139.99

MCD-Level-1 PDF + Testing Engine

$70.8
$176.99
Question # 1

What is the minimum Cloudhub worker size that can be specified while deploying mule application?

Options:

A.  

0.2 vCores

B.  

0.5 vCores

C.  

1.0 vCores

D.  

0.1 vCores

Discussion 0
Question # 2

Which one of them is NOT a flow in Mule?

Options:

A.  

sync flow

B.  

subflow

C.  

async sub flow

D.  

async flow

Discussion 0
Question # 3

What is the main purpose of flow designer in Design Center?

Options:

A.  

To design and develop fully functional Mule applications in a hosted development environment

B.  

To design API RAML files in a graphical way

C.  

To design and mock Mule application templates that must be implemented using Anypoint Studio

D.  

To define API lifecycle management in a graphical way

Discussion 0
Question # 4

What is the difference between a subflow and a sync flow?

Options:

A.  

No difference

B.  

Subflow has no error handling of its own and sync flow does

C.  

Sync flow has no error handling of its own and subflow does

D.  

Subflow is synchronous and sync flow is asynchronous

Discussion 0
Question # 5

Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.

What is the correct URI to get all retail finance accounts?

Options:

A.  

/accounts/retail/finance

B.  

/accounts?account_type=retail&industry=finance

C.  

/accounts/account_type=retail/industry=finance

D.  

/accounts?account_type:retail&industry:finance

Discussion 0
Question # 6

Refer to the exhibits.

A JSON payload is set in the Set Payload transformer.

What is logged by the Logger?

Options:

A.  

"String"

B.  

"Object"

C.  

"Array"

D.  

"JSON"

Discussion 0
Question # 7

Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.

What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/orde r?color=red?

Options:

A.  

payload

B.  

payload quantity var

C.  

payload color query param

D.  

payload quantity var color query param

Discussion 0
Question # 8

As a part of project requirement , you want to build an API for a legacy client. Legacy client can only consume SOAP webservices. Which type the interface documentation can be prepared to meet the requirement?

Options:

A.  

RAML file to define SOAP services

B.  

WSDL file

C.  

JSON file

D.  

plain text file documenting API's

Discussion 0
Question # 9

Which of the module is imported automatically in Dataweave scripts?

Options:

A.  

dw::core

B.  

dw::System

C.  

dw::Runtime

D.  

dw::Crypto

Discussion 0
Question # 10

A shopping API contains a method to look up store details by department

To get information for a particular store, web clients will submit requests with a query parameter named department and a URI parameter named storeld.

What is a valid RAML snippet that supports requests from web clients to get data for a specific storeld and department name?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Question # 11

What is the output type of the DataWeave map operator?

Options:

A.  

String

B.  

Array

C.  

Map

D.  

Object

Discussion 0
Question # 12

Refer to the exhibits.

The mule application is debugged in Anypoint Studio and stops at the breakpoint as shown in below exhibit.

What is the value of the payload displayed in the debugger at this breakpoint?

Options:

A.  

Start

B.  

Process

C.  

Finished

D.  

Payload is always empty at the breakpoint

Discussion 0
Question # 13

What execution model is used by For Each and Batch Job scopes?

Options:

A.  

For Each is single-threaded and Batch Job is multi-threaded

B.  

Both are single-threaded

C.  

Both are multi-threaded

D.  

Batch Job is single-threaded and For Each Is multi-threaded

Discussion 0
Question # 14

What asset cannot be created using Design Center?

Options:

A.  

Mule Applications

B.  

API fragments

C.  

API specifications

D.  

API portals

Discussion 0
Question # 15

A REST connect module is generated for a RAML specification. and then the rest connect module is imported in mule application in Anypoint Studio. For each method of the RAML specification , what does the REST connect module provide?

Options:

A.  

A scope

B.  

A flow

C.  

An operation

D.  

An event source

Discussion 0
Question # 16

Refer to the exhibit.

A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?

Options:

A.  

Mule event

B.  

Mule message payload

C.  

Mule message

D.  

Mule message attributes

Discussion 0
Question # 17

A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation.

What is the method to capture both payloads so the payload from the second request does not overwrite that from the first?

Options:

A.  

Put the Database SELECT operation inside a Cache scope

B.  

Put the Database SELECT operation inside a Message Enricher scope

C.  

Nothing, previous payloads are combined into the next payload

D.  

Save the payload from the Database SELECT operation to a variable

Discussion 0
Question # 18

Refer to the exhibits.

The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names.

What is the minimum number of global elements that must be defined to support all these HTTP Listeners?

Options:

A.  

1

B.  

2

C.  

3

D.  

4

Discussion 0
Question # 19

Refer to the exhibits.

A web client sends a GET request to the HTTP Listener.

What response message is returned to the web client?

Options:

A.  

""

B.  

"End"

C.  

"Start"

D.  

"String is not blank"

Discussion 0
Question # 20

Refer to the exhibit.

In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.

About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

Options:

A.  

0

B.  

1

C.  

5

D.  

6

Discussion 0
Question # 21

What is the object type returned by the File List operation?

Options:

A.  

Object of String file names

B.  

Array of String file names

C.  

Object of Mule event objects

D.  

Array of Mule event objects

Discussion 0
Question # 22

Refer to the exhibits.

A web client submits a request to the HTTP Listener and the HTTP Request throws an error.

What payload and status code are returned to the web client?

Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error.

What payload and status code are returned to the web client?

Options:

A.  

Response body: "Error" Default response status code: 200

B.  

Response body: "Success - Begin* Default response status code: 200

C.  

Error response body: error, description Default error response status code: 500

D.  

Response body: "Success - End" Default response status code: 200

Discussion 0
Question # 23

As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?

Options:

A.  

{ port : p('db.port')}

B.  

{ port : {db:port}}

C.  

{ port : p['db.port']}

D.  

Application property cannot be accessed in Dataweave

Discussion 0
Question # 24

A Mule application configured with Autodiscovery implements an API.

Where is governance enforced for policies defined for this Mule application?

Options:

A.  

In Runtime Manager

B.  

Runtime Manager

C.  

In the Mule application

D.  

In API manager

Discussion 0
Question # 25

Refer to the exhibits.

A web client submits a request to below flow. What is the output at the end of the flow?

Options:

A.  

String

B.  

Object

C.  

Java

D.  

XML

Discussion 0
Question # 26

A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these operations have the default configurations. Which operation is asynchronous and which one is synchronous?

Options:

A.  

Publish consume: Synchronous. Publish: Asynchronous.

B.  

Publish consume: Asynchronous. Publish: Synchronous

C.  

Publish consume: Asynchronous. Publish: Asynchronous

D.  

Publish consume: Synchronous. Publish: Synchronous

Discussion 0
Question # 27

From which application , Organization Administrators can approve/revoke/delete SLA tier access requests

Options:

A.  

API Exchange

B.  

API Portal

C.  

API Gateway

D.  

API Manager

Discussion 0
Question # 28

How can you call a subflow from Dataweave?

Options:

A.  

Not possible in Mule 4

B.  

Import function

C.  

Lookup function

D.  

Include function

Discussion 0
Question # 29

A Scatter-Gather processes three separate HTTP requests. Each request returns a Mule event with a JSON payload. What is the final output of the Scatter-Gather?

Options:

A.  

An Array of the three Mule event Objects

B.  

An Object containing all three Mule event Objects

C.  

An Array of the three JSON payload Objects

D.  

An Object containing all three JSON payload Objects

Discussion 0
Question # 30

Refer to the exhibit.

What expression correctly specifies input parameters to pass the city and state values to the SQL query?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Question # 31

What valid RAML retrieves details on a specific by its orderld as a URL parameter?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Question # 32

A Utlility.dwl is located in a Mule project at src/main/resources/modules. The Utility.dwl file defines a function named encryptString that encrypts a String What is the correct DataWeave to call the encryptString function in a Transform Message component?

Options:

A.  

1. %dw 2.0

2. output application/json

3. import modules::Utility

4. ---

5. Utility::encryptString( "John Smith" )

B.  

1. %dw 2.0

2. output application/json

3. import modules::Utility

4. ---

5. encryptString( "John Smith" )

C.  

1. %dw 2.0

2. output application/json

3. import modules.Utility

4. ---

5. encryptString( "John Smith" )

D.  

1. %dw 2.0

2. output application/json

3. import modules.Utility

4. ---

5. Utility.encryptString( "John Smith" )

Discussion 0
Question # 33

A Mule project contains a DataWeave module file WebStore dvA that defines a function named loginUser The module file is located in the projects src/main/resources/libs/dw folder

What is correct DataWeave code to import all of the WebStore.dwl file's functions and then call the loginUser function for the login "cindy.park@example.com"?

A)

B)

C)

D)

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

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

Free Exams Sample Questions

sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |