Q411. How do you troubleshoot a Pod stuck in CrashLoopBackOff?
CrashLoopBackOff means the container starts, exits, and Kubernetes restarts it with exponential backoff. 1. Get the state and previous logs. ```bash kubectl get pod web-1...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (2,728 available).
CrashLoopBackOff means the container starts, exits, and Kubernetes restarts it with exponential backoff. 1. Get the state and previous logs. ```bash kubectl get pod web-1...
Both define what runs when a container starts, but they behave differently. - ENTRYPOINT sets the executable. It is hard to override and defines the container's purpose. ...
Plan for node, zone, and control-plane failures. - Regional cluster: the control plane is replicated across three zones and nodes spread across zones, so a single zone ou...
Start with RTO and RPO, then choose a topology. - Within a region, distribute workloads across availability zones, which are physically separate datacentres. Use zone-red...
S3 storage classes trade retrieval cost and latency against storage cost. - S3 Standard is for frequent access with low latency. - S3 Intelligent-Tiering automatically mo...
Three classic failure modes, often confused: - Penetration: requests for keys that do not exist always miss the cache and hit the database. Attackers can exploit this wit...
An access token is short-lived, typically minutes, and is presented to APIs to authorize requests. If it leaks, the exposure window is small. It is usually a JWT so resou...
Consumer lag is the gap between the latest produced offset and the committed offset. Rising lag means producers outpace consumers, and left unchecked it grows unbounded a...
A circuit breaker stops a caller from hammering a failing dependency. It tracks failures and moves between three states: - Closed: calls pass through while failures stay ...
GraphQL usually returns HTTP 200 with a JSON body containing `data` and/or `errors`, because a single operation can partially succeed across fields. ```json { "data": { "...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.