Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > MuleSoft > MuleSoft Certified Developer > MCD-Assoc

MCD-Assoc MuleSoft Certified Developer - Integration and API Associate (Mule 3) Question and Answers

Question # 4

According to MuleSoft’s point of view, what is the core activity that enables an application network to emerge

in an organization?

A.

Build point-to-point integrations that are referenced in a document library

B.

Build applications that use the same communication protocols to connect to each other

C.

Build modern APIs that are discoverable and reusable

D.

Enforce and align all data mapping with a master data management system

Full Access
Question # 5

Refer to the exhibits. The parentFlow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations.

What values areaccessible to the parent Logger at the end of parentFlow after a web client submits a request tohttp:// localhost:8081/order?color=red?

A.

payload

B.

payload

quantity var

C.

payload

color query param

D.

payload

quantity var

color query param

Full Access
Question # 6

Refer to the exhibit. What isthe correct syntax to add an employee ID as a URI parameter in the HTTP Listener path?

A.

${employeeID}

B.

#[employeeID]

C.

{employeeID}

D.

(employeeID)

Full Access
Question # 7

Refer to the exhibit. What is the correct way to create a user?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 8

An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?

A.

Add new property placeholders and redeploy the API proxy

B.

Restart the API proxy to clear the APIpolicy cache

C.

Add new environment variables and restart the API proxy

D.

Add required headers to the RAML specification and redeploy the new API proxy

Full Access
Question # 9

A Mule application is created with an HTTP inbound endpoint defined to receive custName and accountType

as query parameters. The accountType is captured using a Set Variable transformer with the same name.

What is the correct MEL expression for logging accountType?

A.

#[message.inboundProperties.accountType]

B.

#[message.”http.query.params’.accountType]

C.

#[flowVars.accountType]

D.

#[message.outboundProperties.accountType]

Full Access