tezvyn:

Diagnosing slow auto-scaled PaaS workloads

Source: interviewintermediate

WHAT IT TESTS: layered debugging under load. OUTLINE: application metrics like request latency, throughput, and DB query time; infrastructure metrics like CPU, memory, and scaling lag. RED FLAG: jumping to add instances without isolating the real bottleneck.

WHAT IT TESTS: whether you separate app-level from platform-level causes. ANSWER OUTLINE: application metrics include per-endpoint latency, throughput, error rates, and downstream dependency or database query time; infrastructure metrics include CPU and memory utilization, instance count, queue depth, and scaling reaction time. Correlate them: high latency with low CPU points to a downstream or lock bottleneck, not capacity.

Read the original → interview

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Diagnosing slow auto-scaled PaaS workloads · Tezvyn