MCD-LEVEL-1 Exam Questions
228 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 1 of 5.
- Question #1Mule 4 Application Development
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)
Database connectorSQL parameterizationinput parametersDataWeave expressions - Question #2Mule 4 Application Development
A Mule flow has three Set Variable transformers. What global data structure can be used to access the variables?
Mule eventSet Variableflow variablesevent structure - Question #3API-led Connectivity
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?
API-led connectivityapplication networkAPI contractsinterface decoupling - Question #4Mule 4 Application Development
Refer to the exhibit.
Validation componenterror handlingflow executionerror types - Question #5Mule 4 Application Development
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...
HTTP Listenerglobal elementsconnector configurationshared configuration - Question #6Mule 4 Application Development
Refer to the exhibits. What payload is logged at the end of the main flow?
For Each scopepayload aggregationflow executionDataWeave - Question #7DataWeave
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...
DataWeave lookupflow referencesubflow invocationDataWeave expressions - Question #8DataWeave
What is the output type of the DataWeave map operator?
DataWeave map operatorDataWeave typesarray transformation - Question #9Mule 4 Application Development
Refer to the exhibits. What is written to the records.csv file when the flow executes?
File connectorDataWeave transformationCSV outputflow execution - Question #10API Development with Mule 4
Refer to the exhibit. How many private flows does APIKIT generate from the RAML specification?
APIkitRAMLprivate flowsREST API scaffolding - Question #11Mule 4 Application Development
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?
error propagationprivate flowerror scopeerror handling - Question #12Mule 4 Application Development
Refer to the exhibit. What should be changed to fix the 415 error?
HTTP connectorContent-Type header415 Unsupported Media TypeHTTP request - Question #13Mule 4 Application Development
Refer to the exhibit. What is the output payload in the On Complete phase
Batch JobOn Complete phasebatch statisticsbatch processing - Question #14Mule 4 Application Development
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....
error handler matchingHTTP error typeserror propagationerror scopes - Question #15Mule 4 Application Development
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?
Logger componentDataWeave inline expressionstring concatenationMEL vs DataWeave - Question #16API Design with RAML
Refer to the exhibit. What data is expected by the POST /accounts endpoint? A) B) C) D)
RAML specificationAPI designHTTP POSTrequest body schema - Question #17Anypoint Platform
An API specification is designed using RAML. What is the next step to create a REST Connector from this API specification?
Anypoint ExchangeREST connectorRAML publishingAPI lifecycle - Question #18API Design with RAML
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...
RAML fragmentsAnypoint Exchangedata type reuseRAML libraries - Question #19Mule 4 Application Development
What execution model is used by For Each and Batch Job scopes?
For Each scopeBatch Jobthreading modelparallel processing - Question #20Mule 4 Application Development
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
Flow Referencevariable scopechild flowMule event propagation - Question #21Anypoint Platform Administration
Refer to the exhibit. What is the correct way to create a user? A) B) C) D)
user managementAnypoint Platformaccess management - Question #22Consume and Transform Data
Refer to the exhibit. What Database expression transforms the input to the output? A) B) C) D)
DataWeaveDatabase connectordata transformation - Question #23Consume and Transform Data
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...
Database connectorwatermarkOn Table Row listenerpolling - Question #24Build Mule Applications
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...
HTTP ListenerHTTP Requestchild flowflow propagation - Question #25Consume and Transform Data
Refer to the exhibit. What Database expression transforms the input to the output? A) B) C) D)
DataWeaveDatabase connectordata transformation - Question #26Consume and Transform Data
Refer to the exhibits. flow?
payloaddata typesMule messageflow variables - Question #27Build Mule Applications
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
HTTP ListenerAPIkitpath configurationrouting - Question #28Handle Errors
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...
error handlingHTTP Requeststatus codesTry scope - Question #29API-Led Connectivity and MuleSoft Platform Concepts
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...
Center for EnablementAPI-led connectivityorganizational structure - Question #30Build Mule Applications
Refer to the exhibit. What payload is returned from a request to http//localhost.8081/
HTTP Listenerpayload routingflow controlrequest handling - Question #31Consume and Transform Data
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?
Database connectorproperty placeholdersconfig.yamlconfiguration - Question #32Manage and Govern APIs
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...
API Managerauto-discoveryAPI governanceCloudHub - Question #33Consume and Transform Data
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...
variablesDatabase connectorpayload managementHTTP Request - Question #34Deploy and Manage Mule Applications
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...
CloudHub deploymentMavenproject exportdependencies - Question #35Deploy and Manage Mule Applications
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
property placeholdersCloudHubHTTP portdeployment configuration - Question #36Deploy and Manage Mule Applications
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...
Mavenlocal repositorydependenciesAnypoint Studio - Question #37Consume and Transform Data
DataWeave expression to access the firstName parameter?
DataWeavequery parametersHTTP attributesMule 4 message model - Question #38Consume and Transform Data
By default, what happens to a file after it is read using an FTP connector Read operation?
FTP connectorRead operationfile management - Question #39Handle Errors
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...
Try scopeerror handlingValidation componenterror propagation - Question #40Build Mule Applications
Refer to the exhibit. What is a valid expression for the Choice router's when expression to route events to the documenticShipping flow?
Choice routerDataWeave expressionconditional routingexpression syntax - Question #41Mule 4 Application Development
parameter is captured using a Set Variable transformer to a variable named accountType. What is the correct DataWeave expression to log accountType?
DataWeavevars expressionSet VariableMule 4 syntax - Question #42Batch Processing
Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the expected output from the Logger component?
Batch JobBatch Stepfilteringrecord aggregation - Question #43Mule 4 Application Development
Refer to the exhibits. end of the flow? A) B) C) D)
flow executionMule eventpayload transformation - Question #44Connecting to External Systems
Refer to the exhibits. A web client submits a request to WSC:BAD_REQUEST error. What is the next step to fix this error?
Web Service ConsumerSOAP payloadWSC:BAD_REQUESTConsume operation - Question #45API Design
What valid RAML retrieves details on a specific by its orderld as a URL parameter? A) B) C) D)
RAMLURI parameterresource definitionAPI specification - Question #46Mule 4 Application Development
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....
HTTP Requesttarget variablepayload scopeMule event - Question #47API-Led Connectivity
According to MuleSoft. what is the first step to create a Modern API?
Modern APIAPI lifecycleAPI specificationAPI-led connectivity - Question #48Mule 4 Application Development
Refer to the exhibit. All three of the condition for the Choice router are true. What log messages are written?
Choice routerconditional routingfirst-match logic - Question #49Mule 4 Application Development
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...
variable scopeHTTP Requestflow variablesMule event - Question #50Mule 4 Application Development
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.
Scatter-Gatherparallel executionroute timing