[Jun-2025] MuleSoft MCD-Level-1 Actual Questions and Braindumps
Pass MCD-Level-1 Exam with Updated MCD-Level-1 Exam Dumps PDF 2025
NEW QUESTION # 28
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?
- A. A DataVVeave syntax error
- B. A string with value "FR"
- C. The result of the intemationalShipping flow
- D. The result of the domesticShipoing flow
Answer: A
NEW QUESTION # 29
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?
- A. /
- B. /(*)
- C. /()
- D. "/*"
Answer: D
NEW QUESTION # 30
What asset cannot be created using Design Center?
- A. API specifications
- B. API portals
- C. Mule Applications
- D. API fragments
Answer: B
Explanation:
API portal are created by API Exchange and cannot be created by Design Center
NEW QUESTION # 31
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?


A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option A
- D. Option B
Answer: B
NEW QUESTION # 32
Refer to the exhibit.
How many private flows does APIKIT generate from the RAML specification?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION # 33
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 the global reference .
ACME/DataTypes/PlanDataType.raml.
What is a valid RAML specification that reuses the Plan data type?
A)
B)
C)
D)
- A. Option C
- B. Option A
- C. Option B
- D. Option D
Answer: D
NEW QUESTION # 34
Refer to the exhibits.
What payload and quantity are togged at the end of the main flow?
- A. [[1,2,3,4], 14]
- B. [[1,2,3,4], 10]
- C. [[order1, order2, order3, order4], 14]
- D. [orderlorder2order3order4, 14]
Answer: A
NEW QUESTION # 35
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 proxy that is deployed and running in CloudHub.
An SLA- based policy is enabled in API manager for this API instance.
Where can an external API consumer obtain a valid client ID and client secret to successfully send requests to the API proxy?
- A. In the organization's public API portal in Anypoint Exchange, from an approved client application for the API proxy
- B. In Runtime Manager, from the properties tab of the deployed approved API proxy
- C. In Anypoint Studio, from components generated by APIkit for the API specification
- D. In Anypoint Studio, from components generated by Rest Connect for API specification
Answer: A
Explanation:
* When a client application is registered in Anypoint Platform, a pair of credentials consisting of a client ID and client secret is generated.
* When the client application requests access to an API, a contract is created between the application and that API.
* An API that is protected with a Client ID Enforcement policy is accessible only to applications that have an approved contract.
---------------------------------------------------------------------------------------------------------------------------------------------
In the organization's public API portal in Anypoint Exchange, from
NEW QUESTION # 36
To avoid hard-coding values, a flow uses some property placeholders and the corresponding values are stored in a configuration file.
Where does the configuration file's location need to be specified in the Mule application?
- A. a flow attribute
- B. A global element
- C. The mule-art if act .json file
- D. The pom.xml file
Answer: B
Explanation:
Correct answer is A global element
When we create a configuration file , that file needs to added as Global Configuration file in Global element. A global element is a reusable object containing parameters that any number of elements in a flow can share. You reference a global element from Anypoint Connectors or components in your Mule application
NEW QUESTION # 37
What is not true about application properties?
- A. Application properties can be defined in .yaml file only
- B. Application properties provide easier way to manage configurable values
- C. Application properties can be overridden with system properties
- D. Application properties can be encrypted
Answer: A
Explanation:
Application properties can be defined in .yaml or in .properties file.
MuleSoft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.3/configuring-properties#supported_files
NEW QUESTION # 38
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 named department and uri parameter named storeId What is valid RAML snippet that supports requests from a web client to get a data for a specific storeId and department name?
- A. 1.get:
2.uriParameter:
3.{storeId}:
4.queryParameter:
5.department: - B. 1./{storeId}:
2. get:
3. queryParameter:
4. department: - C. 1./department:
2. get:
3. uriParameter:
4. storeId: - D. 1.get:
2. queryParameter:
3. department:
4. uriParameter:
5. {storeId}:
Answer: B
Explanation:
Lets revise few concepts RAML which can help us to find the answer of this question.
URI Parameters
Lets have a look at below example.
* /foos:
* /{id}:
* /name/{name}:
Here, the braces { } around property names define URI parameters. They represent placeholders in each URI and do not reference root-level RAML file properties as we saw above in the baseUri declaration. The added lines represent the resources /foos/{id} and /foos/name/{name}.
Query Parameters
Now we'll define a way to query the foos collection using query parameters. Note that query parameters are defined using the same syntax that we used above for data types:
* /foos:
* get:
* description: List all Foos matching query criteria, if provided;
* otherwise list all Foos
* queryParameters:
* name?: string
* ownerName?: string
Based on the above information , below is the only option which defines storeid as uri parameter and department as query parameter.
* /{storeId}:
* get:
* queryParameter:
* department:
NEW QUESTION # 39
Refer to the exhibits. The Mule application does NOT define any global error handlers.
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 the web client?
- A. "ORDER: NOT CREATED"
- B. "File written"
- C. "OTHER ERROR"
- D. "FILE: CONNECTMTV
Answer: A
NEW QUESTION # 40
Refer to the exhibit.
What is the output payload in the On Complete phase
- A. The original payload: [1,2,31
- B. The records processed by all batch steps: [StepTwostepOnel, stepTwostepOne2, StepTwoStepOne3]
- C. summary statistics with NO record data
- D. The records processed by the last batch step: [StepTwol, StepTwo2, StepTwo3]
Answer: C
NEW QUESTION # 41
Refer to the exhibit.
What is a valid expression for the Choice router's when expression to route events to the documenticShipping flow?
- A. 0#[ payload = 'US' ]
- B. #[ if(payload = 'US') J
- C. #[ payload == 'US' J
- D. #[ if(payload == "US") ]
Answer: C
NEW QUESTION # 42
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.
What response message is returned?''
What response message is returned?
- A. other error
- B. APP: API RESOURCE NOT FOUND
- C. success - main flow
- D. HTTP: NOT FOUND
Answer: B
NEW QUESTION # 43
Correct answer is {customerID}.
- A. fun toUpper(userName) -> upper(userName)
- B. var toUpper(userName) = upper(userName)
- C. var toUpper(userName) -> upper(userName)
- D. fun toUpper(userName) = upper(userName)
Answer: D
NEW QUESTION # 44
Refer to the exhibits.
The Set Payload transformer's value is set to {'year': '2020'}.
What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?
- A. '#["Theyear is++payload-year"]'
- B. '#[The year is " + paytoad.year]'
- C. '#[The year is $(pay load .year)]*
- D. The year is #[payload.year]'
Answer: A
NEW QUESTION # 45
Refer to the exhibits.

The Batch job processes an array of strings.
What information is logged by the logger component after the batch job scope completes processing of the input payload?
- A. Total Records Processed: 3
Successful Records: 3
Failed Records: 0 - B. Total Records Processed: 3
Successful Records: 3
Failed Records: 0
payload: ["A","B","C"] - C. ["A","B","C"]
- D. Total Records Processed: 3
Successful Records: 3
Failed Records: 0
payload: ["a", "b", "c"]
Answer: A
Explanation:
Correct answer is as below. On complete phase only has access to batch job result statistics and payload is not available.
Total Records Processed: 3
Successful Records: 3
Failed Records: 0
Mule Ref Doc : https://docs.mulesoft.com/mule-runtime/4.3/batch-processing-concept#on-complete
NEW QUESTION # 46
Refer to the exhibits.
The web client sends a POST request to the ACME Order API with an XML payload. An error is returned.
What should be changed in the request so that a success response code is returned to the web client?
- A. Set a response header with the name Content-Type to a value of application/octet-stream
- B. Set a request header with the name Content-Type to a value of applicatron/octet-stream
- C. Set a request header with the name Content-Type to a value of application/xml
- D. Set a response header with the name Content-Type to a value of applkation/xml
Answer: C
NEW QUESTION # 47
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 http://localhost:8Q81/order?
color=red?
- A. payload
- B. payload
quantity var color query param - C. payload
quantity var - D. payload
color query param
Answer: B
NEW QUESTION # 48
A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Studio.
The Mule application must now be exported from Anypoint Studio and shared with another developer.
What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?
- A. Option C
- B. Option A
- C. Option B
- D. Option D
Answer: D
NEW QUESTION # 49
......
Latest MCD-Level-1 Pass Guaranteed Exam Dumps with Accurate & Updated Questions: https://www.prepawaytest.com/MuleSoft/MCD-Level-1-practice-exam-dumps.html