MCD-LEVEL-1 Exam Questions
228 real MCD-LEVEL-1 exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #153DataWeave Transformations
Which of the module is imported automatically in Dataweave scripts?
DataWeavedw::coremodulesauto-import - Question #154Deploying and Managing Mule Applications
What is the minimum Cloudhub worker size that can be specified while deploying mule application?
CloudHubworker sizevCoresdeployment configuration - Question #155Anypoint Platform Components
What asset cannot be created using Design Center?
Design CenterAPI portalsAnypoint Exchangetool capabilities - Question #156Anypoint Platform Components
What MuleSoft product enables publishing, sharing, and searching of APIs?
Anypoint ExchangeAPI discoveryAPI sharingMuleSoft platform - Question #157Anypoint Platform Components
Which Mule component provides a real-time, graphical representation of the APIs and mule applications that are running and discoverable?
Anypoint Visualizerruntime monitoringAPI discoverygraphical representation - Question #159Building Integration Applications with Anypoint Studio
What is the difference between a subflow and a sync flow?
subflowerror handlingflow typesflow scope - Question #160Building Integration Applications with Anypoint Studio
What happens to the attributes of a Mule event in a flow after an outbound HTTP Request is made?
Mule eventattributesHTTP Requestevent lifecycle - Question #161API Lifecycle Management
An API has been created in Design Center. What is the next step to make the API discoverable?
Anypoint ExchangeAPI lifecycleAPI publishingdiscoverability - Question #162DataWeave Transformations
What is the output of Dataweave Map operator?
DataWeavemap operatorarray outputtransformations - Question #163Build Mule applications using Mule components
How can you call a subflow from Dataweave?
DataWeavesubflowlookup functionflow invocation - Question #164Describe API-led connectivity and Anypoint Platform
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?
API-led connectivitysystem layerbackend systemsarchitecture tiers - Question #165Describe API-led connectivity and Anypoint Platform
According to Mulesoft, how are Modern APIs treated as?
Modern APIsAPI productMuleSoft philosophyAPI economy - Question #166Use DataWeave to transform data
Refer to the exhibits. This main mule application calls a separate flow called as ShippingAddress which returns the address corresponding to the name of the user sent to it as inpu...
DataWeavetarget variablevarspayload mapping - Question #167Use DataWeave to transform data
Refer to the payload. The Set payload transformer sets the payload to an object. The logger component's message attribute is configured with the string "Result #["INFO"++ payload]"...
DataWeavestring concatenationtype erroroperator overloading - Question #168Design APIs using Anypoint Design Center
According to Semantic Versioning, which version would you change for incompatible API changes?
semantic versioningMAJOR versionbreaking changesAPI versioning - Question #169Implement API using APIkit
How does APIkit determine the number of flows to generate from a RAML specification?
APIkitRAMLflow generationHTTP methods - Question #170Design APIs using Anypoint Design Center
What are the latest specification of RAML available?
RAMLspecification versionAPI designRAML 1.0 - Question #171Use DataWeave to transform data
How to import Core (dw::Core) module into your DataWeave scripts?
DataWeavedw::Coremodule importbuilt-in modules - Question #172Manage and monitor APIs using Anypoint API Manager
A Mule application configured with Autodiscovery implements an API. Where is governance enforced for policies defined for this Mule application?
AutodiscoveryAPI Managerpolicy enforcementgovernance - Question #173Describe API-led connectivity and Anypoint Platform
Which out of below is not an asset?
Anypoint Exchangeassetsconnectorstemplates - Question #174Use DataWeave to transform data
A Mule project contains a DataWeave module like WebStore.dwl that defines a function named loginUser. The module file is located in the project's src/main/resources/libs/etl folder...
DataWeavemodule importcustom DWLfunction call syntax - Question #175Describe API-led connectivity and Anypoint Platform
According to MuleSoft, what is the Center for Enablement's role in the new IT operating model?
Center for EnablementC4EIT operating modelreusable assets - Question #176Use DataWeave to transform data
What is the correct way to format the decimal 200.1234 as a string to two decimal places?
DataWeavenumber formattingtype coercionformat metadata - Question #177Manage and monitor APIs using Anypoint API Manager
The new RAML spec has been published to Anypoint Exchange with client credentials. What is the next step to gain access to the API?
API accessclient credentialsAnypoint ExchangeAPI consumer - Question #178Use DataWeave to transform data
Correct answer is {customerID}. Reference: https://docs.mulesoft.com/http-connector/1.5/http-listener-ref A function named toUpper needs to be defined that accepts a string named u...
DataWeavefunction definitionfun keywordupper function - Question #179Build Mule applications using Mule components
In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?
Database connectorwatermarkOn Table Rowduplicate processing - Question #180Use DataWeave to transform data
Refer to the exhibits. What DataWeave expression transforms the conductorIds array to the XML output? A. 1. 1. trains: 2. 2. conductorIds map ((engId, index) -> 4. 4. engineerId: e...
DataWeaveXML outputmap functionarray to XML - Question #181Build Mule applications using Mule components
Which one of them is NOT a flow in Mule?
Mule flowssubflowflow typesasync flow - Question #182Describe API-led connectivity and Anypoint Platform
Pick the component with which DataWeave is tightly integrated.
DataWeaveMule runtimeplatform integrationcore component - Question #183Mule Runtime
Where are values of query parameters stored in the Mule event by the HTTP Listener?
HTTP ListenerMule eventquery parametersattributes - Question #184API Design
What should this endpoint return considering the API is build using standard practices?
REST API designURI conventionsresource namingquery parameters - Question #185Mule Runtime
In the execution of scatter gather, the "sleep 2 sec" Flow Reference takes about 2 sec to complete, and the "sleep 8 sec" Flow Reference takes about 8 sec to complete. About how ma...
Scatter-Gatherparallel processingflow execution timingconcurrency - Question #186Mule Runtime
Refer to the exhibits. Larger image Larger image Larger image The Mule application configures and uses two HTTP Listener global configuration elements. Mule application is run in A...
HTTP Listenerglobal configurationport bindingAnypoint Studio - Question #187API Design
A company has defined two RAML fragments, Book Data Type and Book Example to be used in APIs. What would be valid RAML to use these fragments ? A. 1. #%RAML 1.0 2. title: Books 3....
RAML!include directivedata typesfragments - Question #188API Strategy
An organization's Center for enablement (C4E)has built foundational assets (API specifications and implementation templates, common frameworks, and best practices guides) and publi...
C4EAnypoint ExchangeAPI governanceKPI metrics - Question #189Mule Runtime
Refer to the exhibit. The default scope in choice router recursively calls the color flow. A web client sends a PUT request to the HTTP listener with payload Blue. What response is...
Choice routerflow referencerecursive callstimeout - Question #190Anypoint Studio
Refer to the exhibits. The mule application is debugged in Anypoint Studio and stops at the breakpoint as shown in below exhibit. What is the value of the payload displayed in the...
Anypoint Studiodebuggerbreakpointpayload - Question #193Anypoint Platform
A REST connect module is generated for a RAML specification. and then the rest connect module is imported in mule application in Anypoint Studio. For each method of the RAML specif...
REST ConnectRAMLconnectoroperations - Question #194Mule Runtime
Refer to the exhibits. The Batch Job scope contains two Batch Steps scopes with different accept expression. The input payload is passed to the Batch Job scope. After the entire pa...
Batch jobBatch Stepaccept expressionrecord filtering - Question #195Mule Runtime
Refer to the exhibit. How should be the where clause written for the configured input parameters in such a way that it achieves below SQL query?
Database connectorinput parametersSQL queryparameterized queries - Question #196API Design
A shopping API contains a method to look up store details by department. To get the information for a particular store, web clients will submit requests with a query parameter name...
RAMLURI parametersquery parametersresource definition - Question #197DataWeave
Refer to the exhibits. In the choice router, the When expression for the domestic shipping route is set to "#[payload= "FR"]". What is the output of logger after the execution of c...
Choice routerDataWeavesyntax errorcomparison operators - Question #198Mule Runtime
Refer to the below exhibit. A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector. What is the valid p...
property placeholderYAMLconfigurationHTTP connector - Question #199API Strategy
Following Mulesoft's recommended API-led connectivity approach , an organization has created an application network. The organization now needs to create API's to transform , orche...
API-led connectivityProcess APIorchestrationapplication network - Question #200Mule Runtime
Refer to the exhibits. As a mulesoft developer, what you would change in Database connector configuration to resolve this error?
Database connectorJDBC drivererror troubleshootingconfiguration - Question #202DataWeave
What is output of Dataweave flatten function?
DataWeaveflatten functionarraydata transformation - Question #203Mule 4 Application Development
Refer to the exhibits. In the color flow , both the variable named color and payload are set to "red". An HTTP POST request is then sent to the decideColor flow's HTTP Listener. Wh...
variable scopepayload propagationFlow ReferenceMule event - Question #204APIKit and RAML
Refer to the exhibits. APIKit router is used to generate the flow components for RAML specification. The Mule application must be available to REST clients using the two URL's How...
APIKit RouterRAML specificationflow generationREST API - Question #205Mule 4 Application Development
Refer to the exhibits. The mule application implements a REST API that accepts GET request from two URL's which are as follows What path value should be set in HTTP listener config...
HTTP Listenerpath wildcardURI patternREST API - Question #206API-Led Connectivity
An organization is beginning to follow Mulesoft's recommended API led connectivity approach to use modern API to support the development and lifecycle of the integration solutions...
API-led connectivityintegration patternsMuleSoft architectureenterprise integration