MCD-Level-1 Exam Question 41

Refer to the exhibit.

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

B)

C)

D)
  • MCD-Level-1 Exam Question 42

    Refer to the exhibit.

    What is the response to a web client request to http://localhost:8081?
  • MCD-Level-1 Exam Question 43

    A Utility.dwl file is located in a Mule project at src/main/resources/modules. The Utility.dwl hie defines a function named pascalize that reformats strings to pascal case.
    What is the correct DataWeave to call the pascalize function in a Transform Message component?
    A)

    B)

    C)

    D)
  • MCD-Level-1 Exam Question 44

    What is the output type of the DataWeave map operator?
  • MCD-Level-1 Exam Question 45

    Refer to the exhibits.

    The Set Payload transformer's value is set to {'year': '2020'}.
    What message value should be added to the Logger component to output the message 'The year is 2020', without hardcoding 2020?