Get 100% Passing Success With True MCD-Level-1 Exam! [Oct-2021]
MuleSoft MCD-Level-1 PDF Questions - Exceptional Practice To MuleSoft Certified Developer - Level 1 (Mule 4)
NEW QUESTION 48
Refer to the exhibits.
The Set Payload transformer In the addltem subflow uses DataWeave to create an order object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?
- A. lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )
- B. addltemf { price: "100", item: "router", itemType: "cable" })
- C. lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )
- D. addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )
Answer: A
NEW QUESTION 49
Refer to the exhibits.

A
web client submits a request to http://localhQst:8081 /flights. What is the result at the end of the flow?
- A. "object"
- B. "string"
- C. "XML"
- D. "Java"
Answer: A
NEW QUESTION 50
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
- A. Allows CloudHub to automatically register the application with API Manager
- B. Allows CloudHub to automatically change the HTTP port to allow external clients to connect to the HTTP Listener
- C. Allows clients to VPN directly to the application at the Mule application's configured HTTP port
- D. Allows MuleSoft Support to troubleshoot the application by connecting directly to the HTTP Listener
Answer: B
NEW QUESTION 51
Refer to the exhibits.

A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200", "qty": "4" } to the Mule application. The File Write operation throws a FILE:CONNECTIVITY error.
What response message is returned to the web client?
- A. "ORDER:NOT_CREATED"
- B. "OTHER ERROR"
- C. "File written"
- D. ''FILE:CONNECnvnY'
Answer: A
NEW QUESTION 52
Refer to the exhibit.
A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?
- A. Mule message
- B. Mule message payload
- C. Mule event
- D. Mule message attributes
Answer: C
Explanation:
NEW QUESTION 53
A
web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?
- A. #[message.inboundProperties.'http.query.params'.firstName]
- B. #[attributes.'http.query.params'.firstName]
- C. #[attributes.queryParams.firstName]
- D. #[message.queryParams.hrstName]
Answer: C
NEW QUESTION 54
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?
What response is returned to the web client?
- A. Hello- HTTP-] MS2-Three
- B. Helb-JMS1-HTTP-JMS2 -Three
- C. HTTP-JMS2-Three
- D. Hello-HTTP-Three
Answer: A
NEW QUESTION 55
Refer to the exhibit. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP request use default configurations.
What values are accessible to the Logger at the end of the flow after a web client submit request to http://local:801/order?color=red?
- A. payload color query param
- B. payload
- C. payload quantity var color query param
- D. payload quantity var
Answer: D
NEW QUESTION 56
Refer to the exhibit.
In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.
About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 57
Refer to the exhibit.
What is the response to a web client request to http://localhost:8081?
- A. Validation Error
- B. before
- C. After
- D. null
Answer: A
Explanation:
NEW QUESTION 58
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?
- A. The mule-art if act .json file
- B. a flow attribute
- C. The pom.xml file
- D. A global element
Answer: D
NEW QUESTION 59
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 property m the Consume operation equal to the destination query parameter
- C. set a SOAP payload before the Consume operation that contains the destination query parameter
- D. set a JSON payload before the Consume operation that contains the destination query parameter
Answer: C
NEW QUESTION 60
Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer.
What is the next step to fix the error to get the project to run successfully?
- A. Deploy the dependency to MuleSoft's Maven repository
- B. Install the dependency to the computer's local Maven repository
- C. Edit the dependency in the Mule project's pom.xml file
- D. Add the dependency to the MULE_HOME/bin folder
Answer: B
NEW QUESTION 61
Refer to the exhibit.
What Database expression transforms the input to the output?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 62
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. "String is not blank"
- B. "Start"
- C. "End"
- D. ""
Answer: A
NEW QUESTION 63
Refer to the exhibits.

A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
- A. Error response body: error, description Default error response status code: 500
- B. Response body: "Success - End" Default response status code: 200
- C. Response body: "Error" Default response status code: 200
- D. Response body: "Success - Begin* Default response status code: 200
Answer: C
NEW QUESTION 64
Refer to the exhibits.
What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?
- A. ${db.username>
- B. #[db:username]
- C. ${db:username>
- D. #[db.username]
Answer: A
NEW QUESTION 65
Refer to the exhibit.
What DataWeave expression transforms the conductorlds array to the XML output?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 66
Refer to the exhibit.
What is the output payload in the On Complete phase
- A. summary statistics with NO record data
- B. The records processed by all batch steps: [StepTwostepOnel, stepTwostepOne2, StepTwoStepOne3]
- C. The records processed by the last batch step: [StepTwol, StepTwo2, StepTwo3]
- D. The original payload: [1,2,31
Answer: A
NEW QUESTION 67
Refer to the exhibits.

The Validation component in the Try scope throws an error.
What response message is returned to a client request to the main flow's HTTP Listener?
The Validation component in the Try scope throws an error. What response message is returned to a client request to the main flow's HTTP Listener?
- A. Error - Try scope
- B. Error - main flow
- C. Validation Error
- D. Success - main flow
Answer: C
NEW QUESTION 68
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 D
- C. Option B
- D. Option C
Answer: A
NEW QUESTION 69
What is the output type of the DataWeave map operator?
- A. Object
- B. Array
- C. String
- D. Map
Answer: B
NEW QUESTION 70
Refer to the exhibit.
What DataWeave expression transforms the conductorlds array to the XML output?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION 71
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 property m 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 JSON payload before the Consume operation that contains the destination query parameter
- D. Set a header In the Consume operation equal to the destination query parameter
Answer: D
NEW QUESTION 72
......
MCD-Level-1 dumps - BraindumpsIT - 100% Passing Guarantee: https://www.braindumpsit.com/MCD-Level-1_real-exam.html