MuleSoft mcd-assoc practice test

MCD - Integration and API Associate (Mule 3) Exam


Question 1

What is the output type of the DataWeave map operator?

  • A. Map
  • B. Array
  • C. String
  • D. Object
Answer:

B

Reference:
https://help.mulesoft.com/s/QUESTION
NO:/0D52T00004mXVAVSA4/what-is-difference-between-
mapand-mapobject-in-dataweave

Discussions
0 / 1000

Question 2

Refer to the exhibit. A Payload Filter component processes a message with a non-empty payload.
What happens when the payload does not match the Payload Filter type?

  • A. It throws a Filter exception
  • B. It throws a configurable exception
  • C. It calls a compensation flow
  • D. It silently stops processing the message
Answer:

A

Discussions
0 / 1000

Question 3

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
Answer:

A

Discussions
0 / 1000

Question 4

What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?

  • A. /*
  • B. /
  • C. /{*}
  • D. ALL
Answer:

B

Reference:
https://docs.mulesoft.com/mule-runtime/3.7/http-listener-connector

Discussions
0 / 1000

Question 5

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
Answer:

A

Reference:
https://dzone.com/articles/scatter-gather-mule-esb

Discussions
0 / 1000

Question 6

Refer to the exhibits. What is the expected behavior of this application?


  • A. The application will continuously output LOGGER1 and LOGGER2 messages every 2 seconds
  • B. After 2 seconds, the application will output LOGGER1 and LOGGER2 messages exactly once
  • C. The application will immediately output LOGGER1 and LOGGER2 messages exactly once
  • D. An exception will be thrown indicating there is no inbound endpoint as a message source
Answer:

A

Discussions
0 / 1000

Question 7

Refer to the exhibits. What is the expected data that the POST /accounts endpoint expects?




  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Answer:

A

Discussions
0 / 1000

Question 8

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

  • A. DELETE
  • B. PUT
  • C. POST
  • D. GET
Answer:

C

Discussions
0 / 1000

Question 9

Refer to the exhibit. A web client makes a request to the postUsersFlows HTTP Listener. The
Validation component in hrFlow then throws an exception. What response message is returned to
the web client?

  • A. Unavailable
  • B. Error
  • C. Success
  • D. Boom
Answer:

D

Discussions
0 / 1000

Question 10

A Transform Message component receives the XML payload:

What is the DataWeave expression to output an array of the two customerName elements?

  • A. payload.order.*customer[].customerName
  • B. payload.order.*customer.customerName
  • C. payload.order.customer[].customerName
  • D. payload.order.customer.customerName
Answer:

B

Discussions
0 / 1000
To page 2