Question 6 of 57
What valid RAML retrieves details on a specific order by its orderId as a URI parameter?
A.
Exam MCD - ASSOC: Question 6 - Image 1
B.
Exam MCD - ASSOC: Question 6 - Image 2
C.
Exam MCD - ASSOC: Question 6 - Image 3
D.
Exam MCD - ASSOC: Question 6 - Image 4
    Correct Answer:

Question 7 of 57
A Transform Message component receives the XML payload:
Exam MCD - ASSOC: Question 7 - Image 1
What is the DataWeave expression to output the orderId string `PO1234`?
    Correct Answer: B

Question 8 of 57
There are two types of accounts: personal and business. How can an accountType parameter be specified in RAML so http://localhost/acme/accounts? accountType=personal is a valid request to the implementation?
A.
Exam MCD - ASSOC: Question 8 - Image 1
B.
Exam MCD - ASSOC: Question 8 - Image 2
C.
Exam MCD - ASSOC: Question 8 - Image 3
D.
Exam MCD - ASSOC: Question 8 - Image 4
    Correct Answer:

Question 9 of 57
Refer to the exhibit. What should be changed to fix the 400 Bad Request error?
Exam MCD - ASSOC: Question 9 - Image 1
    Correct Answer: A

Question 10 of 57
Refer to the exhibit. The orders.csv file is read, then processed to look up the orders from the database. The Mule application is debugged in Anypoint Studio and stops at the breakpoint. What is the payload shown in the debugger at this breakpoint?
Exam MCD - ASSOC: Question 10 - Image 1
    Correct Answer: B