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
Refer to the exhibit.
What expression correctly specifies input parameters to pass the city and state values to the SQL query?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
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 . ‘’FILE:CONNECnvnY’
- B . "ORDER:NOT_CREATED"
- C . "OTHER ERROR"
- D . "File written"
Refer to the exhibits.
The Set Payload transformer’s value is set to {‘year’: ‘2020’}.
What message value should be added to the Logger component to output the message ‘The year is 2020’, without hardcoding 2020?
- A . ‘#[The year is $(pay load .year)]*
- B . The year is #[payload.year]’
- C . ‘#[The year is " + paytoad.year]’
- D . ‘#["Theyear is++payload-year"]’
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?
- A . ${training.host}
- B . ${training:host}
- C . #[training:host]
- D . #[training.host]
A company has an API to manage departments, with each department identified by a unique deptld. The API was built with RAML according to MuleSoft best practices.
What is valid RAML to specify a method to update the details for a specific department?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
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 . 5
- D . 6
A company has an API to manage purchase orders, with each record identified by a unique purchase order ID. The API was built with RAML according to MuleSoft best practices.
What URI should a web client use to request order P05555?
- A . /orders/{P05555}
- B . /orders/order=P05555
- C . /orders?order=P05555
- D . /orders/P05555
A Mule flow has three Set Variable transformers.
What global data structure can be used to access the variables?
- A . Mule event attributes
- B . Mule event message
- C . Mule application properties
- D . Mule event
A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project’s src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module’s formatString function?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
An API implementation has been deployed to CloudHub and now needs to be governed. IT will not allocate additional vCore for a new Mule application to act as an API proxy.
What is the next step to preseive the current vCore usage, but still allow the Mule application to be managed by API Manager?
- A . Register the same API implementation in Runtime Manager to connect to API Manager
- B . Modify the API implementation to use auto-discovery to register with API Manager
- C . Upload the Mule application’s JAR file to the API instance in API Manager
- D . Deploy the same API implementation behind a VPC and configure the VPC to connect to API Manager
good examples