Online Exam Quiz

questionQuestion  1 to 30

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

  • Jenkins
  • Ansible
  • Docker
  • Terraform
Mark for review

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

  • Feedback from users
  • Feedback from automated tests and tools
  • Feedback from developers
  • Feedback from managers
Mark for review

What is the significance of "blue-green deployment"?

  • To run multiple versions of code simultaneously
  • To simplify version control
  • To automate code reviews
  • To switch between two environments to reduce downtime
Mark for review

What does CI in CI/CD stand for?

  • Continuous Integration
  • Continuous Improvement
  • Continuous Increment
  • Continuous Implementation
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 does "CI server" do?

  • Manages code repositories
  • Automates the CI/CD pipeline
  • Writes code
  • Merges code changes
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 benefit of "automated deployment"?

  • Manual intervention is required
  • Faster and more reliable deployments
  • Increased manual errors
  • Increased downtime
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 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 "continuous improvement" in CI/CD?

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

Which CI/CD tool integrates well with GitHub?

  • Jenkins
  • Bamboo
  • CircleCI
  • GitLab CI
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 "regression testing"?

  • Testing new features
  • Ensuring new changes haven't broken existing functionality
  • Writing new code
  • Merging code changes
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 is "smoke testing"?

  • Initial testing to check basic functionality
  • Detailed testing for bugs
  • Testing user interface
  • Performance testing
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 CI/CD tool uses "pipelines as code"?

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

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 "automated testing"?

  • Manual code review
  • Writing code without bugs
  • Testing code through automated tools
  • Deploying code manually
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 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 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 "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

Which phase of CI/CD involves deploying to production?

  • Integration
  • Build
  • Test
  • Delivery
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

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

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