MuleSoft Certified Developer - Level 1 (Mule 4) DELTA - MCD-Level1-Delta Exam Practice Test

Question 1
Refer to the exhibits.
A web client sends sale data in a POST request to the Mule application. The Transform Message component then enrich the payload by prepending a vendor name to the sale data.
What is written to the sales.csv file when the flow executes?

Correct Answer: A
Question 2
Refer to the exhibits.

Each route in the Scatter-Gather sets the payload to the number shown in the label. What response is returned to a web client request to the HTTP Listener?
A)

B)

C)

D)

Correct Answer: A
Question 3
Refer to the exhibits.

The orders.csv file is read, then processed to look up the orders in a database. The Mule application is debugged in Any point Studio and stops at the breakpoint.
What is the payload shown in the debugger at this breakpoint?

Correct Answer: B
Question 4
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?

Correct Answer: C
Question 5
Refer to the exhibits.

A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml.
what valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?

Correct Answer: A
Question 6
Refer to the exhibit.

What Database expression transforms the input to the output?
A)

B)

C)

D)

Correct Answer: B
Question 7
Refer to the exhibit.

In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds.
How many seconds does it take for the Scatter_Gather to complete?

Correct Answer: D
Question 8
What is the correct syntax to define and call a function in Database?
A)

B)

C)

D)

Correct Answer: C
Question 9
Refer to the exhibits.


The Validation component in the private flow throws an error. What response message is returned to a client request to the main flow's HTTP Listener?

Correct Answer: C