DevOps Interview question and answers | DevOps Interview Quiz Test Challenge: CI/CD, Containers, and Automation
Test your knowledge of the **DevOps Culture, Principles, CI/CD Pipeline tools, Containerization (Docker), and Orchestration (Kubernetes)**. **Pass with 80% to proceed to the next difficulty level.**
Level 1: Fundamentals & Principles: 0/10 (0%)
Level 2: CI/CD & Automation Tools: 0/10 (0%)
Level 3: Containers & Orchestration: 0/10 (0%)
Level 1: Fundamentals & Principles
1.1 What is the primary difference between **Continuous Integration (CI)** and **Continuous Delivery (CD)**?
**Correct Answer: B. CI focuses on merging and testing code changes frequently...** CI is the *build and test* phase; CD is the *release and deploy* phase.
**End of Fundamentals & Principles. Click "Next Level" to continue.**
Level 2: CI/CD & Automation Tools
2.1 What language is primarily used for defining **Ansible Playbooks**?
**Correct Answer: C. YAML**. Ansible playbooks are defined using YAML, which specifies the desired state and the tasks to be executed.
**End of CI/CD & Automation Tools. Click "Next Level" to continue.**
Level 3: Containers & Orchestration
3.1 What is the role of the **`ENTRYPOINT`** instruction in a `Dockerfile` compared to `CMD`?
**Correct Answer: B. `ENTRYPOINT` sets the command that will always be executed...** This is key for creating executable containers.
**DevOps Mastered! Click "Finish Quiz" to see your final summary.**

Comments
Post a Comment