Salesforce Certified MuleSoft Developer II Exam Practice Questions (P. 1)
- Full Access (57 questions)
- One Year of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #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?
Which strategy should be used to implement this endpoint?
- ACreate a dedicated endpoint that responds with the API status only
- BCreate a dedicated endpoint that responds with the API status and health of the server
- CCreate a dedicated endpoint that responds with the API status and reachability of the underlying systems
- DUse an existing resource endpoint of the API
send
light_mode
delete
Question #2
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?
How can the data be validated before posting to the target system?
- AApply the JSON Schema policy in API Manager and reference the correct schema in the policy configuration
- BUse a DataWeave 2.0 transform operation, and at the top of the DataWeave script, add:
%dw 2.0
import json-module - CAdd the JSON module dependency and add the validate-schema operation in the flow, configured to reference the schema
- DUsing the DataWeave If Else condition, test the values of the payload against the examples included in the schema
send
light_mode
delete
Question #3
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 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?
send
light_mode
delete
Question #4
Which pattern can a web API use to notify its client of state changes as soon as they occur?
- ASchedule Event Publisher
- BShared database trigger
- CHTTP Webhook
- DETL data load
send
light_mode
delete
Question #5
When implementing a synchronous API where the event source is an HTTP Listener, a developer needs to return the same correlation ID back to the caller in the HTTP response header.
How can this be achieved?
How can this be achieved?
- ANo action is needed as the correlation ID is returned to the caller in the response header by default
- BEnable the CorrelationID checkbox in the HTTP Listener configuration
- CConfigure a custom correlation policy
- DEnable the auto-generate CorrelationID option when scaffolding the flow
send
light_mode
delete
All Pages
