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

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

Which of the following tools is commonly used for CI?

  • Jenkins
  • Docker
  • Kubernetes
  • Ansible
Mark for review

What is the primary function of Docker in CI/CD pipelines?

  • Source control
  • Automation of code reviews
  • Creating consistent development environments
  • Testing code
Mark for review

What is a "branch" in version control?

  • A type of bug
  • A separate line of development
  • A deployment strategy
  • A type of test
Mark for review

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

  • Jenkins
  • Travis CI
  • Bamboo
  • GitLab CI
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

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

  • Jenkins
  • Docker
  • Kubernetes
  • Terraform
Mark for review

Which of the following is a CI/CD best practice?

  • Infrequent code commits
  • Manual deployments
  • Regularly merging code changes
  • Skipping tests
Mark for review

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

  • To write code
  • To compile and package code
  • To deploy code to production
  • To rollback changes
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 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

Which CI/CD tool is known for its seamless integration with Atlassian products?

  • Jenkins
  • Bamboo
  • TeamCity
  • Travis CI
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 is known for its declarative pipeline syntax?

  • Jenkins
  • Travis CI
  • CircleCI
  • 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

Which phase of CI/CD involves deploying to production?

  • Integration
  • Build
  • Test
  • Delivery
Mark for review

What does "CI server" do?

  • Manages code repositories
  • Automates the CI/CD pipeline
  • Writes code
  • Merges code changes
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 "code linting" in CI/CD?

  • Writing code
  • Running tests
  • Analyzing code for potential errors
  • Merging code changes
Mark for review

What is a "merge request" in GitLab?

  • Request to create a new branch
  • Request to merge code changes
  • Request to delete a branch
  • Request to clone a repository
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

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

  • A step in the pipeline
  • A branch in version control
  • A type of bug
  • A testing environment
Mark for review

What is the role of "version control" in CI/CD?

  • To deploy code
  • To track and manage code changes
  • To write code
  • To test code
Mark for review

What is "artifact" in CI/CD context?

  • A piece of code
  • A version of software
  • A binary or package produced by a build
  • A bug in the system
Mark for review

What is the main purpose of Continuous Integration?

  • To automate code reviews
  • To ensure code quality
  • To automatically deploy code
  • To merge code changes regularly
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 "artifact repository" mean in CI/CD?

  • Storage for code snippets
  • Storage for build outputs and dependencies
  • Storage for bugs
  • Storage for test cases
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 CD in CI/CD stand for?

  • Continuous Development
  • Continuous Deployment
  • Continuous Delivery
  • Continuous Debugging
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