EVALUATION 2026 QUESTIONS WITH
ANSWERS GRADED A+
●● Smoke Test.
Answer: Testing the environment so that no fires are generated from the
smoke
●● Blue/Green Deployment.
Answer: Deploy and switch between production environments using
load balancing
●● Self-service.
Answer: Changes are pushed to production by developers
●● Canaries.
Answer: Incremental deployment, stop and roll back if errors
ex. webfarm, update one node at a time. If any nodes experience failure,
then you rollback.
"Fear of commitment rollout"
●● A/B testing.
, Answer: Measuring effect/acceptance of a change or new feature in
production
●● Dark Launching.
Answer: Protect changes behind "feature switches"
●● Continuous Integration / Delivery Systems.
Answer: Version control push events on the develop / main branches
trigger workflow pipelines for building, testing, and deploying the
changes
ex.)
CodePipeline
GitHub Actions
Jenkins
GitLab CI/CD
Azure DevOps
●● YAML.
Answer: **Learn this.** Update definition later
●● SARIF.
Answer: Static Analysis Results Interchange Format