MCD-Level-1 Exam Question 1

A
web client submits a request to http://localhost:8081?flrstName=john. What is the correct DataWeave expression to access the firstName parameter?
  • MCD-Level-1 Exam Question 2

    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)
  • MCD-Level-1 Exam Question 3

    Refer to the exhibit.

    How many private flows does APIKIT generate from the RAML specification?
  • MCD-Level-1 Exam Question 4

    As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?
  • MCD-Level-1 Exam Question 5

    A Mule project contains a DataWeave module called MyModule.dwl that defines a function named formatString. The module is located in the project's src/main/resources/modules folder.
    What is the correct way in DataWeave code to import MyModule using a wildcard and then call the module's formatString function?
    A)

    B)

    C)

    D)