Mulesoft MCD Level 1 Delta MuleSoft Certified Developer – Level 1 (Mule 4) DELTA Online Training
Mulesoft MCD Level 1 Delta Online Training
The questions for MCD Level 1 Delta were last updated at Nov 19,2024.
- Exam Code: MCD Level 1 Delta
- Exam Name: MuleSoft Certified Developer - Level 1 (Mule 4) DELTA
- Certification Provider: Mulesoft
- Latest update: Nov 19,2024
What DataWeave expression transforms the example XML input to the CSV output?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
What payload is returned by a Database SELECT operation that does not match any rows in the database?
- A . false
- B . null
- C . Exception
- D . Empty Array
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)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Refer to the exhibits.
In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload. The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to the HTTP request. The response of the request is stored in a target variable named the Result.
What is the payload at the Logger component after the HTTP Request?
- A . A non-empty Java object
- B . The original XML payload
- C . null
- D . The returned JSON response
Refer to the exhibits.
A web client sends a POST request to the HTTP Listener with the payload "Hello-".
What response is returned to the web client?
- A . Hello- HTTP-] MS2-Three
- B . HTTP-JMS2-Three
- C . Helb-JMS1-HTTP-JMS2 -Three
- D . Hello-HTTP-Three
Refer to the exhibit.
What is a valid expression for the Choice router’s when expression to route events to the documenticShipping flow?
- A . 0#[ payload = ‘US’ ]
- B . #[ payload == ‘US’ J
- C . #[ if(payload = ‘US’) J
- D . #[ if(payload == "US") ]
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.
What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener path?
- A . (employeelD)
- B . ${emp!oyeelD}
- C . {employeelD}
- D . # [employeelD]
Refer to the exhibits.
A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and the Web Service Consumer throws a WSC:BAD_REQUEST error.
What is the next step to fix this error?
- A . Set a header In the Consume operation equal to the destination query parameter
- B . set a SOAP payload before the Consume operation that contains the destination query parameter
- C . set a property m the Consume operation equal to the destination query parameter
- D . set a JSON payload before the Consume operation that contains the destination query parameter
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
- A . The payload is: $(payload)
- B . #["The payload is: " ++ payload]
- C . The payload is: #[payload]
- D . #["The payload is: " + payload]
good examples