MCD-LEVEL-1 Exam Questions
228 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 3 of 5.
- Question #101Building Integration Applications with Mule 4
Refer to exhibits. In the execution of the Scatter-Gather , the flow route completes after 10 seconds and the flow2 route completes in 40 seconds. How many seconds does it take for...
Scatter-Gatherparallel routingexecution time - Question #102Transforming Data with DataWeave
A Utlility.dwl is located in a Mule project at src/main/resources/modules. The Utility.dwl file defines a function named encryptString that encrypts a String What is the correct Da...
DataWeavecustom modulesimport syntaxfunction invocation - Question #103Deploying and Managing Mule Applications
A mule project contains MySQL database dependency . The project is exported from Anypoint Studio so that it can be deployed to Cloudhub. What export options needs to be selected to...
CloudHubproject exportdeploymentdependencies - Question #105Building Integration Applications with Mule 4
There are three routes configured for Scatter-Gather and incoming event has a payload is an Array of three objects. How routing will take place in this scenario?
Scatter-Gatherparallel routingevent distribution - Question #106Troubleshooting and Debugging Mule Applications
What is the default port used by Mule application debugger configuration in Anypoint Studio?
Anypoint Studiodebuggerport configuration - Question #107Designing APIs
As a part of project requirement , you want to build an API for a legacy client. Legacy client can only consume SOAP webservices. Which type the interface documentation can be prep...
SOAPWSDLAPI documentationlegacy integration - Question #108MuleSoft Platform and API-Led Connectivity
What does C4E stands for in MuleSoft recommended IT operating model?
C4ECenter for EnablementIT operating modelMuleSoft platform - Question #109Transforming Data with DataWeave
Which of the below functionality is provided by zip operator in DataWeave?
DataWeavezip operatorarray manipulation - Question #110Building Integration Applications with Mule 4
Refer to the exhibit. What is the output of logger component?
DataWeaveLoggeroutput typeArray - Question #111Building Integration Applications with Mule 4
Refer to the exhibits. A web client submits a request to below flow. What is the output at the end of the flow?
flow executionpayload typeHTTPdata transformation - Question #112Designing APIs
What valid RAML retrieves details on a specific customer by its customerId as a URI parameter? A. 1. /customers: 2. /get: 3. /customerId: B. 1. /customers: 2. /{customerId}: 3. get...
RAMLURI parametersresource definitionAPI design - Question #113Troubleshooting and Debugging Mule Applications
Refer to the exhibits. The Mule Application is being debugged in Anypoint Studio and stops at breakpoint. What is the value of payload displayed in debugger at this breakpoint?
Anypoint Studiodebuggerbreakpointsflow execution - Question #114Building Integration Applications with Mule 4
Which of the below is not the mandatory configurations for HTTP Listener?
HTTP Listenerconnector configurationrequired settings - Question #115Building Integration Applications with Mule 4
Which of the below activity doesn't support parallel execution?
routingparallel executionFirst Successful RouterScatter-Gather - Question #116Deploying and Managing Mule Applications
A Mule application's HTTP Listener is configured with the HTTP protocol. The HTTP listeners port attribute is configured with a property placeholder named http.port. The mule appli...
CloudHubHTTP Listenerport overrideproperty placeholders - Question #117Building Integration Applications with Mule 4
A flow contains an HTTP Listener as the event source. What is the DataWeave expression to log the Content-Type header using a Logger component?
DataWeaveHTTP attributesheadersstring concatenation - Question #118Designing APIs
A RAML example fragment named StudentExample.raml is placed in the examples folder in an API specification project. What is the correct syntax to reference the fragment?
RAMLfragments!include directiveAPI specification - Question #119Building Integration Applications with Mule 4
As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?
DataWeaveapplication propertiesp() function - Question #121Building Integration Applications with Mule 4
Refer to the exhibits.
validationerror handlingflow executionpayload - Question #122Building Integration Logic
Refer to the exhibits. How many private flows does APIKIt generate from RAML specification?
APIKitRAML specificationprivate flowsflow generation - Question #123Structuring Mule Applications
Refer to the exhibits. Mule application has an HTTP request configuration where host name is hardcoded. Organization is looking to move host and port values to configuration file....
configuration propertiesproperty placeholder syntaxHTTP configurationYAML properties - Question #124Deploying and Managing Mule Applications with Anypoint Platform
Mule application contains ActiveMQ JMS dependency. Mule application was compiled and run successfully in Anypoint Studio. The mule application must now be exported from Anypoint St...
Anypoint Studio exportJAR packagingproject sharingproject sources - Question #125Accessing and Modifying Mule Events
Refer to exhibits. What message should be added to Logger component so that logger prints "The city is Pune" (Double quote should not be part of logged message)?
Logger componentDataWeave string interpolationpayload accessexpression language - Question #126Building Integration Logic
Refer to the exhibits. A web client submits the request to the HTTP Listener. What response message would be returned to web client?
HTTP Listenerflow execution tracingerror handlingresponse behavior - Question #127Structuring Mule Applications
What is minimal requirement in a flow for a Mule application to compile?
Mule flow structureevent processorcompilation requirementflow basics - Question #128Building Integration Logic
What is the purpose of the api:router element in APIkit?
APIKitapi:routerRAML validationrequest routing - Question #129Deploying and Managing Mule Applications with Anypoint Platform
How we can scale deployed Mule application vertically on cloudhub?
CloudHubvertical scalingworker sizedeployment configuration - Question #130Anypoint Platform Overview
What is not the function of API Gateway ?
API Gatewaytraffic authorizationanalyticspolicy enforcement - Question #131Deploying and Managing Mule Applications with Anypoint Platform
From which application , Organization Administrators can approve/revoke/delete SLA tier access requests
API ManagerSLA tiersaccess managementAPI governance - Question #132Structuring Mule Applications
What is not true about application properties?
application propertiesYAML configurationsystem properties overrideconfigurable values - Question #133Structuring Mule Applications
Which of the below is used by Mule application to manage dependencies which make sharing the projects lightweight and easier?
POM.xmlMavendependency managementproject portability - Question #134Structuring Mule Applications
Where is metadata stored in a Mule project
metadata storageapplication-types.xmlproject structureDataSense - Question #135Anypoint Platform Overview
Which of the below is not a valid category for connector type?
connector categoriesSelect connectorPremium connectorCommunity connector - Question #136Designing APIs
Which file is used to define the interface contract to invoke a web service implemented as a SOAP service
WSDLSOAPweb service contractAPI definition format - Question #137Building Integration Logic
Which of the following is invalid type of event processor which can be used as a router ?
Choice routerRound RobinFirst Successfulevent routers - Question #138Building Integration Logic
How are multiple conditions used in a Choice router to route events?
Choice routerrouting conditionsfirst matchevent distribution - Question #139Building Integration Logic
A Batch Job scope has five batch steps. An event processor throws an error in the second batch step because the input data is incomplete. What is the default behavior of the batch...
Batch Jobbatch step errordefault error behaviorbatch processing - Question #140Deploying and Managing Mule Applications with Anypoint Platform
Where would you create SLA Tiers for an API?
SLA tiersAPI Managerrate limitingAPI governance - Question #141Accessing and Modifying Mule Events
Does a root element required when creating a XML response using Dataweave?
DataWeaveXML outputroot element requirementdata transformation - Question #142DataWeave Transformations
Which keyword do you use to create a new function in DataWeave?
DataWeavefunction syntaxfun keyword - Question #143Deploying and Managing Mule Applications
How many Mule applications can run on a CloudHub worker?
CloudHubworkersdeploymentvCores - Question #144Troubleshooting and Debugging Mule Applications
How would you debug Mule applications?
debuggingAnypoint StudioMule debugger - Question #145API Design and RESTful Principles
What HTTP method in a RESTful web service is typically used to completely replace an existing resource?
HTTP methodsRESTPUTresource replacement - Question #146Anypoint Platform Components
What is the main purpose of flow designer in Design Center?
Flow DesignerDesign Centerhosted developmentMule applications - Question #147Core Concepts of Anypoint Platform
What statement is a part of MuleSoft's description of an application network?
application networkAPI-led connectivityreusable APIsMuleSoft platform - Question #148Anypoint Platform Components
What of the below is not a feature of API Notebooks?
API NotebooksAPI documentationlive API callsAPI testing - Question #149API Design with RAML
What is the trait name you would use for specifying client credentials in RAML?
RAMLclient-id-requiredAPI securitytraits - Question #150Connectors and Integration Patterns
A flow has a JMS Publish consume operation followed by a JMS Publish operation. Both of these synchronous?
JMSmessagingsynchronousasynchronous - Question #151Connectors and Integration Patterns
How are query parameters dynamically passed to an outbound REST request using an HTTP Request operation?
HTTP Requestquery parametersoutbound requestREST - Question #152Connectors and Integration Patterns
What is the object type returned by the File List operation?
File connectorList operationMule eventsreturn types