Online Questions - Valid Practice To your MCD-Level-1 Exam (Updated 226 Questions) [Q86-Q103]

Share

Online Questions - Valid Practice To your MCD-Level-1 Exam (Updated 226 Questions)

Practice To MCD-Level-1 - Remarkable Practice On your MuleSoft Certified Developer - Level 1 (Mule 4) Exam


Test Details

The MCD - Level 1 exam will be coming with 60 questions in the form of multiple-choices. This test will be in English and will endure for 2 hours. The minimum score needed to achieve a passing mark is 70% while the registration fee goes for $250. You are allowed to take such an exam up to five times, though you have to wait for 24 hours before making another attempt. Interestingly enough, this MuleSoft validation can also be purchased through Flexible Training Credits (FTC) priced at $250 per credit as well. So, if you go this route, you will need 1.00 FTC to get access to your test. You will have two years before you can renew your MCD - Level 1 (Mule 4) certification.

 

NEW QUESTION 86
What MuleSoft API-led connectivity layer is intended to expose part of a backend database without business logic?

  • A. System layer
  • B. Data layer
  • C. Experience layer
  • D. Process layer

Answer: A

Explanation:
Correct answer is System layer
System APIs provide a means for insulating the data consumers from the complexity or changes to the underlying backend systems.
MuleSoft recommends three-layered approach to API-led connectivity, highlighting the three layers:
* System APIs
* Process APIs
* Experience APIs
System APIs are the core systems of record underlying core systems of record (e.g. ERPs, key customer and billing systems, databases, etc.). Process APIs allow you to define a common process which the organization can share, and these APIs perform specific functions, provide access to non-central data, and may be built by either Central IT or Line of Business IT. And finally, the Experience APIs are the means by which data can be reconfigured so that it is most easily consumed by its intended audience, all from a common data source.
The three-layered structure allows for a seamless flow of data from systems of record to new experiences, and allows for reusability of assets rather than point to point connections. This approach provides a distributed and tailored approach to architecture, greater flexibility through loose coupling, and deeper operational visibility into what is being built.

 

NEW QUESTION 87
Refer to the exhibit.

What data is expected by the POST /accounts endpoint?
A)

B)

C)

D)

  • A. Option C
  • B. Option A
  • C. Option D
  • D. Option B

Answer: C

 

NEW QUESTION 88
Refer to the exhibit.



What payload is returned from a request to http//localhost.8081/
Refer
to the exhibits, what payload is returned from a request to http://localhost;8081/?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

 

NEW QUESTION 89
A RAML specification is defined to manage customers with a unique identifier for each customer record.
What URI does MuleSoft recommend to uniquely access the customer identified with the unique ID 1234?

  • A. /customers?operation=get&custid=1234
  • B. /customers?custid=true&custid=1234
  • C. /customers/1234
  • D. /customers/custid=1234

Answer: C

 

NEW QUESTION 90
Refer to the exhibit.

How many private flows does APIKIT generate from the RAML specification?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

 

NEW QUESTION 91
What execution model is used by For Each and Batch Job scopes?

  • A. For Each is single-threaded and Batch Job is multi-threaded
  • B. Both are single-threaded
  • C. Batch Job is single-threaded and For Each Is multi-threaded
  • D. Both are multi-threaded

Answer: A

 

NEW QUESTION 92
An HTTP Request operation sends an HTTP request with a non-empty JSON object payload to an external HTTP endpoint. The response from the external HTTP endpoint returns an XML body. The result is stored in a target named the Result.
What is the payload at the event processor after the HTTP Request?

  • A. The XML response body
  • B. null
  • C. A non-empty Java object
  • D. The original JSON request body

Answer: D

 

NEW QUESTION 93
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 D
  • D. Option B

Answer: C

 

NEW QUESTION 94
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
http://localhost:8081/internal and http://localhost:8081/external
How many APIKit Router components are generated to handle requests to every endpoint defined in RAML specification?
1. Library.raml
2. /books
3. get:
4. post:
5. /order:
6. get
7. patch
8. /members
9. get:

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D

Explanation:
Correct answer is 5 as APIkit for REST generates a backend flow for each resource-action pairing in a RAML file.
MuleSOft Doc Ref : https://docs.mulesoft.com/mule-runtime/4.2/build-application-from-api

 

NEW QUESTION 95
A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case.
What is the correct DataWeave to call the pascalize function in a Transform Message component?
A)

B)

C)

D)

  • A. Option C
  • B. Option A
  • C. Option B
  • D. Option D

Answer: C

 

NEW QUESTION 96
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 Anypoint Studio, from components generated by APIkit for the API specification
  • B. In Anypoint Studio, from components generated by Rest Connect for API specification
  • C. In Runtime Manager, from the properties tab of the deployed approved API proxy
  • D. In the organization's public API portal in Anypoint Exchange, from an approved client application for the API proxy

Answer: D

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 97
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 D
  • D. Option B

Answer: C

 

NEW QUESTION 98
What MuleSoft product enables publishing, sharing, and searching of APIs?

  • A. API Designer
  • B. Runtime Manager
  • C. Anypoint Exchange
  • D. API Notebook

Answer: C

Explanation:
Anypoint Exchange provided a way to publish , share and search API's.
MuleSoft Doc Ref : https://docs.mulesoft.com/exchange/

 

NEW QUESTION 99
Refer to the exhibits.

What payload and variable are logged at the end of the main flow?

  • A. [[5, 10, 15, 20], 5]
  • B. [[5, 10, 15, 20], 1]
  • C. [Req5Req10,Req15Req20, 5]
  • D. [[Req5, Req10, Req15, Req20], 5]

Answer: A

Explanation:
Correct answer is [[5, 10, 15, 20], 5]
Key thing to note here is that any changes made to payload in for each loop are not available outside for each scope where as variable value updated in for each loop is visible out side for each loop too.

 

NEW QUESTION 100
What is minimal requirement in a flow for a Mule application to compile?

  • A. Error handlers
  • B. Event Source
  • C. Event Processors
  • D. Source and processors both

Answer: C

Explanation:
Process section is must to get compiles. Process section must have one or more processors

 

NEW QUESTION 101
An SLA based policy has been enabled in API Manager. What is the next step to configure the API proxy to enforce the new SLA policy?

  • A. Add new property placeholders and redeploy the API proxy
  • B. Add new environment variables and restart the API proxy
  • C. Add required headers to the RAML specification and redeploy the new API proxy
  • D. Restart the API proxy to clear the API policy cache

Answer: C

 

NEW QUESTION 102
Refer to the exhibits. A company has defined this Book data type and Book example to be used in APIs. What is valid RAML for an API that uses this Book data type and Book example?

A)

B)

C)

D)

  • A. Option C
  • B. Option A
  • C. Option D
  • D. Option B

Answer: B

 

NEW QUESTION 103
......

True MCD-Level-1 Exam Extraordinary Practice For the Exam: https://www.testsdumps.com/MCD-Level-1_real-exam-dumps.html