Recall & Review
beginner
What is the purpose of the JDBC connector in Kafka?
The JDBC connector allows Kafka to connect to relational databases. It can read data from databases into Kafka topics or write data from Kafka topics back into databases.
Click to reveal answer
beginner
How does the Kafka S3 connector help in data handling?
The Kafka S3 connector moves data between Kafka topics and Amazon S3 storage. It can save Kafka data as files in S3 or read files from S3 into Kafka.
Click to reveal answer
beginner
What role does the Elasticsearch connector play in Kafka?
The Elasticsearch connector sends data from Kafka topics to an Elasticsearch cluster. This helps in searching and analyzing data quickly.
Click to reveal answer
beginner
Which Kafka connector type is used to import data into Kafka topics?Source connectors are used to import data into Kafka topics from external systems like databases or storage services.Click to reveal answer
beginner
What is a sink connector in Kafka?
A sink connector takes data from Kafka topics and sends it to external systems like databases, S3, or Elasticsearch for storage or processing.
Click to reveal answer
Which Kafka connector would you use to export data from Kafka to a relational database?
✗ Incorrect
The JDBC sink connector writes data from Kafka topics into relational databases.
What does the Kafka S3 connector primarily do?
✗ Incorrect
The S3 connector moves data between Kafka topics and Amazon S3 storage.
Which connector type reads data from external systems into Kafka?
✗ Incorrect
Source connectors import data into Kafka topics from outside systems.
What is the main use of the Elasticsearch sink connector in Kafka?
✗ Incorrect
The Elasticsearch sink connector sends Kafka topic data to Elasticsearch clusters.
Which of the following is NOT a typical Kafka connector?
✗ Incorrect
FTP connector is not a common Kafka connector; JDBC, S3, and Elasticsearch connectors are standard.
Explain how Kafka connectors help integrate Kafka with databases, cloud storage, and search engines.
Think about how data moves between Kafka and other systems.
You got /5 concepts.
Describe the difference between source and sink connectors in Kafka with examples.
Focus on the direction of data flow.
You got /4 concepts.