Mulesoft MCD-ASSOC MuleSoft Certified Developer – Integration and API Associate (Mule 3) Online Training
Mulesoft MCD-ASSOC Online Training
The questions for MCD-ASSOC were last updated at Nov 19,2024.
- Exam Code: MCD-ASSOC
- Exam Name: MuleSoft Certified Developer – Integration and API Associate (Mule 3)
- Certification Provider: Mulesoft
- Latest update: Nov 19,2024
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)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
C
Explanation:
Refer to the exhibit.
What should be changed to fix the 400 Bad Request error?
- 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
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?
- A . “none
- B . 100
- C . The entire CSV file
- D . The database response
B
Explanation:
Reference: https://docs.mulesoft.com/studio/7.4/mule-debugger-view-reference
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?
- A . GET /accounts/{account_id}/transactions
- B . POST/accounts/{account_id}
- C . GET/accounts/account_id
- D . PUT/accounts/{account_id}/transactions/{transaction_id}
Refer to the exhibits.
How is the userName property passed to the outbound HTTP request?
- A . URI parameter
- B . Body
- C . Query parameter
- D . Header
there are two answers for some questions but on exam they wants one. Which one should we chose? They are not giving answers after the exam so I can not be sure if I selected the one they accept.