Online Access Free Salesforce-MuleSoft-Developer-I Exam Questions
Exam Code: | Salesforce-MuleSoft-Developer-I |
Exam Name: | Salesforce Certified MuleSoft Developer I |
Certification Provider: | Salesforce |
Free Question Number: | 237 |
Posted: | Oct 22, 2025 |
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
A Database On Table Row listener retrieves data from a CUSTOMER table that contains a primary key userjd column and an increasing kxjin_date_time column. Neither column allows duplicate values.
How should the listener be configured so it retrieves each row at most one time?
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?
Refer to the exhibits. APIKit router is used to generate the flow components for RAML specification.
The Mule application must be available to REST clients using the two URL's
http://localhost:8081/internal and http://localhost:8081/external
How many APIKit Router components are generated to handle requests to every endpoint defined in RAML specification?
1. Library.raml
2. /books
3. get:
4. post:
5. /order:
6. get
7. patch
8. /members
9. get:
A shopping API contains a method to look up store details by department To get information for a particular store, web clients will submit requests with a query parameter named department and a URI parameter named storeld.
What is a valid RAML snippet that supports requests from web clients to get data for a specific storeld and department name?