Confluent interview question

How would you debug Java performance issues?

Interview Answer

Anonymous

21 Sept 2018

* Check out stack traces * Check out the logs * See if there are a lot of GCs * See if the dB is overloaded or if there are other bottlenecks * See if there are latency issues (He then chastised me for not mentioning GCs!)