MuleSoft MCD-Level-1 Practice Test Pdf Exam Material [Q39-Q58]

Share

MuleSoft MCD-Level-1 Practice Test Pdf Exam Material

MCD-Level-1 Answers MCD-Level-1 Free Demo Are Based On The Real Exam


Understanding functional and technical aspects of MuleSoft Certified Developer - Level 1 Deploying and managing APIs and integrations

The following will be asked from you in the exam:

  • Create and deploy API proxies
  • Use CloudHub properties to ensure deployment success
  • Use policies, including client ID enforcement, to secure an API
  • Package Mule applications for deployment
  • Deploy applications to CloudHub
  • Deploying and managing APIs and integrations
  • Connect an API implementation to API Manager using autodiscovery
  • Create SLA tiers and apply SLA based policies

 

NEW QUESTION 39
Refer to the exhibit.

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

B)

C)

D)

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

Answer: C

 

NEW QUESTION 40
Refer to the exhibits.

The input array of strings is processed by the batch job that processes, fitters, and aggregates the values.
What is the last message logged by the Logger component after the batch job completes processing?
A)

B)

C)

D)

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

Answer: D

 

NEW QUESTION 41
A
web client submits a request to http://localhost:8081/books/0471767840. The value
"0471767840" is captured by a Set Variable transformer to a variable named booklSBN.
What is the DataWeave expression to access booklSBN later in the flow?

  • A. flowVars.booklSBN
  • B. vars. booklSBN
  • C. booklSBN
  • D. attributes.booklSBN

Answer: A

 

NEW QUESTION 42
Refer to the exhibits.

What is valid text to set the field in the Database connector configuration to the username value specified in the config.yaml file?

  • A. ${db:username>
  • B. ${db.username>
  • C. #[db.username]
  • D. #[db:username]

Answer: B

 

NEW QUESTION 43
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 44
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?

  • A. /()
  • B. /'
  • C. /(*)
  • D. /

Answer: B

 

NEW QUESTION 45
Refer to the exhibits.

The input array of strings is processed by the batch job that processes, filters, and aggregates the values. What is the last message logged by the Logger component after the batch job completes processing?

  • A. [ "A", "C, "D", "E" ]
  • B. [''E'']
  • C. [''D", "E"]
  • D. [ ["A", "C", "D" ], ["E"] ]

Answer: B

 

NEW QUESTION 46
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. var newProdCode(itemID: Number, productCategory: String) ->
    "PC-" ++ productCategory ++ (itemID as String)
  • B. fun newProdCode{itemID: Number, productCategory: String) -> "PC-" ++ productCategory ++ (itemID as String)
  • C. fun newProdCode(itemID: Number, productCategory: String) = "PC-" ++ productCategory ++ (itemID as String)
  • D. function newProdCode(itemID: Number, productCategory: String) =
    "PC-" ++ productCategory ++ (itemID as String)

Answer: C

 

NEW QUESTION 47
Refer to the exhibits. The main flow contains an HTTP Request in the middle of the flow. The HTTP Listeners and HTTP Request use default configurations.
A web client submits a request to the main flow's HTTP Listener that includes query parameters for the pedigree of the piano.
What values are accessible to the Logger component at the end of the main flow?

  • A. payload
  • B. payload
    pedigree query params producer var
  • C. payload
    pedigree query params
  • D. payload
    producer var

Answer: D

 

NEW QUESTION 48
Refer to the exhibit.

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

B)

C)

D)

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

Answer: C

 

NEW QUESTION 49
Refer to the exhibits.


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

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

Answer: D

 

NEW QUESTION 50
Refer to the exhibits.


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?
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. Error - main flow
  • B. Error - Try scope
  • C. Validation Error
  • D. Success - main flow

Answer: A

 

NEW QUESTION 51
Refer to the exhibit.
In the execution of the Scatter-Gather, the "steep 1 sec" Flow Reference takes about 1 second to complete, and the "sleep 5 sees" Row Reference takes about 5 seconds to complete.
About how many seconds does it take from the time the Scatter-Gather is called until the Set Payload transformer is called?

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

Answer: D

 

NEW QUESTION 52
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 53
Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer.
What is the next step to fix the error to get the project to run successfully?

  • A. Install the dependency to the computer's local Maven repository
  • B. Add the dependency to the MULE_HOME/bin folder
  • C. Deploy the dependency to MuleSoft's Maven repository
  • D. Edit the dependency in the Mule project's pom.xml file

Answer: A

 

NEW QUESTION 54
An On Table Row Database listener retrieves data from a table that contains record_id, an increasing numerical column.
How should the listener be configured so it retrieves new rows at most one time?

  • A. Set the watermark column to the record id column
  • B. Set the ObjectStore to store the last retrieved record_id value
  • C. Set the target to the record_id column
  • D. Set the target to store the last retrieved record_id value

Answer: A

 

NEW QUESTION 55
Refer to the exhibits.

The orders.csv file is read, then processed to look up the orders in a database. The Mule application is debugged in Any point Studio and stops at the breakpoint.
What is the payload shown in the debugger at this breakpoint?

  • A. "none"
  • B. 0
  • C. The entire CSV file
  • D. The database response

Answer: B

 

NEW QUESTION 56
Refer to the exhibit.
The error occurs when a project is run in Anypoint Studio. The project, which has a dependency that is not in the MuleSoft Maven repository, was created and successfully run on a different computer.
What is the next step to fix the error to get the project to run successfully?

  • A. Install the dependency to the computer's local Maven repository
  • B. Add the dependency to the MULE_HOME/bin folder
  • C. Deploy the dependency to MuleSoft's Maven repository
  • D. Edit the dependency in the Mule project's pom.xml file

Answer: A

 

NEW QUESTION 57
Refer to the exhibits.


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?
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. Validation Error
  • B. Error - main flow
  • C. Error - Try scope
  • D. Success - main flow

Answer: A

 

NEW QUESTION 58
......

MCD-Level-1 [Dec-2021] Newly Released] Exam Questions For You To Pass: https://www.prep4king.com/MCD-Level-1-exam-prep-material.html