Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Confluent Exam CCDAK Topic 1 Question 51 Discussion

Actual exam question for Confluent's CCDAK exam
Question #: 51
Topic #: 1
[All CCDAK Questions]

You are using JDBC source connector to copy data from 3 tables to three Kafka topics. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?

Show Suggested Answer Hide Answer
Suggested Answer: A

Since Confluent 5.4.0, Avro 1.9.1 is used. Since default value was added to enum complex type , the schema resolution changed from:

(<1.9.1) if both are enums:** if the writer's symbol is not present in the reader's enum, then an error is signalled. **(>=1.9.1) if both are enums:

if the writer's symbol is not present in the reader's enum and the reader has a default value, then that value is used, otherwise an error is signalled.


Contribute your Thoughts:

Hyun
4 days ago
I'm not sure about this. Shouldn't it be D) 6 since there are 3 tables and 3 workers?
upvoted 0 times
...
Virgie
5 days ago
I agree with Viva. With max.tasks set to 2, each worker can run 1 task, so a total of 3 tasks will be launched.
upvoted 0 times
...
Viva
14 days ago
I think the answer is C) 3.
upvoted 0 times
...

Save Cancel