Question 81

(Your configuration parameters for a Source connector and Connect worker are:
* offset.flush.interval.ms=60000
* offset.flush.timeout.ms=500
* offset.storage.topic=connect-offsets
* offset.storage.replication.factor=-1
Which two statements match the expected behavior?
Select two.)
  • Question 82

    A customer has many consumer applications that process messages from a Kafka topic. Each consumer application can only process 50 MB/s. Your customer wants to achieve a target throughput of 1 GB/s. What is the minimum number of partitions will you suggest to the customer for that particular topic?
  • Question 83

    Which two statements are correct when assigning partitions to the consumers in a consumer group using the assign() API?
    (Select two.)
  • Question 84

    You have a Kafka cluster and all the topics have a replication factor of 3. One intern at your company stopped a broker, and accidentally deleted all the data of that broker on the disk. What will happen if the broker is restarted?
  • Question 85

    A bank uses a Kafka cluster for credit card payments. What should be the value of the property unclean.leader.
    election.enable?