Troubleshooting

All interview questions related to Troubleshooting

19 Questions
3 Categories
3 Beginner13 Intermediate3 Advanced
Advertisement
📞 Phone Screen
Kubernetes Pod Stuck in Pending
Intermediate

A pod is stuck in Pending state. What are the common causes and troubleshooting steps?

2 min•Phone
View Question→
📞 Phone Screen
Find Top CPU Processes in Linux
Beginner

How do you quickly identify which processes are consuming the most CPU on a Linux server?

1 min•Phone
View Question→
📞 Phone Screen
Ping vs Traceroute
Beginner

What is the difference between ping and traceroute, and when would you use each?

2 min•Phone
View Question→
📞 Phone Screen
Troubleshooting High Memory in Linux
Intermediate

A server reports high memory usage. What quick checks do you perform to identify the cause?

2 min•Phone
View Question→
📞 Phone Screen
Find Large Files with Bash
Beginner

Which command would you use to find the largest files/directories consuming disk space in a path?

1 min•Phone
View Question→
📞 Phone Screen
K8s Readiness vs Liveness Probes
Intermediate

What is the difference between readiness and liveness probes in Kubernetes?

2 min•Phone
View Question→
📞 Phone Screen
CPU Load Average Explained
Intermediate

What do the 1, 5, and 15 minute load averages indicate on Linux, and how do you interpret them relative to CPU cores?

2 min•Phone
View Question→
🔬 Technical Deep Dive
Kubernetes Pod Restart Loop Troubleshooting
Intermediate

A Kubernetes pod is stuck in a restart loop. Walk me through your systematic approach to diagnose and fix this issue.

5 min•Technical
View Question→
🔬 Technical Deep Dive
Investigating High CPU Usage in Kubernetes Pods
Advanced

Your production Kubernetes cluster shows unusually high CPU usage in multiple pods. Walk me through your investigation and mitigation steps.

5 min•Technical
View Question→
🔬 Technical Deep Dive
Advanced Network Troubleshooting in Cloud Environments
Advanced

Your workloads face intermittent connectivity failures across regions. Walk through your diagnostic and remediation approach.

5 min•Technical
View Question→
🔬 Technical Deep Dive
Database Deadlock Troubleshooting
Advanced

How would you detect, troubleshoot, and mitigate deadlocks in a relational database system?

5 min•Technical
View Question→
🔧 Troubleshooting Scenarios
Database Performance Degradation
Intermediate

Your application's database response times have increased by 300% over the last hour. Users are complaining about slow page loads. How do you investigate and resolve this?

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
Kubernetes Pod Stuck in Pending
Intermediate

A pod has been stuck in Pending state for over 15 minutes. Walk me through how you would troubleshoot and resolve this issue.

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
Node Disk Full
Intermediate

One of your production nodes is reporting 100% disk usage and workloads are failing. How do you investigate and resolve this?

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
Database Connection Exhaustion
Intermediate

Your application logs show frequent database connection pool exhaustion errors. How do you investigate and fix this?

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
API Latency Spike
Intermediate

Your API’s average latency jumped from 100ms to 2s without an increase in traffic. How would you investigate?

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
Node CPU Thrashing
Intermediate

One node in your cluster shows 100% CPU usage with context switching spikes. How do you troubleshoot?

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
Log Ingestion Failure
Intermediate

Your centralized logging pipeline stops ingesting logs from multiple services. How do you debug?

10 min•Scenario
View Question→
🔧 Troubleshooting Scenarios
du and df Show Different Disk Usage
Intermediate

On a Linux production node, `df -h` reports the filesystem nearly full, but `du -sh /` shows far less used space. How do you reconcile the discrepancy and free space safely?

10 min•Scenario
View Question→
Advertisement