Certified MuleSoft Developer II Actual Exam Questions

Last updated on June 23, 2025.
Vendor:Salesforce
Exam Code:Certified MuleSoft Developer II
Exam Name:Certified MuleSoft Developer II
Exam Questions:57
 

Topic 1 - Exam A

Question #1 Topic 1

A system API that communicates to an underlying MySQL database is deployed to CloudHub. The DevOps team requires a readiness endpoint to monitor all system APIs.
Which strategy should be used to implement this endpoint?

  • A. Create a dedicated endpoint that responds with the API status only
  • B. Create a dedicated endpoint that responds with the API status and health of the server
  • C. Create a dedicated endpoint that responds with the API status and reachability of the underlying systems
  • D. Use an existing resource endpoint of the API
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

Question #2 Topic 1

A Mule API receives a JSON payload and updates the target system with the payload. The developer uses JSON schemas to ensure the data is valid.
How can the data be validated before posting to the target system?

  • A. Apply the JSON Schema policy in API Manager and reference the correct schema in the policy configuration
  • B. Use a DataWeave 2.0 transform operation, and at the top of the DataWeave script, add:
    %dw 2.0
    import json-module
  • C. Add the JSON module dependency and add the validate-schema operation in the flow, configured to reference the schema
  • D. Using the DataWeave If Else condition, test the values of the payload against the examples included in the schema
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

Question #3 Topic 1

Refer to the exhibit.

A Mule Object Store is configured with an entry TTL of one second and an expiration interval of 30 seconds.
What is the result of the flow if processing between os:store and os:retrieve takes 10 seconds?

  • A. originalPayload
  • B. OS:KEY_NOT_FOUND
  • C. testPayload
  • D. nullPayload
Reveal Solution Hide Solution   Discussion  

Correct Answer: D 🗳️

Question #4 Topic 1

Which pattern can a web API use to notify its client of state changes as soon as they occur?

  • A. Schedule Event Publisher
  • B. Shared database trigger
  • C. HTTP Webhook
  • D. ETL data load
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️

file Viewing page 1 out of 15 pages.
Viewing questions 1-4 out of 57 questions
Next Questions
Browse atleast 50% to increase passing rate cup
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Loading ...