GK Question

technology medium mcq

Which practice involves automatically testing and deploying code changes through a pipeline?

  1. Continuous Integration
  2. Continuous Deployment
  3. CI/CD
  4. All of these

Answer: All of these

CI/CD pipeline automates: Continuous Integration (code merge + testing), Continuous Delivery (release-ready artifacts), Continuous Deployment (auto-production release). Tools: Jenkins, GitLab CI, GitHub Actions. Critical for agile software delivery and DevOps questions in technical exams.

Topic DevOps & SRE
Exam Relevance SSC JE, Banking IT, Railway