MCD-Level-1 Exam Question 11

Refer to the exhibits. A database Address table contains a ZIPCODE column and an increasing ID column.
The Address table currently contains tour (4) records. The On Table Row Database listener is configured with its watermark set to the Address table's ZIPCODE column and then the Mule application is run in Anypoint Studio tor the first time, and the On Table Row Database listener polls the Address table.
Anew row is added to the database with 1D=5 and ZIPCODE-90006, and then the On Table Row Database listener polls the database again.
Alter the next execution of the On Table Row Database listener polling, what database rows have been processed by the Mule flow since the Mule application was started?
  • MCD-Level-1 Exam Question 12

    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?
  • MCD-Level-1 Exam Question 13

    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?
  • MCD-Level-1 Exam Question 14

    Refer to the exhibit.
    How should the WHERE clause be changed to set the city and state values from the configured input parameters?

    A)

    B)

    C)

    D)
  • MCD-Level-1 Exam Question 15

    Refer to the exhibits. Client sends the request to ClientRequestFlow which calls ShippingFlow using HTTP Request activity.
    During E2E testing it is found that that HTTP:METHOD_NOT_ALLOWED error is thrown whenever client sends request to this flow.
    What attribute you would change in ClientRequestFlow to make this implementation work successfully?