MCD-LEVEL-1 Exam Questions
216 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 2 of 5.
- Question #51
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 ne...
- Question #52
Refer to the exhibit. What is the correct syntax to add an employee ID as a URI parameter in an HTTP Listener path?
- Question #53
An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?
- Question #54
What payload is returned by a Database SELECT operation that does not match any rows in the database?
- Question #55
What is the correct syntax to define and call a function in Database? A) B) C)
- Question #56
A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case. What is...
- Question #57
A RAML specification is defined to manage customers with a unique identifier for each customer record. What URI does MuleSoft recommend to uniquely access the customer identified w...
- Question #58
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 breakp...
- Question #59
A Mule application contains a global error handler configured to catch any errors. Where must the global error handler be specified so that the global error handler catches all err...
- Question #60
Refer to the exhibit. What can be added to the flow to persist data across different flow executions?
- Question #61
Refer to the exhibit. This RAML specification includes a resource and method to retrieve accounts by account_type and industry. What is the correct URI to get all retail finance ac...
- Question #62
A Mule application contains two HTTP Listeners, each configured for different API endpoints: What base path value should be set in an HTT? Listener config element so that it can be...
- Question #63
is captured by a Set Variable transformer to a variable named booklSBN. What is the DataWeave expression to access booklSBN later in the flow?
- Question #64
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...
- Question #65
Refer to the exhibit. A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?
- Question #66
Refer to the exhibits. 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...
- Question #67
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...
- Question #68
Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations. A web client submits a requ...
- Question #69
Refer to the exhibits. The <when> expression for the Choice router needs to be written. What is a valid <when> expression to route Mule events to the non-default flow?
- Question #70
Refer to the exhibits. A Mule application contains a Choice router. What is logged when the flow completes?
- Question #71
Refer to the exhibit. The Mule application Is debugged in Any point Studio and stops at the breakpoint What is the value
- Question #72
Refer to the exhibit. What DataWeave expression transforms the conductorlds array to the XML output? A) B) C) D)
- Question #73
A function named newProdCode needs to be defined that accepts two input parameters, an integer value for itemID and a string value for productCategory, and returns a new product co...
- Question #74
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 transform...
- Question #75
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....
- Question #76
Refer to the exhibits. What payload and quantity are logged at the end of the main flow?
- Question #77
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 dupl...
- Question #78
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 UR...
- Question #79
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...
- Question #80
A web client sends a request to http;//localhost:8081?dept=sales. What is the correct DataWeave expression to access the value of dept?
- Question #81
Refer to the exhibits. A web client sends a POST request to the HTTP Listener and the Validation component in the Try scope throws an error. What response message is returned to th...
- Question #82
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 t...
- Question #83
The web client sends a POST request to the ACME Order API with an XML payload. An error is returned. What should be changed in the request so that a success response code is return...
- Question #84
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...
- Question #85
Refer to the exhibits. The input array of strings is processed by the batch job that processes, fitters, and aggregates the values. What is the last message logged by the Logger co...
- Question #86
Refer to the exhibits. The input array of strings is processed by the batch job that processes, filters, and aggregates the values. What is the last message logged by the Logger co...
- Question #87
Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?
- Question #88
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example?...
- Question #89
Refer to the exhibits. A web client sends a GET request to the HTTP Listener. What response message is returned to the web client?
- Question #90
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...
- Question #91
Refer to the exhibits. The Set Payload transformer in the addltem child flow uses DataWeave to create an order object. What is the correct DataWeave code for the Set Payload transf...
- Question #92
Refer to the exhibits. A JSON payload is set in the Set Payload transformer. What is logged by the Logger?
- Question #93
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 t...
- Question #94
A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio. The Mule application must no...
- Question #95
What DataWeave expression transforms the example XML input to the CSV output? A) B) C) D)
- Question #96
Refer to the exhibits. A web client sends a GET request to the main flow's HTTP Listener that includes a make query parameter. What values are accessible in the child flow?
- Question #97
Refer to the exhibit. The Database Select operation returns five rows from a database. What is logged by the Logger component?
- Question #98
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...
- Question #99
Refer to the exhibits. What payload and quantity are togged at the end of the main flow?
- Question #100
Refer to the exhibits. All three of the conditions for the Choice router are true. What messages are written in the application log?