MuleSoft Certified Developer - Level 1 (Mule 4) MCD-Level-1 Question # 68 Topic 7 Discussion

MuleSoft Certified Developer - Level 1 (Mule 4) MCD-Level-1 Question # 68 Topic 7 Discussion

MCD-Level-1 Exam Topic 7 Question 68 Discussion:
Question #: 68
Topic #: 7

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 Question 68


A.

ID ZIPCODE

1 90001

2 90005

3 90009

4 90001


B.

ID ZIPCODE

1 90001

2 90005

3 90009

5 90006


C.

ID ZIPCODE

1 90001

2 90005

3 90009


D.

ID ZIPCODE

1 90001

2 90005

3 90009

4 90001

5 90006


Get Premium MCD-Level-1 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.