Online Exam Quiz

questionQuestion  1 to 30

What is "code coverage"?

  • The percentage of code that is tested
  • The amount of code written
  • The number of bugs in the code
  • The amount of code deployed
Mark for review

What is "parallel execution" in CI/CD?

  • Running tests sequentially
  • Running tests in isolation
  • Running tests simultaneously
  • Running tests manually
Mark for review

What does "automated rollback" mean in CI/CD?

  • Manually reverting code changes
  • Automatically deploying new changes
  • Automatically reverting to a previous stable state
  • Testing code automatically
Mark for review

What is the purpose of a "review" step in a CI/CD pipeline?

  • To compile code
  • To deploy code
  • To validate and approve code changes
  • To write code
Mark for review

Which tool is used for automating cloud infrastructure in CI/CD?

  • Jenkins
  • Ansible
  • Docker
  • Terraform
Mark for review

What is "continuous improvement" in CI/CD?

  • Improving code quality over time
  • Writing new features continuously
  • Continuously deploying code
  • Continuous manual testing
Mark for review

What is the role of a "runner" in GitLab CI?

  • Executes jobs defined in the pipeline
  • Manages version control
  • Reviews code changes
  • Deploys code to production
Mark for review

In CI/CD, what is a "pipeline"?

  • A sequence of automation processes
  • A version control system
  • A type of code repository
  • A development environment
Mark for review

What is the purpose of "integration testing"?

  • To test individual units
  • To test the interaction between components
  • To deploy code to production
  • To merge code changes
Mark for review

Which version control system is most commonly used with CI/CD?

  • SVN
  • CVS
  • Git
  • Mercurial
Mark for review

In CI/CD, what is "continuous deployment"?

  • Automated testing of code
  • Automated deployment to production
  • Manual deployment to production
  • Manual code review
Mark for review

What is "smoke testing"?

  • Initial testing to check basic functionality
  • Detailed testing for bugs
  • Testing user interface
  • Performance testing
Mark for review

What is the main benefit of "automated deployment"?

  • Manual intervention is required
  • Faster and more reliable deployments
  • Increased manual errors
  • Increased downtime
Mark for review

What is the main benefit of using Docker in a CI/CD pipeline?

  • Simplifies version control
  • Ensures code quality
  • Provides a consistent environment
  • Automates code review
Mark for review

Which phase of CI/CD involves deploying to production?

  • Integration
  • Build
  • Test
  • Delivery
Mark for review

What does CD in CI/CD stand for?

  • Continuous Development
  • Continuous Deployment
  • Continuous Delivery
  • Continuous Debugging
Mark for review

What is the main advantage of using CI/CD?

  • Faster deployment cycles
  • More manual work
  • Increased bugs
  • Less code review
Mark for review

What does "infrastructure as code" mean in CI/CD?

  • Coding in a specific language
  • Managing infrastructure through code
  • Using code to manage developers
  • Writing code for hardware
Mark for review

Which tool is commonly used for container orchestration in CI/CD?

  • Jenkins
  • Docker
  • Kubernetes
  • Terraform
Mark for review

What is the function of "canary release" in CI/CD?

  • Deploying to all users at once
  • Deploying to a subset of users to test new features
  • Merging code changes regularly
  • Writing new code continuously
Mark for review

What is the purpose of a "test" step in a CI/CD pipeline?

  • To write new features
  • To merge code
  • To validate code functionality
  • To deploy code
Mark for review

Which CI/CD tool uses "pipelines as code"?

  • Jenkins
  • Travis CI
  • Bamboo
  • GitLab CI
Mark for review

What is "code freeze" in CI/CD?

  • Stopping all development
  • Allowing only bug fixes and no new features
  • Merging all branches
  • Automating deployments
Mark for review

What is a "job" in a CI/CD pipeline?

  • A manual task
  • An automated task
  • A type of bug
  • A feature request
Mark for review

What does "pipeline as code" mean?

  • Writing pipelines in a specific language
  • Managing pipelines through code
  • Writing code for pipelines
  • Manual pipeline configuration
Mark for review

What is "containerization" in CI/CD?

  • Running applications in lightweight containers
  • Building code in containers
  • Merging code in containers
  • Testing code in containers
Mark for review

What is "automated testing"?

  • Manual code review
  • Writing code without bugs
  • Testing code through automated tools
  • Deploying code manually
Mark for review

What does "CI server" do?

  • Manages code repositories
  • Automates the CI/CD pipeline
  • Writes code
  • Merges code changes
Mark for review

What does CI in CI/CD stand for?

  • Continuous Integration
  • Continuous Improvement
  • Continuous Increment
  • Continuous Implementation
Mark for review

What is "regression testing"?

  • Testing new features
  • Ensuring new changes haven't broken existing functionality
  • Writing new code
  • Merging code changes
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review