- Which of the following best describes Continuous Integration (CI)?
View Answer
Correct answer: A — Merging code changes frequently into a shared repository
- Continuous Delivery (CD) focuses on:
View Answer
Correct answer: A — Automating deployment to production environments
- Jenkins is primarily used for:
View Answer
Correct answer: A — CI/CD automation
- Which of the following is NOT a CI/CD tool?
View Answer
Correct answer: C — JMeter
- GitHub Actions workflows are defined in:
View Answer
Correct answer: A — YAML files
- Which of the following is true about CI pipelines?
View Answer
Correct answer: A — They automate build and test processes
- Continuous Deployment differs from Continuous Delivery by:
View Answer
Correct answer: A — Automatically deploying every change to production
- Which of the following is a cloud-based CI/CD tool?
View Answer
Correct answer: A — CircleCI
- Jenkins pipelines can be defined using:
View Answer
Correct answer: A — Jenkinsfile
- Which of the following is true about CI/CD benefits?
View Answer
Correct answer: A — Faster feedback and reduced integration issues
- What will be printed?
1 System.out.println("Eduinq CI/CD Test"); View Answer
Correct answer: A — Eduinq CI/CD Test
- Travis CI configuration files are written in:
View Answer
Correct answer: A — YAML
- Which of the following is true about Continuous Delivery?
View Answer
Correct answer: A — Ensures software is always deployable
- CircleCI integrates with:
View Answer
Correct answer: A — GitHub and Bitbucket
- Which of the following is true about GitHub Actions?
View Answer
Correct answer: A — It automates workflows directly in GitHub
- Jenkins supports plugins for:
View Answer
Correct answer: A — Extending CI/CD functionality
- Which of the following is true about CI/CD pipelines?
View Answer
Correct answer: A — They include build, test, and deploy stages
- GitLab CI/CD configuration is defined in:
View Answer
Correct answer: A — .gitlab-ci.yml
- Which of the following is true about Continuous Deployment?
View Answer
Correct answer: A — Every change is automatically deployed to production
- Bamboo is a CI/CD tool developed by:
View Answer
Correct answer: A — Atlassian
- Which of the following is true about CI/CD pipelines in Jenkins?
View Answer
Correct answer: A — They can be scripted using Groovy DSL
- Which of the following is true about CI/CD automation?
View Answer
Correct answer: A — It reduces manual errors and speeds up delivery
- GitHub Actions runners are used to:
View Answer
Correct answer: A — Execute workflows
- Which of the following is true about CI/CD in DevOps?
View Answer
Correct answer: A — It bridges development and operations through automation
- Jenkins supports pipeline stages like:
View Answer
Correct answer: A — Build, Test, Deploy
- Which of the following is true about CI/CD feedback loops?
View Answer
Correct answer: A — They provide rapid feedback to developers
- GitLab CI/CD supports runners for:
View Answer
Correct answer: A — Executing jobs
- Which of the following is true about CI/CD pipelines in CircleCI?
View Answer
Correct answer: A — They are defined in .circleci/config.yml
- Which of the following is true about CI/CD deployment strategies?
View Answer
Correct answer: A — Blue-Green, Canary, Rolling
- Which of the following is true about Jenkins agents?
View Answer
Correct answer: A — They execute pipeline jobs
- What will be printed?
1 print("Eduinq Continuous Integration Test") View Answer
Correct answer: A — Eduinq Continuous Integration Test
- Which of the following is true about CI/CD monitoring?
View Answer
Correct answer: A — It tracks pipeline health and failures
- GitHub Actions supports triggers like:
View Answer
Correct answer: A — push, pull_request, schedule
- Which of the following is true about CI/CD rollback strategies?
View Answer
Correct answer: A — They revert deployments in case of failure
- Jenkins supports declarative pipelines defined in:
View Answer
Correct answer: A — Jenkinsfile with declarative syntax
- Which of the following is true about CI/CD scalability?
View Answer
Correct answer: A — Pipelines can run on multiple agents in parallel
- GitLab CI/CD supports caching to:
View Answer
Correct answer: A — Speed up pipeline execution
- Which of the following is true about CI/CD secrets management?
View Answer
Correct answer: A — Secrets are stored securely and injected into pipelines
- CircleCI supports parallelism to:
View Answer
Correct answer: A — Run jobs concurrently
- Which of the following is true about CI/CD artifact repositories?
View Answer
Correct answer: A — They store build outputs for reuse
- Which of the following is a popular artifact repository tool?
View Answer
Correct answer: A — Nexus
- Which of the following is true about CI/CD notifications?
View Answer
Correct answer: A — They inform teams about pipeline status
- Jenkins supports distributed builds using:
View Answer
Correct answer: A — Master-agent architecture
- Which of the following is true about CI/CD caching?
View Answer
Correct answer: A — It reduces build times by reusing dependencies
- GitHub Actions supports matrix builds to:
View Answer
Correct answer: A — Run jobs across multiple environments
- Which of the following is true about CI/CD deployment strategies?
View Answer
Correct answer: A — Canary releases gradually roll out changes
- GitLab CI/CD supports artifacts to:
View Answer
Correct answer: A — Pass build outputs between jobs
- Which of the following is true about CI/CD rollback?
View Answer
Correct answer: A — It reverts deployments when failures occur
- Jenkins pipelines can be triggered by:
View Answer
Correct answer: A — SCM changes, scheduled jobs, manual triggers
- Which of the following best describes CI/CD overall?
View Answer
Correct answer: A — Automates build, test, and deployment to deliver software faster