Online Exam Quiz

questionQuestion  1 to 30

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 does CI in CI/CD stand for?

  • Continuous Integration
  • Continuous Improvement
  • Continuous Increment
  • Continuous Implementation
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 the role of "monitoring" in CI/CD?

  • To write code
  • To compile code
  • To observe and log system performance
  • To merge code changes
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 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

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

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 "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 "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 does "rollback" mean in CI/CD?

  • Reverting to a previous version of code
  • Deploying a new version
  • Writing new code
  • Merging code changes
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 the purpose of "unit testing" in CI/CD?

  • To test individual units of code
  • To deploy code to production
  • To merge code changes
  • To rollback code changes
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

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

  • Jenkins
  • Docker
  • Kubernetes
  • Terraform
Mark for review

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 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

Which phase of CI/CD involves deploying to production?

  • Integration
  • Build
  • Test
  • Delivery
Mark for review

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

  • Jenkins
  • Ansible
  • Docker
  • Terraform
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

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

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

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

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

  • SVN
  • CVS
  • Git
  • Mercurial
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 "automated testing"?

  • Manual code review
  • Writing code without bugs
  • Testing code through automated tools
  • Deploying code manually
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 "code linting" in CI/CD?

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

What does CD in CI/CD stand for?

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