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

MuleSoft Certified Developer - Integration and API Associate (Mule 3) Question and Answers

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

Last Update May 16, 2024
Total Questions : 60

We are offering FREE MCD-Assoc MuleSoft exam questions. All you do is to just go and sign up. Give your details, prepare MCD-Assoc free exam questions and then go for complete pool of MuleSoft Certified Developer - Integration and API Associate (Mule 3) test questions that will help you more.

MCD-Assoc pdf

MCD-Assoc PDF

$35  $99.99
MCD-Assoc Engine

MCD-Assoc Testing Engine

$42  $119.99
MCD-Assoc PDF + Engine

MCD-Assoc PDF + Testing Engine

$56  $159.99
Questions 1

A Transform Message component receives the XML payload:

What is the DataWeave expression to output the orderId string “PO1234”?

Options:

A.  

payload.order.orderId

B.  

payload.orderId

C.  

payload.order.@orderId

D.  

payload.@orderId

Discussion 0
Questions 2

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

Options:

A.  

DELETE

B.  

PUT

C.  

POST

D.  

GET

Discussion 0
Questions 3

Refer to the exhibits. What is valid text to set the user field in the Database connector configuration to the username value specified in theconfig.properties file?

Options:

A.  

#[db.username]

B.  

#[db:username]

C.  

${db:username}

D.  

${db.username}

Discussion 0
Questions 4

Refer to the exhibit. What DataWeave expression transforms the input to the output?

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 5

Refer to the exhibit. What should be changed to fix the 400 Bad Request error?

Options:

A.  

Set therequestContent-Type header to application/json

B.  

SettheresponseContent-Type header to application/json

C.  

Set theresponseContent-Type in the RAML specification to text/plain

D.  

Set therequestContent-Type header to text/plain

Discussion 0
Questions 6

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

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 7

What authentication data is required to configure a Throttling – SLA basedpolicy in API Manager?

Options:

A.  

Client id and client secret

B.  

Oauth2.0 access token

C.  

X.509 client certificate and X.509 server certificate

D.  

Username and password

Discussion 0
Questions 8

Refer to the exhibits. What DataWeave transformation calls the flow with the following input payload?

Options:

A.  

Option A

B.  

Option B

C.  

Option C

D.  

Option D

Discussion 0
Questions 9

A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does Mulesoft recommend to uniquely access the customer identified with the unique ID 1234?

Options:

A.  

/customers/1234

B.  

/customers?operation=get&custid=1234

C.  

/customers/custid=1234

D.  

/customers?custid=1234

Discussion 0