[Nov 04, 2021] Latest MuleSoft Certified Developer MCD-Level-1 Actual Free Exam Questions [Q33-Q56]

Share

[Nov 04, 2021] Latest MuleSoft Certified Developer MCD-Level-1 Actual Free Exam Questions

MuleSoft Certified Developer MCD-Level-1 Dumps Updated Practice Test and 100 unique questions

NEW QUESTION 33
Refer to the exhibit.

In the execution of the Scatter_Gather, the flow1 route completes after 10 seconds and the flow2 route completes after 20 seconds.
How many seconds does it take for the Scatter_Gather to complete?

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

Answer: D

 

NEW QUESTION 34
According to MuleSoft. what is the first step to create a Modern API?

  • A. Performance tune and optimize the backend systems and network
  • B. Create a prototype of the API implementation
  • C. Gather a list of requirements to secure the API
  • D. Create an API specification and get feedback from stakeholders

Answer: D

 

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

Answer: B

 

NEW QUESTION 36
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
    quantity var
  • B. payload
  • C. payload
    color query param
  • D. payload
    quantity var color query param

Answer: D

 

NEW QUESTION 37
Refer to the exhibits.

In the requestFlow an HTTP Request operation is configured to send an HTTP request with an XML payload.
The request is sent to the HTTP Listener in the transform Flow.
That flow transforms the incoming payload into JSON format and returns the response to the HTTP request.
The response of the request is stored in a target variable named the Result.
What is the payload at the Logger component after the HTTP Request?

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

Answer: D

 

NEW QUESTION 38
Refer to the exhibits.


A web client sends a POST request with the payload {"oid": "1000", "itemid": "AC200", "qty": "4" } to the Mule application. The File Write operation throws a FILE:CONNECTIVITY error.
What response message is returned to the web client?

  • A. "File written"
  • B. "ORDER:NOT_CREATED"
  • C. "OTHER ERROR"
  • D. ''FILE:CONNECnvnY'

Answer: B

 

NEW QUESTION 39
Refer to the exhibits.

Each route in the Scatter-Gather sets the payload to the number shown in the label. What response is returned to a web client request to the HTTP Listener?
A)

B)

C)

D)

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

Answer: D

 

NEW QUESTION 40
Refer to the exhibits.

The main flow contains an HTTP Request. The HTTP Listeners and HTTP Request use default configurations.
What
values are accessible in the child flow after a web client submits a request to http://localhost:8081/order? col or
= red?

  • A. payload
    quantity var
  • B. payload
    color query param
  • C. payload
  • D. payload
    quantity var color query param

Answer: C

 

NEW QUESTION 41
Refer to the exhibit.

What is the correct DataWeave expression for the Set Payload transformer to call the createCustomerObject flow with values for the first and last names of a new customer?

  • A. createCustomerObject( { first: "Alice", last: "Green" > )
  • B. createCustomerObject( "Alice", "Green")
  • C. lookupC createCustomerObJect( "Alice", "Green- ) )
  • D. lookupf "createCustomerObject", { first: "Alice", last: "Green" > )

Answer: D

 

NEW QUESTION 42
A Mule project contains a MySQL Database dependency. The project is exported from Anypoint Studio so it can be deployed to CloudHub.
What export options create the smallest deployable archive that will successfully deploy to CloudHub?
What export option create their smallest deployable archive that will successfully deploy to CloudHub?
A)

B)

C)

D)

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

Answer: A

 

NEW QUESTION 43
Refer to the exhibit.

What expression correctly specifies input parameters to pass the city and state values to the SQL query?
A)

B)

C)

D)

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

Answer: B

 

NEW QUESTION 44
Refer to the exhibit. The Batch Job processes, filters and aggregates records, What is the expected output from the Logger component?

  • A. [10. 20] [30, 40] [50, 60]
  • B. [10. 20, 30. 40, 50, 60]
  • C. [20. 40] [60]
  • D. [20, 40, 60]

Answer: C

 

NEW QUESTION 45
Refer to the exhibits.

The Set Payload transformer In the addltem subflow uses DataWeave to create an order object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?

  • A. lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )
  • B. addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )
  • C. addltemf { price: "100", item: "router", itemType: "cable" })
  • D. lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )

Answer: D

 

NEW QUESTION 46
Refer to the exhibits.

The Set Payload transformer In the addltem subflow uses DataWeave to create an order object.
What is the correct DataWeave code for the Set Payload transformer in the createOrder flow to use the addltem subflow to add a router cable with the price of 100 to the order?

  • A. lookupf "addltem", { price: "100", item: "router", itemType: "cable" } )
  • B. addltemf { payload: { price: "100", item: "router", itemType: "cable" } > )
  • C. addltemf { price: "100", item: "router", itemType: "cable" })
  • D. lookupf "addltem", { payload: { price: "100", item: "router", itemType: "cable" } } )

Answer: D

 

NEW QUESTION 47
Refer to the exhibit.

What Database expression transforms the input to the output?
A)

B)

C)

D)

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

Answer: A

 

NEW QUESTION 48
Refer to the exhibit.

What should be changed to fix the 415 error?

  • A. Set the request Content-Type header to application/] son
  • B. set the response Content-Type header to text/plain
  • C. set the request Content-Type header to text/plain
  • D. set the response Content-Type header to application/json

Answer: A

 

NEW QUESTION 49
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. Batch Job is single-threaded and For Each Is multi-threaded
  • C. Both are single-threaded
  • D. Both are multi-threaded

Answer: A

 

NEW QUESTION 50
Refer to the exhibits.


A JSON payload is set in the Set Payload transformer.
What is logged by the Logger?

  • A. "JSON"
  • B. "String"
  • C. "Object"
  • D. "Array"

Answer: C

 

NEW QUESTION 51
What valid RAML retrieves details on a specific by its orderld as a URL parameter?
A)

B)

C)

D)

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

Answer: B

 

NEW QUESTION 52
Refer to the exhibit.

A Mule event is composed of a hierarchy of objects. Where in the hierarchy are variables stored?

  • A. Mule event
  • B. Mule message attributes
  • C. Mule message
  • D. Mule message payload

Answer: D

 

NEW QUESTION 53
Refer to the exhibit. The input array of strings is passed to the batch job, which does NOT do any filtering or aggregating. What payload is logged by the Logger component?

  • A. [ "Apptel", "Bananal", 2 ]
  • B. [ "Apple", "Banana" ]
  • C. Summary report of processed records
  • D. [ "Apptel2", "Bananal2" ]

Answer: B

 

NEW QUESTION 54
By default, what happens to a file after it is read using an FTP connector Read operation?

  • A. The file is moved to a different folder
  • B. The file is renamed in the same folder
  • C. The file stays in the same folder unchanged
  • D. The file is deleted from the folder

Answer: C

 

NEW QUESTION 55
Refer to the exhibits.


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

  • A. [orderlorder2order3order4,14]
  • B. [[1,2,3,4], 14]
  • C. [[1,2,3,4], 10]
  • D. [[order1, order2, order3, order4], 14]

Answer: B

 

NEW QUESTION 56
......


Introduction to MuleSoft Certified Developer - Level 1 Exam

A MuleSoft Certified Developer – Level 1 should be able to successfully work on basic Mule 4 projects with guidance and supervision. The exam validates that a developer has the required knowledge and skills to design, build, test and debug, deploy, and manage basic APIs and integrations: moving from Anypoint Platform to Anypoint Studio and back. Certified candidates should be able to:

  • Perform basic data transformations using DataWeave 2.0.
  • Use Anypoint Studio to build, test, and debug basic integrations and API implementations.
  • Use MuleSoft-hosted Anypoint Platform to take a basic API through all the steps of its lifecycle: design, build, deploy, manage, and govern.
  • Control event flow and handle errors.
  • Process batch records.
  • Connect to a range of resources including databases, files, web services, SaaS applications, and JMS queues.

 

Verified MCD-Level-1 dumps Q&As - 100% Pass from TestPDF: https://www.testpdf.com/MCD-Level-1-exam-braindumps.html