Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

MuleSoft MCD-Assoc - MuleSoft Certified Developer - Integration and API Associate (Mule 3)

Page: 1 / 2
Total 60 questions

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?

A.

1

B.

2

C.

3

D.

4

Refer to the exhibit. What transformer should be used in the httpFlow so that the fruit value in the requesthttp://localhost:8081/?fruit =Orange is accessible in the jmsFlow?

A.

set-record-variable

B.

set-property

C.

set-variable

D.

set-inbound-property

A Mule application has a single File connector configured. A flow in the Muleapplication has a File connector

endpoint in the message source and another File connector endpoint as a message processor in the flow.

What is the behavior of these two components?

A.

The source reads files and the processor writes files

B.

The source andprocessor both read files

C.

The source writes files and the processor reads files

D.

The source and processor both write files

To avoid hard-coding values, a flow uses some property placeholders and thecorresponding values are

stored in a configuration file.

Where does the configuration file’s location need to be specified in the Mule application?

A.

A global element

B.

mule-deploy.properties

C.

A flow property

D.

mule-app.properties

Refer to the exhibit. In the execution of the Scatter-Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds. How many seconds does it take for the Scatter-Gather to complete?

A.

0

B.

10

C.

20

D.

30

Refer to the exhibits. The http:request has failed with a Tiemout execeeded error. What HTTP Request parameter must be modified to resolve this error?

A.

Client Certificate Timeout

B.

Transaction Timeout

C.

Connect Idle Timeout

D.

Response Timeout

What HTTP method should be used toadd a new member to a collection in a RESTful service?

A.

DELETE

B.

PUT

C.

POST

D.

GET

Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?

A.

Allow clients to VPN directly to the application at the Mule application’s configured HTTP port

B.

Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener

C.

Allows CloudHub toautomatically change the HTTP port to allow external clients to connect to the HTTP

Listener

D.

Allows CloudHub to automatically register the application with API Manager

Refer to the exhibit. How many private flows does APIkit generate from the following RAML specification?

A.

2

B.

3

C.

4

D.

7

Refer to the exhibit. What is the correct way to create a user?

A.

Option A

B.

Option B

C.

Option C

D.

Option D