Nokia Certified Associate – AI and Analytics — Question 4
Which of the following statements about Kafka is FALSE?
Answer options
- A. It is a distributed messaging system.
- B. It is an open-source platform.
- C. It is used to send real-time notifications.
- D. It has four components: Producer, Consumer, Topic and Connector.
Correct answer: D
Explanation
The statement in option D is false because Kafka actually has more than four components, including Brokers and Zookeepers, which are essential for its operation. Options A, B, and C are true as they correctly describe Kafka's nature as a distributed messaging system, its open-source status, and its capability to handle real-time notifications.