Mulesoft MCD - ASSOC - MuleSoft Certified Developer - Integration and API Associate (Mule 3) Exam
Page: 2 / 12
Total 60 questions
Question #6 (Topic: Topic 1)
Refer to the exhibits. What value is logged after a web client submits a request to http://localhost:8081/test?userName=Cindy?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-8_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-9_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-8_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-9_1.jpg]
A. null
B. Alice
C. Cindy
D. Bob
Answer: A
Question #7 (Topic: Topic 1)
Refer to the exhibits. What is the expected payload at the end of mainFlow?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-10_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-11_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-10_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-11_1.jpg]
A. KIWI
B. APPLE
C. Null
D. BANANA
Answer: A
Question #8 (Topic: Topic 1)
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?
the customer identified with the unique ID 1234?
A. /customers/1234
B. /customers?operation=get&custid=1234
C. /customers/custid=1234
D. /customers?custid=1234
Answer: A
Question #9 (Topic: Topic 1)
What valid RAML retrieves details on a specific order by its orderId as a URI parameter?
A.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_1.png]
B.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_2.png]
C.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_3.png]
D.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_4.png]
A.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_1.png]
B.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_2.png]
C.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_3.png]
D.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-12_4.png]
Answer: D
Question #10 (Topic: Topic 1)
A Transform Message component receives the XML payload:
[Mulesoft-MCD - ASSOC-1.0/xmlfile-13_1.png]
What is the DataWeave expression to output the orderId string ג€PO1234ג€?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-13_1.png]
What is the DataWeave expression to output the orderId string ג€PO1234ג€?
A. payload.order.orderId
B. payload.orderId
C. payload.order.@orderId
D. payload.@orderId
Answer: B