Q281. How do you troubleshoot high CPU or memory usage on Linux?
Identify the consumer before acting. CPU: ```bash top -o %CPU uptime # load average pidstat 1 5 # per-process CPU perf top # hot functions ``` Check load average against ...
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).
Identify the consumer before acting. CPU: ```bash top -o %CPU uptime # load average pidstat 1 5 # per-process CPU perf top # hot functions ``` Check load average against ...
A canary releases the new version to a small slice of traffic before a full rollout. Process: 1. Deploy the new version alongside the stable one. 2. Route a small percent...
Workspaces let one configuration manage multiple, separate states. terraform.workspace is a variable naming the active workspace, and the default workspace always exists....
Probes let Kubernetes decide a container's health and readiness. - readinessProbe: whether the Pod should receive traffic. Failing it removes the Pod from Service endpoin...
A multi-stage build uses several FROM stages in one Dockerfile. You can compile in an early stage and copy only the artefacts into a minimal final stage. ```dockerfile FR...
A GCP VPC is a global, software-defined network. Subnets are regional, and instances in different regions can communicate over the internal network. - VPC networks come i...
Blob Storage offers tiers that trade storage cost against access cost and latency. - Hot: frequent access, highest storage cost, lowest access cost. - Cool: infrequent ac...
A role is an identity with permission policies but no permanent credentials. A trusted principal calls AWS STS AssumeRole and receives temporary credentials. Flow: 1. The...
Invalidation is the hardest part of caching. Options, often combined: - TTL expiry: every entry has a lifetime; simple and self-healing, but data can be stale until it ex...
It is the recommended flow for web, mobile and single-page applications. 1. The client generates a random `code_verifier`, hashes it to a `code_challenge`, and redirects ...
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.