Mulesoft MuleSoft Certified Developer-Level 1 MuleSoft Certified Developer-Level 1 (Mule 4) Online Training
Mulesoft MuleSoft Certified Developer-Level 1 Online Training
The questions for MuleSoft Certified Developer-Level 1 were last updated at Nov 21,2024.
- Exam Code: MuleSoft Certified Developer-Level 1
- Exam Name: MuleSoft Certified Developer-Level 1 (Mule 4)
- Certification Provider: Mulesoft
- Latest update: Nov 21,2024
Refer to the exhibit.
The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating.
What payload is logged by the Logger component?
- A . Summary report of processed records
- B . [ "Apple", "Banana" ]
- C . [ "Apptel2", "Bananal2" ]
- D . [ "Apptel", "Bananal", 2 ]
Refer to the exhibits.
The Mule application implements a REST API that accepts GET requests from web clients on the URLs: http://acme com/order/status and http: Vacme.com/customer/status.
What path value can be set in the HTTP GE~ event source to accept web client requests from both of these URLs?
- A . *[order,customer]/status
- B . */status
- C . ?[order,customer]/status
- D . *status
Which of the below functionality is provided by zip operator in DataWeave?
- A . Merges elements of two lists (arrays) into a single list
- B . Used for sending attachments
- C . Minimize the size of long text using encoding.
- D . All of the above
A
Explanation:
Correct answer is Merges elements of two lists (arrays) into a single list
MuleSoft Doc
Reference: https://docs.mulesoft.com/mule-runtime/4.3/dw-core-functions- zip
Refer to the exhibits.
A web client submits a request to http://localhQst:8081.
What is the structure of the payload at the end of the flow?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
D
Explanation:
Scatter-Gather sends the event to each routes concurrently and returns a collection of all results. Collection is an Object of Objects. Each object contains attributes and payload from each Mule event returned from a flow. Hence option 4 is the correct answer.
Which of the below is not the mandatory configurations for HTTP Listener?
- A . Path
- B . Allowed methods
- C . HTTP port in Connector Configuration
- D . HTTP host in Connector Configuration
B
Explanation:
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported.
Rest all are mandatory.
Which of the below is not the mandatory configurations for HTTP Listener?
- A . Path
- B . Allowed methods
- C . HTTP port in Connector Configuration
- D . HTTP host in Connector Configuration
B
Explanation:
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported.
Rest all are mandatory.
Which of the below is not the mandatory configurations for HTTP Listener?
- A . Path
- B . Allowed methods
- C . HTTP port in Connector Configuration
- D . HTTP host in Connector Configuration
B
Explanation:
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported.
Rest all are mandatory.
Which of the below is not the mandatory configurations for HTTP Listener?
- A . Path
- B . Allowed methods
- C . HTTP port in Connector Configuration
- D . HTTP host in Connector Configuration
B
Explanation:
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported.
Rest all are mandatory.
Which of the below is not the mandatory configurations for HTTP Listener?
- A . Path
- B . Allowed methods
- C . HTTP port in Connector Configuration
- D . HTTP host in Connector Configuration
B
Explanation:
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported.
Rest all are mandatory.
Which of the below is not the mandatory configurations for HTTP Listener?
- A . Path
- B . Allowed methods
- C . HTTP port in Connector Configuration
- D . HTTP host in Connector Configuration
B
Explanation:
Allowed methods is an optional configuration. If nothing is specified then all HTTP methods are supported.
Rest all are mandatory.