When a broker goes down, what will the Controller do?
Why does Kafka use ZooKeeper? (Choose two.)
How does Kafka guarantee message integrity after a message is written on a disk?
What does Kafka replication factor provide? (Choose two.)
By default, what do Kafka broker network connections have?
An employee in the reporting department needs assistance because their data feed is slowing down. You start by quickly checking the consumer lag for the clients on the data stream.
Which command will allow you to quickly check for lag on the consumers?
What are benefits to gracefully shutting down brokers? (Choose two.)
Which connector type takes data from a topic and sends it to an external data system?
Which use cases would benefit most from continuous event stream processing? (Choose three.)
Per customer business requirements, a system’s high availability is more important than message reliability.
Which of the following should be set?
Which property in broker configuration specifies that a broker belongs to a particular rack?
Which model does Kafka use for consumers?
A customer has a use case for a ksqlDB persistent query. You need to make sure that duplicate messages are not processed and messages are not skipped.
Which property should you use?
Where are Apache Kafka Access Control Lists stored?
Kafka broker supports which Simple Authentication and Security Layer (SASL) mechanisms for authentication? (Choose three.)
A developer is working for a company with internal best practices that dictate that there is no single point of failure for all data stored.
What is the best approach to make sure the developer is complying with this best practice when creating Kafka topics?