MuleSoft-Certified-Developer-Level-1 MuleSoft Certified Developer - Level 1 (Mule 4) (MCD-Level-1)

Loading demo links...

Showing 7–9 of 10 questions

Question 7

How does Runtime Manager Console connect with App Data and Logs of a Mule app?

Select an option, then click Submit answer.

  • None of these

  • Integration Apps

  • CloudHub Workers

  • Rest API

Question 8

What is the DataWeave expression to log the Content-Type header using a Logger component?

Select an option, then click Submit answer.

  • #["Content-Type: " ++ attributes.headers.'content-type']

  • #["Content-Type: " ++ headers.'content-type']

  • #["Content-Type: " + headers.'content-type']

  • #["Content-Type: " + attributes.headers.'content-type']

Question 9

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?

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D