Mulesoft MCD - ASSOC - MuleSoft Certified Developer - Integration and API Associate (Mule 3) Exam
Page: 3 / 12
Total 60 questions
Question #11 (Topic: Topic 1)
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.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-13_2.png]
B.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-14_1.png]
C.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-14_2.png]
D.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-14_3.png]
accountType=personal is a valid request to the implementation?
A.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-13_2.png]
B.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-14_1.png]
C.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-14_2.png]
D.
[Mulesoft-MCD - ASSOC-1.0/xmlfile-14_3.png]
Answer: C
Question #12 (Topic: Topic 1)
Refer to the exhibit. What should be changed to fix the 400 Bad Request error?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-15_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-15_1.jpg]
A. Set the request Content-Type header to application/json
B. Set the response Content-Type header to application/json
C. Set the response Content-Type in the RAML specification to text/plain
D. Set the request Content-Type header to text/plain
Answer: A
Question #13 (Topic: Topic 1)
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?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-16_1.png]
stops at the breakpoint. What is the payload shown in the debugger at this breakpoint?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-16_1.png]
A. ג€none
B. 100
C. The entire CSV file
D. The database response
Answer: B
Question #14 (Topic: Topic 1)
In a RAML specification for a banking application, accounts, account_id, and transactions are identified as resources. What resource/method pair retrieves
transactions for a specific account_id?
transactions for a specific account_id?
A. GET /accounts/{account_id}/transactions
B. POST/accounts/{account_id}
C. GET/accounts/account_id
D. PUT/accounts/{account_id}/transactions/{transaction_id}
Answer: A
Question #15 (Topic: Topic 1)
Refer to the exhibits. How is the userName property passed to the outbound HTTP request?
[Mulesoft-MCD - ASSOC-1.0/xmlfile-17_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-17_2.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-17_1.jpg]
[Mulesoft-MCD - ASSOC-1.0/xmlfile-17_2.jpg]
A. URI parameter
B. Body
C. Query parameter
D. Header
Answer: D