MCD Level 1
MCD Level 1
http://www.exam4tests.com
Latest exam questions & answers help you to pass IT exam test easily
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
Exam : MCD-Level-1
Vendor : MuleSoft
Version : DEMO
1
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
NO.2 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
specification , what does the REST connect module provide?
A. A scope
B. A flow
C. An operation
D. An event source
Answer: B
Explanation:
Correct answer is an operation. For each method of the RAML specification , REST connect module
provide an operation.
Please refer to the below screenshot.
2
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
NO.4 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.
What is the next step to preseive the current vCore usage, but still allow the Mule application to be
managed by API Manager?
A. Register the same API implementation in Runtime Manager to connect to API Manager
3
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
B. Modify the API implementation to use auto-discovery to register with API Manager
C. Upload the Mule application's JAR file to the API instance in API Manager
D. Deploy the same API implementation behind a VPC and configure the VPC to connect to API
Manager
Answer: B
Explanation:
Correct answer is Modify the API implementation to use auto-discovery to register with API Manager
API Autodiscovery Configuring autodiscovery allows a deployed Mule runtime engine (Mule)
application to connect with API Manager to download and manage policies and to generate analytics
data. Additionally, with autodiscovery, you can configure your Mule applications to act as their own
API proxy.
When autodiscovery is correctly configured in your Mule application, you can say that your
application's API is tracked by (green dot) or paired to API Manager. You can associate an API in a
Mule setup with only one autodiscovery instance at a given time.
MuleSoft Doc Ref : https://docs.mulesoft.com/api-manager/2.x/api-auto-discovery-new-concept
B.
4
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
C.
D.
5
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
Answer: B
NO.6 A Mule project contains a DataWeave module called MyModule.dwl that defines a function
named formatString. The module is located in the project's src/main/resources/modules folder.
What is the correct way in DataWeave code to import MyModule using a wildcard and then call the
module's formatString function?
A.
B.
C.
D.
6
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
Answer: D
NO.7 Refer
to the exhibits. A web client submits a request to http://localhost:8081/fliqhts?destination=SFO and
the Web Service Consumer throws a WSC:BAD_REQUEST error.
What is the next step to fix this error?
A. Set a header In the Consume operation equal to the destination query parameter
B. set a SOAP payload before the Consume operation that contains the destination query parameter
C. set a property m the Consume operation equal to the destination query parameter
D. set a JSON payload before the Consume operation that contains the destination query parameter
Answer: B
Explanation:
As can be seen in error message , SOAP service findFlights expects the SOAP paylaod. This can be set
using transform message processor which forms SOAP payload before the Consume operation that
contains the destination query parameter
NO.8 What is the correct way to format the decimal 200.1234 as a string to two decimal places?
A. 200.1234 as string as format: ".0#"
B. 200.1234 as String {format: ".0#"}
C. 200.1234 as String as format: ".0#"
D. 200.1234 as string {format: ".0#"}
7
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
Answer: B
Explanation:
Correct answer is 200.1234 as String {format: ".0#"} . Rest all options are not syntactically correct.
8
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
What response message is returned to a client request to the main flow's HTTP Listener?
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?
A. Success - main flow
B. Error - main flow
C. Error - Try scope
D. Validation Error
Answer: A
Explanation:
Note that private flow has error scope defined as On Error Continue . So when error occurs in private
flow , it is handled by this On Error Continue scope which sends success response back to main flow
and does not throw back an error. So main continues normally and payload is set to Success - main
flow.
Hence correct answer is Success - main flow
1) HTTP listener received request
2) The Flow Reference calls the child flow
3) The Is Number validator creates an Error Object because the payload isn't an integer. Child Flow
execution stops
#[error.description] = "payload is not a valid INTEGER value"
#[error.errorType] = VALIDATION:INVALID_NUMBER
4) The On Error Continue handles the errorThe payload is set to "Error - Sub Flow"
5) "Error - Sub Flow" is returned to the main flow as if the child flow was a success. The Set Payload is
executed. The payload is reset to "Success - Finished Main Flow"
6) "Success - Main Flow" is returned to the requestor in the body of the HTTP request. HTTP Status
Code:
200
As you can see, in the above example, because the error was caught by an On Error Continue scope in
the child flow (RED in, GREEN out) when the Mule Message returns to the parent flow, the parent
flow knows none-the-different that there was a failure because the on error continue returns a 200
success message. Note that because, to the mainFlow, the childFlow appeared to succeed, the
processing of mainFlow resumed after the flow reference.
A picture containing timeline Description automatically generated
9
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 10dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 11dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
Transform
%dw 2.0
import dw::core::Strings
output application/json
---
{ 'plural': Strings::pluralize("box") }
NO.11 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 then sends a
different GET request to trie getTemp flow's HTTP Listener The test flow is not called a second time.
What response is returned from the request to the getTemp flow's HTTP Listener?
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 12dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
A.
B.
C.
D.
Answer: C
NO.12 A Mule application contains a global error handler configured to catch any errors.
Where must the global error handler be specified so that the global error handler catches all errors
from flows without their own error handlers?
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 13dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
3) From the dialog, select Global Configuration - Configuration, and then click OK to open the
Configuration dialog.
Graphical user interface, text, application, email Description automatically generated
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 14dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
4) From the select Configuration dialog, select allErrorHandler for the Default Error Handler field, and
click OK.
NO.13 A function named newProdCode needs to be defined that accepts two input parameters, an
integer value for itemID and a string value for productCategory, and returns a new product code.
What is the correct DataWeave code to define the newProdCode function?
A. fun newProdCode{itemID: Number, productCategory: String) -> "PC-" ++ productCategory ++
(itemID as String)
B. fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++ productCategory ++
(itemID as String)
C. function newProdCode(itemID: Number, productCategory: String) =
"PC-" ++ productCategory ++ (itemID as String)
D. var newProdCode(itemID: Number, productCategory: String) ->
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 15dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 16dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 17dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
In the Choice router, the When expression for the domesticShipping route is set to "#[payload =
'FR']". What is logged after the Choice router completes?
A. A string with value "FR"
B. A DataVVeave syntax error
C. The result of the intemationalShipping flow
D. The result of the domesticShipoing flow
Answer: B
NO.16 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?
A. Incoming array objects would be split into three and each part would be sent to one route each in
sequential manner
B. Incoming array objects would be split into three and each part would be sent to one route each in
parallel
C. Entire event would be sent to each route sequentially
D. Entire event would be sent to each route in parallel
Answer: D
Explanation:
Entire event would be sent to each route in parallel.
Scatter-Gather works as follows :
- The Scatter-Gather component receives a Mule event and sends a reference of this Mule event to
each processing route.
- Each of the processing routes starts executing in parallel. After all processors inside a route finish
processing, the route returns a Mule event, which can be either the same Mule event without
modifications or a new Mule event created by the processors in the route as a result of the
modifications applied.
- After all processing routes have finished execution, the Scatter-Gather component creates a new
Mule event that combines all resulting Mule events from each route, and then passes the new Mule
event to the next component in the flow.
Diagram Description automatically generated
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 18dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
NO.17 What is the object type returned by the File List operation?
A. Object of String file names
B. Array of String file names
C. Object of Mule event objects
D. Array of Mule event objects
Answer: D
Explanation:
The List operation returns an array of messages in which: Each message holds the file's content in its
payload.
The file's attributes section carries the file's metadata (such as name, creation time, and size). The
payload is empty if the element is a folder.
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 19dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
B.
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 20dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
C.
D.
Answer: D
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 21dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 22dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 23dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
NO.22 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 with the sty query parameter set to 30.
After the HTTP Request operation completes, what parts of the Mule event at the main flow's Logger
component are the same as the Mule event that was input to the HTTP Request operation?
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 24dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
What is a valid expression for the Choice router's when expression to route events to the
documenticShipping flow?
A. 0#[ payload = 'US' ]
B. #[ payload == 'US' J
C. #[ if(payload = 'US') J
D. #[ if(payload == "US") ]
Answer: B
Explanation:
Choice Router
The Choice router dynamically routes messages through a flow according to a set of DataWeave
expressions that evaluate message content. Each expression is associated with a different routing
option. The effect is to add conditional processing to a flow, similar to an if/then/else code block in
most programming languages.
Only one of the routes in the Choice router executes, meaning that the first expression that evaluates
to true triggers that route's execution and the others are not checked. If none of the expressions are
true, then the default route executes.
Properties of <when>
PropertyDescription
Expression (expression)
Expression in DataWeave language to evaluate input.If the expression evaluates to true, this routing
option is used:
* <when expression="#[vars.language == 'Spanish']" >
Mulesoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/choice-router-concept With respect
to above information , Option 1 is the correct syntax as others are incorrect because of below
reasons
* Single = is not the correct syntax to validate the condition. It should be ==
* If keyword is not required in when condition.
NO.24 How are multiple conditions used in a Choice router to route events?
A. To route the same event to the matched route of EVERY true condition
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 25dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html
Valid MCD-Level-1 exam dumps ensure you a high MCD-Level-1 passing rate
IT Certification Guaranteed, The Easy Way!
B. To find the FIRST true condition, then distribute the event to the ONE matched route.
C. None of these
D. To find the FIRST true condition, then route the same event to the matched route and ALL
FOLLOWING routes
Answer: B
Explanation:
Choice router finds the FIRST true condition, then distribute the event to the ONE matched route.
MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.1/choice-router-concept The Choice
router dynamically routes messages through a flow according to a set of DataWeave expressions that
evaluate message content. Each expression is associated with a different routing option. The effect is
to add conditional processing to a flow, similar to an if/then/else code block in most programming
languages.
Only one of the routes in the Choice router executes, meaning that the first expression that evaluates
to true triggers that route's execution and the others are not checked. If none of the expressions are
true, then the default route executes.
Diagram Description automatically generated
MCD-Level-1 exam test, MuleSoft MCD-Level-1 exam 26dumps, MCD-Level-1 real exam
https://www.exam4tests.com/MCD-Level-1-valid-braindumps.html