WorksheetsDevOps Quiz
Total questions: 25
Worksheet time: 13mins
What does ‘DevOps’ stand for
Development Operations
Device Operations
Deviant Operations
Developer’s Operations
What does CI in CI/CD stand for?
Continuous Input
Continuous Integration
Continuous Improvement
Continuous Installation
Which tool is commonly used for Continuous Integration and Continuous Deployment (CI/CD)?
Jenkins
Docker
Git
Ansible
Which of the following is NOT true of continuous integration in Agile?
It involves moving code from a development to test environment
It involves moving code in large amounts
It involves moving code in frequent intervals
It is most effectively done through automation
Flow of the CICD pipeline
Build, Deploy,version control,Auto test
Build, Deploy, Auto Test, Unit Test
Version Control, Build, Deploy, Auto Test
Version Control, Build,Auto Test, Deploy
Which of the following is not a part of DevOps lifecycle __
Operating
Plan
Build
Code
Which of the following is not a benefit of Automation in DevOps?
Enables anyone to perform tasks
Implants Manual Errors
Enables Speed, Reliability and Consistency
None of the Above
Which of the following is NOT a configuration management tool
Chef
Puppet
Ansible
Jira
What is Docker primarily used for
Version Control
Continuous Integration
Containerization
Project Management
What’s the primary purpose of Kubernetes?
Source code management
Automated testing
Container orchestration
Configuration management
Which tool is mainly used for version control in DevOps?
Jenkins
Docker
Kubernetes
Git
___ consists of a central shared repository where teammates can commit changes to a file or set of files.
Version control
Central Repository
Risk Filters
None of the above
What does IaC stand for in DevOps?
Infrastructure as Computer
Integration and Configuration
Infrastructure as Code
Input and Compute
Which of the following is a benefit of implementing DevOps?
Slower release cycles
Less collaboration between teams
Reduced recovery time after failures
Increased infrastructure cost
In DevOps, what does “shift left” refer to?
Delaying testing to the end of the development cycle
Incorporating operations earlier in the development cycle
Left-aligning code
Outsourcing operations
Which of the following represents a cultural aspect of DevOps?
Using Docker
Automation scripts
Collaboration and sharing between teams
Writing Infrastructure as Code
What is Infrastructure as Code (IaC)?
Writing scripts (code) to automate infrastructure deployment
Using code repositories to store infrastructure information
Documenting infrastructure requirements
Writing application code that supports multiple infrastructure setups
In which phase are automated tests primarily run in a CI/CD pipeline?
Build
Test
Deploy
Monitor
What does the acronym “CALMS” stand for in the context of DevOps?
Code, Automation, Logs, Monitoring, Security
Culture, Automation, Lean, Measurement, Sharing
Continuous Application Lifecycle Management System
Code, Automation, Lifecycle, Monitoring, Systems
Which tool is used for configuration management?
Git
Nagios
Ansible
Jira
In a DevOps environment, effective collaboration between development and operations teams is crucial. As the DevOps manager, you want to implement practices that enhance communication and cooperation. Which collaboration tool or platform would be most suitable for fostering real-time collaboration and knowledge sharing among team members?
GitLab
Jenkins
Slack
Docker
The DevOps team at Microsoft Azure Corp is transitioning from manual to automated deployment processes. To ensure a smooth transition, the team decides to implement Blue-Green deployment. What is the primary advantage of using Blue-Green deployment in the context of minimizing downtime during releases?
Allows for rollback to the previous version in case of issues.
Requires minimal automation tools for implementation.
Deploys changes gradually to reduce the impact on users.
Completely halts the production environment during deployment.
The DevOps team at Global Solutions is planning to implement a CI/CD pipeline for a complex software application. Considering the importance of automated testing in the pipeline, what type of testing is most appropriate for validating the overall functionality and user experience of the application?
Unit Testing
Integration Testing
System Testing
Acceptance Testing
The DevOps team at Google Cloud Computing is tasked with improving the efficiency of their continuous delivery process. What practice can significantly contribute to achieving faster and more reliable software releases by automating the build, test, and deployment stages?
Manual Deployment
Feature Branching
Continuous Integration
Periodic Code Review
The DevOps team at Agile Innovations is adopting a containerization strategy using Docker for their microservices. To optimize resource utilization, what is a key benefit of using containers compared to traditional virtual machines?
Containers provide stronger isolation between applications.
Containers have a smaller footprint and faster startup times.
Containers are suitable only for monolithic applications.
Containers are less portable across different environments.
