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 (9 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...
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...
Optimise for independent, fast, and safe delivery per service. - Per-service pipelines: each repository builds, tests, and deploys its own service, avoiding a monolith pi...
A build artefact is the immutable output of a build: a container image, JAR, binary, or package. Versioning means each artefact has a unique, traceable identifier. Why: -...
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...
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...
Treat the pipeline as production infrastructure with its own threat model. - Secrets: never hardcode them. Use a secrets manager or OIDC federation so the pipeline gets s...
Stages and jobs structure a pipeline into ordered, parallelisable work. - Stage: a logical phase such as build, test, or deploy. Stages run in order, and a later stage st...
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.