Q1. How do you reduce Docker image size?
Attack the layers, base image, and build context. - Use a minimal base: alpine, distroless, or scratch for static binaries. - Use multi-stage builds: compile in one stage...
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 (4 available).
Attack the layers, base image, and build context. - Use a minimal base: alpine, distroless, or scratch for static binaries. - Use multi-stage builds: compile in one stage...
Optimisation improves the intermediate representation while preserving observable behaviour. Common examples: - Constant folding and propagation: compute `2 * 3` at compi...
Gradient descent minimizes a loss function by repeatedly moving parameters in the direction that decreases the loss. The gradient is the vector of partial derivatives, an...
Query optimisation starts by measuring. `EXPLAIN` shows the plan; `EXPLAIN ANALYZE` runs it and reports actual rows and time. Things to look for: sequential scans on larg...
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.