DevOps Quiz Plain
DevOps Quiz Plain
2. **Which of the following tools is primarily used for continuous integration (CI)?**
- A) Nagios
- B) Kubernetes
- C) Jenkins
- D) Docker
3. **Which tools are used for container orchestration in a DevOps pipeline? (Select all that
apply)**
- A) Jenkins
- B) Kubernetes
- C) Apache Mesos
- D) Docker Swarm
5. **Which of the following are types of automation commonly used in DevOps? (Select all
that apply)**
- A) Deployment automation
- B) Testing automation
- C) Configuration management automation
- D) Build automation
11. **Which protocol is most commonly used to securely access a remote server in both
cloud and DevOps environments?**
- A) SMTP
- B) FTP
- C) SSH
- D) HTTP
12. **Which of the following are features of a Docker container? (Select all that apply)**
- A) Requires a virtual machine to operate
- B) Provides isolation between applications
- C) Can run on any environment without modification
- D) Can only run on Linux-based systems
13. **Which tools are commonly used for continuous monitoring in a DevOps pipeline?
(Select all that apply)**
- A) Selenium
- B) Nagios
- C) Prometheus
- D) Grafana
14. **What does the term "hybrid cloud" refer to?**
- A) A cloud that only operates during certain hours
- B) A cloud service that only supports Linux
- C) A cloud service with no virtualization
- D) A combination of public and private cloud environments
17. **Which of the following are key benefits of using DevOps practices? (Select all that
apply)**
- A) Higher manual intervention in deployment
- B) Faster release cycles
- C) Improved system stability and reliability
- D) Increased collaboration between development and operations
20. **What is the main purpose of a version control system like Git?**
- A) To deploy code to production servers
- B) To manage changes to source code over time
- C) To automate testing procedures
- D) To monitor system performance
21. **What is the purpose of Infrastructure as Code (IaC)?**
- A) To automate hardware provisioning
- B) To manage version control systems
- C) To define and manage infrastructure using code
- D) To automate testing of software
22. **Which of the following are common practices in a Continuous Integration (CI)
pipeline? (Select all that apply)**
- A) Deploying to production automatically after each commit
- B) Manually testing code before merging
- C) Running unit tests automatically on every code change
- D) Automatically building the application after each commit
23. **Which of the following are key components of a Kubernetes architecture? (Select all
that apply)**
- A) Clusters
- B) Nodes
- C) Pods
- D) Docker images
24. **What does YAML stand for, and why is it often used?**
- A) Your Agile Management Language; for project management
- B) Yet Another Monitoring Language; for system monitoring
- C) YAML Ain't Markup Language; for configuration files
- D) Your Advanced Markup Language; for HTML templates