Official Bank 0/60

MuleSoft Certified Developer – Integration and API Associate (Mule 3) Exam (Mulesoft MCD-ASSOC) - Mulesoft Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
60 Total Questions
1
Question
Refer to the exhibits. What is the expected data that the POST /accounts endpoint expects? version: 1.0

Exhibit

*RAML 1.0
title: Accounts API types: Account: !include datatypes/Account.raml Account.raml AccountNOID: !include datatypes/AccountNOID.raml /accounts: get: description: Get all accounts responses: 200. body: type: Account [l post: example: !include examples/AccountsExample.raml body: description: Create an account application/json: application/json: | type: AccountNoID

Exhibit

AccountNoID.raml #RAMI 1.0 Datatype #RAMI 1.0 DataType type: object type: object properties: properties: name: string name: string address: string address: string customer_since: date-only customer_since: date-only balance: number balance: number id: string bank_agent_id: string

Exhibit

Exhibit
Options
A Option B
B Option C
C Option A
D Option D
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Refer to the exhibit. What is the correct syntax to add an employee ID as a URI parameter in the

Exhibit

HTTP Listener path?
Options
A #[employeeID]
B {employeeID}
C ${employeeID}
D (employeeID)
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.

Where does the configuration file’s location need to be specified in the Mule application?
Options
A mule-deploy.properties
B A flow property
C A global element
D mule-app.properties
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
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?
Options
A /customers?operation=get&custid=1234
B /customers/custid=1234
C /customers/1234
D /customers?custid=1234
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Refer to the exhibits. The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and operation values are shown in the display names. What is the minimum number of global elements that must be defined to support all these HTTP

Exhibit

Listeners?
Options
A 2
B 3
C 1
D 4
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.