[Sep 21, 2021] New 2021 MuleSoft MCD-Level-1 Exam Dumps with PDF from ITexamReview (Updated 100 Questions) [Q10-Q33]

Share

New 2021 MCD-Level-1 exam questions Welcome to download the newest ITexamReview MCD-Level-1 PDF dumps (100  Q&As)

P.S. Free 2021 MuleSoft Certified Developer MCD-Level-1  dumps are available on Google Drive shared by ITexamReview

NEW QUESTION 10
Refer to the exhibit.

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

B)

C)

D)

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

Answer: B

 

NEW QUESTION 11
Refer to the exhibit.

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

B)

C)

D)

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

Answer: B

 

NEW QUESTION 12
Refer to the exhibits.

A Mule application has an HTTP Request that is configured with hardcoded values. To change this, the Mule application is configured to use a properties file named config.yaml.
what valid expression can the HTTP Request host value be set to so that it is no longer hardcoded?

  • A. #[training.host]
  • B. #[training:host]
  • C. ${training.host}
  • D. ${training:host}

Answer: C

 

NEW QUESTION 13
Refer to the exhibit.

What can be added to the flow to persist data across different flow executions?

  • A. Key/value pairs in the ObjectStore
  • B. Properties of the Mule runtime flow object
  • C. properties of the Mule runtime app object
  • D. session variables

Answer: A

 

NEW QUESTION 14
Refer to the exhibits.
A web client sends a GET request to the HTTP Listener.
What response message is returned to the web client?

  • A. "String is not blank"
  • B. "Start"
  • C. "End"
  • D. ""

Answer: A

 

NEW QUESTION 15
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. [ "Apptel2", "Bananal2" ]
  • D. Summary report of processed records

Answer: D

 

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

Answer: B

 

NEW QUESTION 17
Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?

  • A. /accounts?account_type:retail&industry:finance
  • B. /accounts?account_type=retail&industry=finance
  • C. /accounts/retail/finance
  • D. /accounts/account_type=retail/industry=finance

Answer: B

 

NEW QUESTION 18
What path setting is required for an HTTP Listener endpoint to route all requests to an APIkit router?

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

Answer: A

 

NEW QUESTION 19
What is the correct syntax for a Logger component to output a message with the contents of a 3SON Object payload?

  • A. #["The payload is: " + payload]
  • B. The payload is: $(payload)
  • C. #["The payload is: " ++ payload]
  • D. The payload is: #[payload]

Answer: C

 

NEW QUESTION 20
Refer to the exhibits.


A
web client submits a request to http://localhQst:8081. What is the structure of the payload at the end of the flow?
A)

B)

C)

D)

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

Answer: A

 

NEW QUESTION 21
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 A
  • B. Option D
  • C. Option B
  • D. Option C

Answer: A

 

NEW QUESTION 22
Refer to the exhibit.

This RAML specification includes a resource and method to retrieve accounts by account_type and industry.
What is the correct URI to get all retail finance accounts?

  • A. /accounts?account_type:retail&industry:finance
  • B. /accounts?account_type=retail&industry=finance
  • C. /accounts/retail/finance
  • D. /accounts/account_type=retail/industry=finance

Answer: B

 

NEW QUESTION 23
Refer to the exhibit.

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

B)

C)

D)

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

Answer: B

 

NEW QUESTION 24
Refer to the exhibits.


A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?
Refer to the exhibits. A web client submits a request to the HTTP Listener and the HTTP Request throws an error.
What payload and status code are returned to the web client?

  • A. Error response body: error, description Default error response status code: 500
  • B. Response body: "Success - End" Default response status code: 200
  • C. Response body: "Error" Default response status code: 200
  • D. Response body: "Success - Begin* Default response status code: 200

Answer: C

 

NEW QUESTION 25
Refer to the exhibit.

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

B)

C)

D)

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

Answer: B

 

NEW QUESTION 26
A
web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?

  • A. #[message.inboundProperties.'http.query.params'.firstName]
  • B. #[attributes.'http.query.params'.firstName]
  • C. #[attributes.queryParams.firstName]
  • D. #[message.queryParams.hrstName]

Answer: C

 

NEW QUESTION 27
Refer to the exhibits.

The main flow contains a Flow Reference to the child flow.
A web client sends a GET request to the main flow's HTTP Listener that includes a make query parameter.
What values are accessible in the child flow?

  • A. payload
    make query param model var
  • B. payload
    make query param
  • C. payload
  • D. payload
    model var

Answer: A

 

NEW QUESTION 28
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. The mule-art if act .json file
  • B. a flow attribute
  • C. The pom.xml file
  • D. A global element

Answer: D

 

NEW QUESTION 29
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. lookupf "createCustomerObject", { first: "Alice", last: "Green" > )
  • B. createCustomerObject( "Alice", "Green")
  • C. createCustomerObject( { first: "Alice", last: "Green" > )
  • D. lookupC createCustomerObJect( "Alice", "Green- ) )

Answer: A

 

NEW QUESTION 30
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. [ ["A", "C", "D" ], ["E"] ]
  • C. [''E'']
  • D. [''D", "E"]

Answer: B

 

NEW QUESTION 31
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/1234
  • B. /customers/custid=1234
  • C. /customers?custid=true&custid=1234
  • D. /customers?operation=get&custid=1234

Answer: C

 

NEW QUESTION 32
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: A

 

NEW QUESTION 33
......

MCD-Level-1 exam questions from ITexamReview dumps: https://www.itexamreview.com/MCD-Level-1-exam-dumps.html (100  Q&As)