Mulesoft MCD-Level 1 Real Exam Questions
The questions for MCD-Level 1 were last updated at Nov 18,2024.
- Exam Code: MCD-Level 1
- Exam Name: MuleSoft Certified Developer - Level 1 (Mule 4)
- Certification Provider: Mulesoft
- Latest update: Nov 18,2024
Refer to the exhibit.
What is the correct way to create a user?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
- A . 1
- B . 2
- C . 3
- D . 4
An On Table Row Database listener retrieves data from a table that contains record_id, an increasing numerical column.
How should the listener be configured so it retrieves new rows at most one time?
- A . Set the target to store the last retrieved record_id value
- B . Set the ObjectStore to store the last retrieved record_id value
- C . Set the target to the record_id column
- D . Set the watermark column to the record id column
Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?
- A . ""
- B . "End"
- C . "Start"
- D . "String is not blank"
Refer to the exhibit.
What is the response to a web client request to http://localhost:8081?
- A . After
- B . before
- C . Validation Error
- D . null
Refer to the exhibit.
What DataWeave expression transforms the conductorlds array to the XML output?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
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 . Set the watermark column to the bgin_date_time column
- B . Set the target value to the last retrieved login_date_time value
- C . Set the target value to the last retrieved user_jd value
- D . Set the watermark column to the user_Id column
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 . Set the watermark column to the bgin_date_time column
- B . Set the target value to the last retrieved login_date_time value
- C . Set the target value to the last retrieved user_jd value
- D . Set the watermark column to the user_Id column
Refer to the exhibit.
The main flow contains a Flow Reference for the child flow.
What values are accessible in the child flow after a web client submits a request to http://localhost:8Q81/order? color=red?
- A . payload
- B . payload quantity var
- C . payload
color query param - D . payload
quantity var color query param
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
- A . /(*)
- B . /
- C . /()
- D . “/*”