MCD-LEVEL-1 Exam Questions
216 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 1 of 5.
- Question #1
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)
- Question #2
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?
- Question #3
In an application network. If the implementation but not the interface of a product API changes, what needs to be done to the other APIs that consume the product API?
- Question #4
Refer to the exhibit.
- Question #5
Refer to the exhibits. The two Mule configuration files belong to the same Mule project. Each HTTP Listener is configured with the same host string and the port number, path, and o...
- Question #6
Refer to the exhibits. What payload is logged at the end of the main flow?
- Question #7
Refer to the exhibit. What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a n...
- Question #8
What is the output type of the DataWeave map operator?
- Question #9
Refer to the exhibits. What is written to the records.csv file when the flow executes?
- Question #10
Refer to the exhibit. How many private flows does APIKIT generate from the RAML specification?
- Question #11
Refer to the exhibits. The Validation component in the private flow throws an error. What response message is returned to a client request to the main flow's HTTP Listener?
- Question #12
Refer to the exhibit. What should be changed to fix the 415 error?
- Question #13
Refer to the exhibit. What is the output payload in the On Complete phase
- Question #14
Refer to the exhibit. The main flow is configured with their error handlers. A web client submit a request to the HTTP Listener and the HTTP Request throws an HTTP:NOT_FOUND error....
- Question #15
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
- Question #16
Refer to the exhibit. What data is expected by the POST /accounts endpoint? A) B) C) D)
- Question #17
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?
- Question #18
Refer to the exhibit. The API needs to be updated using the company-wide standard for the Plan data type. The Object data type has already been published in Anypoint Exchange with...
- Question #19
What execution model is used by For Each and Batch Job scopes?
- Question #20
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
- Question #21
Refer to the exhibit. What is the correct way to create a user? A) B) C) D)
- Question #22
Refer to the exhibit. What Database expression transforms the input to the output? A) B) C) D)
- Question #23
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 row...
- Question #24
Refer to the exhibits. The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations. What values are accessible in the child flow after a...
- Question #25
Refer to the exhibit. What Database expression transforms the input to the output? A) B) C) D)
- Question #26
Refer to the exhibits. flow?
- Question #27
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
- Question #28
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...
- Question #29
An app team is developing a mobile banking app. It took them two months to create their own APIs to access transaction information from a central database. The app team later found...
- Question #30
Refer to the exhibit. What payload is returned from a request to http//localhost.8081/
- Question #31
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?
- Question #32
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. managed b...
- Question #33
A flow needs to combine and return data from two different data sources. It contains a Database SELECT operation followed by an HTTP Request operation. What is the method to captur...
- Question #34
A Mule project contains a MySQL Database dependency. The project is exported from Anypoint What export options create the smallest deployable archive that will successfully deploy...
- Question #35
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
- Question #36
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 s...
- Question #37
DataWeave expression to access the firstName parameter?
- Question #38
By default, what happens to a file after it is read using an FTP connector Read operation?
- Question #39
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 Valida...
- Question #40
Refer to the exhibit. What is a valid expression for the Choice router's when expression to route events to the documenticShipping flow?
- Question #41
parameter is captured using a Set Variable transformer to a variable named accountType. What is the correct DataWeave expression to log accountType?
- Question #42
Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the expected output from the Logger component?
- Question #43
Refer to the exhibits. end of the flow? A) B) C) D)
- Question #44
Refer to the exhibits. A web client submits a request to WSC:BAD_REQUEST error. What is the next step to fix this error?
- Question #45
What valid RAML retrieves details on a specific by its orderld as a URL parameter? A) B) C) D)
- Question #46
An HTTP Request operation sends an HTTP request with a non-empty JSON object payload to an external HTTP endpoint. The response from the external HTTP endpoint returns an XML body....
- Question #47
According to MuleSoft. what is the first step to create a Modern API?
- Question #48
Refer to the exhibit. All three of the condition for the Choice router are true. What log messages are written?
- Question #49
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 t...
- Question #50
Refer to the exhibit. In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds.