Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

Page: 2 / 2
Total 60 questions

Refer to the exhibits. What is the response to a web client request to http://localhost:8081 ?

A.

The string ‘AFTER’

B.

The string ‘Payload is null’

C.

The string ‘BEFORE’

D.

null

A Database endpoint executes a SELECT statement and gets no results. What payload is returned by this endpoint?

A.

0

B.

Empty list

C.

null

D.

Exception

A Mule application contains a global exception strategy configured to catch any exceptions.

Where the global exception strategy must be specified so that this global exception strategy catches all errors from flows without their own exception strategies?

A.

A global element

B.

Nowhere, the globalexception strategy is automatically used

C.

The mule-deploy.properties file

D.

A configuration properties file

What execution model is used by For Each and Batch scopes?

A.

For Each issingle-threaded and Batch is multi-threaded

B.

Batch is single-threaded and For Each is multi-threaded

C.

Both are multi-threaded

D.

Both are single-threaded

Refer to the exhibit. What is the payload at the end of the flow?

A.

Bob Green

B.

Bob Smith

C.

Alice Green

D.

Alice Smith

Refer to the exhibits. What is valid text to set the user field in the Database connector configuration to the username value specified in theconfig.properties file?

A.

#[db.username]

B.

#[db:username]

C.

${db:username}

D.

${db.username}

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

Refer to the exhibit. What DataWeave transformation retrieves the current time?

A.

Option A

B.

Option B

C.

Option C

D.

Option D