MCD-LEVEL-1 Exam Questions
228 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 5 of 5.
- Question #207Mule 4 Application Development
Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity. During E2E testing it is found that that HTTP:METHOD_NOT_...
HTTP RequestHTTP methodsallowed methodsMETHOD_NOT_ALLOWED - Question #208Anypoint Platform
An API instance of type API endpoint with API proxy is created in API manager using an API specification from Anypoint Exchange. The API instance is also configured with an API pro...
SLA policyclient credentialsAPI ManagerAnypoint Exchange - Question #209Mule 4 Application Development
What is the correct Syntax to add a customer ID as a URI parameter in the HTTP listener's path attribute?
HTTP ListenerURI parameterpath syntaxcurly braces - Question #210DataWeave
What DataWeave expression transforms the array a to the XML output? A. 1. 1. trains: 2. 2. {( 3. 3. a map ((engId, index) -> 4. 4. train: { 5. 5. TrainNumber: engId 6. 6. 7. 7. } 8...
DataWeavearray transformationXML outputmap function - Question #211API Design with RAML
A shopping API contains a method to look up store details by department To get information for a particular store, web clients will submit requests with a query parameter named dep...
RAMLURI parameterquery parameterAPI specification - Question #212Mule 4 Error Handling
Refer to the exhibits The Mule application does NOT define any global error handlers. A web client sends a POST request to the Multi application with this input payload The File Wr...
error handlingOn Error propagationerror typesFile connector - Question #213Mule 4 Error Handling
Refer to the exhibits. The Mule application does NOT define any global error handlers. The Validation component in the private flow throws an error What response message is returne...
error propagationprivate flowerror handler scopeflow error - Question #214Mule 4 Error Handling
Refer to the exhibits. The my-app xml file contains an Error Handier scope named "global-error-handler" The Error Handler scope needs to be set to be the default error handler for...
global error handlerconfiguration elementmule application configdefault error handler - Question #215Mule 4 Application Development
Refer to the exhibits. A Mule application is being developed to process web client POST requests with payloads containing order information including the user name and purchased it...
target variableSet PayloadDataWeaveconnector target - Question #216Mule 4 Application Development
Refer to the exhibits. The main flow contains a Flow Reference component configured to call the child flow What part(s) of a Mule event passed to the Flow Reference component are a...
Flow ReferenceMule eventvariable scopepayload propagation - Question #217Mule 4 Application Development
Refer to the exhibit. How should the WHERE clause be changed to set the city and state values from the configured input parameters? A) B) C) D)
Database connectorSQL queryinput parametersWHERE clause - Question #218Batch Processing
Refer to the exhibits. The Batch Job scope processes the array of strings After the Batch Job scope completes processing the input payload what information is logged by the Logger...
Batch Jobbatch processingBatch StepLogger output - Question #219DataWeave
A Mule project contains a DataWeave module file WebStore dvA that defines a function named loginUser The module file is located in the projects src/main/resources/libs/dw folder Wh...
DataWeave modulefunction importDWL filemodule path - Question #220Batch Processing
Refer to the exhibits. The Batch Job scope contains two Batch Step scopes with different accept expressions. The input payload is passed to the Batch Job scope. After the entire pa...
Batch Stepaccept expressionbatch filteringbatch processing - Question #221Mule 4 Application Development
Refer to the exhibits. In the Choice router, the When expression for the domesticShipping route is set to "#[payload = 'FR']". What is logged after the Choice router completes?
Choice routerDataWeave expressionassignment vs comparisonsyntax error - Question #222DataWeave
Refer to the exhibits. The Set Variable transformer is set with value #[ [ first "Max" last "Mule"} ]. What is a valid DataWeave expression to set as the message attribute of the L...
varsvariable accessDataWeave expressionMule event - Question #224Structuring Mule Applications
A web client sends one GET request to the test flow's HTTP Listener, which causes the test flow to call the updateTemp flow After the test flow returns a response, the web client t...
Mule eventflow variablesinter-flow communicationevent state - Question #225Building Mule 4 Applications
Refer to the exhibit. The Mule application's connectors are configured with property placeholders whose values are set in the config.yaml file What must be added to the Mule applic...
property placeholdersconfiguration-propertiesconfig.yamlapplication configuration - Question #226Building Mule 4 Applications
Refer to the exhibits. The Mule application implements a REST API that accepts GET requests from web clients on the What path value can be set in the HTTP GE~ event source to accep...
HTTP Listenerwildcard pathREST APIURL patterns - Question #227Consuming Web Services
Refer to the exhibits. The webClient flow sends requests to the mockServer Row's HTTP Listener. An HTTP: METHOD_NOT ALLOWED error is thrown each time the webClient flow executes. W...
HTTP RequestHTTP methodsMETHOD_NOT_ALLOWEDconnector configuration - Question #228Implementing APIs
Refer to the exhibit. APIkit is used to generate flow components for the RAML specification. How many apikit:router XML elements are generated to handle requests to every endpoint...
APIkitRAML scaffoldingapikit:routerAPI implementation - Question #229Building Mule 4 Applications
Refer to the exhibits. The main flow contains an HTTP Request operation configured to call the child flow's HTTP Listener. A web client sends a GET request to the HTTP Listener wit...
Mule eventHTTP Requestpayloadvariable scope - Question #230Deploying and Managing APIs
An API was designed in API Designer, published to Anypoint Exchange, then imported into API Manager. A Mule application implements this API and is deployed to CloudHub. API Manager...
API ManagerClient ID EnforcementAPI policyCloudHub deployment - Question #231Designing APIs
Refer to the exhibit. This RAML fragment defines a Book data type that is used in a RAML API specification. An API implementation is created for this RAML API specification. What i...
RAML data typesJSON validationAPI specificationrequired fields - Question #232Controlling Event Flow
Refer to the exhibits. The Mule application does NOT define any global error handler elements. A web client sends a GET request to the HTTP Listener. What response message is retur...
error handlingon-error scopeerror propagationflow control - Question #233Connecting to Databases
Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column. The Address table currently contains tour (4) records. The On Table Row Datab...
On Table Row listenerwatermarkdatabase pollingevent processing - Question #234Controlling Event Flow
A web client sends a POST request to the Mule application with this input payload. The File Write operation throws a FILE: CONNECTIVITY error. What response message is returned to...
File connectorerror handlingerror typeson-error-propagate - Question #235Building Mule 4 Applications
Refer to the exhibits. The Mule application is stopped at the breakpoint in Anypoint Studio. A watch expression Is set to the counter variable. What value is displayed for this wat...
Anypoint Studio debuggerwatch expressionsbreakpointsvariable evaluation