Q1. What is a blue/green deployment?
Blue/green is a deployment strategy with two identical environments. Blue runs the current version, and green runs the new version. Process: 1. Deploy the new release to ...
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 (6 available).
Blue/green is a deployment strategy with two identical environments. Blue runs the current version, and green runs the new version. Process: 1. Deploy the new release to ...
Both build on continuous integration, but they differ in what reaches production. - Continuous delivery: every change that passes automated tests is always in a deployabl...
Both manage Pods, but they make different guarantees. Deployment: - Manages stateless, interchangeable replicas identified by a random suffix. - Supports rolling updates ...
Stages: 1. Trigger on push or pull request. 2. Build: compile, install dependencies, produce an immutable artefact (container image) tagged with the commit SHA. 3. Static...
Make rollback a first-class, automated, and tested operation. - Immutable artefacts: deploy versioned images or packages so you can redeploy the previous one exactly. - D...
Use the deployment history and activity log first, then drill into the resource. 1. Inspect the failed deployment operations to get the exact error code. ```bash az deplo...
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.