Q.1.
__________ provides the functionality of a messaging system.
Q.2.
Point out the correct statement.
Q.3.
Kafka maintains feeds of messages in categories called __________
Q.4.
Kafka is run as a cluster comprised of one or more servers each of which is called __________
Q.5.
Point out the wrong statement.
Q.6.
Communication between the clients and the servers is done with a simple, high-performance, language-agnostic _________ protocol.
Q.7.
The only metadata retained on a per-consumer basis is the position of the consumer in the log, called __________
Q.8.
Each kafka partition has one server which acts as the _________
Q.9.
_________ has stronger ordering guarantees than a traditional messaging system.
Q.10.
Kafka only provides a _________ order over messages within a partition.