21.) Kafka Connect internal topics are stored in:
A) HDFS
B) MySQL
C) Kafka itself
D) ZooKeeper
22.) Which connector would you use to read data from MongoDB and push it into Kafka?
A) MongoDB Sink Connector
B) MongoDB Source Connector
C) JDBC Connector
D) Avro Source Connector
23.) What is the function of Kafka’s integration with Apache Hive?
A) Stream-to-table conversion
B) Store Kafka topics in Hive tables
C) Run DDL on Kafka
D) Manage broker logs
24.) Kafka Streams supports which types of joins?
A) Stream-Stream
B) Stream-Table
C) Table-Table
D) All of the above
Related