nerdexam
Confluent

CCAAK · Question #26

CCAAK Question #26: Real Exam Question with Answer & Explanation

The correct answer is B. Update the Kafka broker binaries first, then update the IBP to the latest supported version after. The correct upgrade workflow is to first upgrade all broker binaries while keeping the existing inter-broker protocol version to maintain compatibility. After confirming the cluster is stable on the new binaries, you then update the IBP to enable the new protocol features safely.

Question

You are performing an in-place upgrade of an Apache Kafka® cluster and the inter.broker.protocol.version (IBP) must be updated. You need to complete the update and ensure a smooth upgrade process. Which action should you take?

Options

  • AUpdate the Kafka broker binaries to the new version and simultaneously update the IBP to the
  • BUpdate the Kafka broker binaries first, then update the IBP to the latest supported version after
  • CUpdate the IBP to the latest version first, then update the Kafka broker binaries to the new
  • DUpdate the Kafka broker binaries to the new version and the IBP to the latest version in a single

Explanation

The correct upgrade workflow is to first upgrade all broker binaries while keeping the existing inter-broker protocol version to maintain compatibility. After confirming the cluster is stable on the new binaries, you then update the IBP to enable the new protocol features safely.

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice