Bird
0
0

Which of the following is a correct way to trigger auto-scaling in Kafka using metrics?

easy📝 Syntax Q12 of 15
Kafka - Kubernetes and Cloud Deployment
Which of the following is a correct way to trigger auto-scaling in Kafka using metrics?
AIncrease partition count without checking load
BManually restart brokers every hour
CDisable monitoring to save resources
DMonitor CPU usage and add brokers when usage exceeds threshold
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct auto-scaling trigger

    Auto-scaling triggers on metrics like CPU usage crossing a threshold.
  2. Step 2: Evaluate options

    Only Monitor CPU usage and add brokers when usage exceeds threshold uses monitoring metrics to trigger scaling automatically.
  3. Final Answer:

    Monitor CPU usage and add brokers when usage exceeds threshold -> Option D
  4. Quick Check:

    Auto-scale triggers = metric thresholds [OK]
Quick Trick: Auto-scaling triggers on metrics, not manual actions [OK]
Common Mistakes:
  • Confusing manual restarts with auto-scaling
  • Ignoring monitoring importance
  • Scaling without checking load

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes