Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
title: "Test"
pass_percentage: 70
questions:
- id: "q1"
text: "Which of the following are key principles of DevOps?"
type: "multiple-answers"
marks: 2
options:
- id: "a"
text: "Collaboration"
is_correct: true
- id: "b"
text: "Automation"
is_correct: true
- id: "c"
text: "Manual deployment processes"
- id: "d"
text: "Infrastructure as Code (IaC)"
is_correct: true

- id: "q2"
text: "What does CI stand for in DevOps practices?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Centralized Integration"
- id: "b"
text: "Continuous Integration"
is_correct: true
- id: "c"
text: "Container Integration"
- id: "d"
text: "Code Inspection"

- id: "q3"
text: "Which of the following are benefits of DevOps?"
type: "multiple-answers"
marks: 2
options:
- id: "a"
text: "Speed and rapid delivery"
is_correct: true
- id: "b"
text: "Improved collaboration between teams"
is_correct: true
- id: "c"
text: "Increased manual processes"
- id: "d"
text: "Better scalability"
is_correct: true

- id: "q4"
text: "What is Kubernetes primarily used for in DevOps?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Version control"
- id: "b"
text: "Container orchestration"
is_correct: true
- id: "c"
text: "Log management"
- id: "d"
text: "Security scanning"

- id: "q5"
text: "Which emerging trend is expected to significantly impact the future of DevOps?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Return to manual processes"
- id: "b"
text: "AI-powered automation"
is_correct: true
- id: "c"
text: "Decreased focus on security"
- id: "d"
text: "Reduced collaboration"

layout: "test"
type: "test"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
title: "Test"
pass_percentage: 70
questions:
- id: "q1"
text: "What is the primary goal of DevOps?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "To automate and streamline the processes of software delivery and infrastructure changes"
is_correct: true
- id: "b"
text: "To eliminate the need for operations teams"
- id: "c"
text: "To increase manual testing efforts"
- id: "d"
text: "To create more silos between teams"

- id: "q2"
text: "What does SRE stand for?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Software Reliability Engineering"
- id: "b"
text: "Site Reliability Engineering"
is_correct: true
- id: "c"
text: "System Resource Engineering"
- id: "d"
text: "Server Resiliency Engineering"

- id: "q3"
text: "Which company is widely credited with formalizing and popularizing the term 'SRE'?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Microsoft"
- id: "b"
text: "Amazon"
- id: "c"
text: "Google"
is_correct: true
- id: "d"
text: "Facebook"

- id: "q4"
text: "What is the key focus of DevOps practices?"
type: "multiple-answers"
marks: 2
options:
- id: "a"
text: "Enhancing collaboration and communication between Dev and Ops teams"
is_correct: true
- id: "b"
text: "Creating more manual processes"
- id: "c"
text: "Fostering a culture of continuous improvement"
is_correct: true
- id: "d"
text: "Reducing automation in software delivery"

- id: "q5"
text: "Which of the following describes the main difference between traditional IT operations and SRE?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "SRE focuses only on keeping systems running"
- id: "b"
text: "SRE provides a framework for balancing system reliability with new features and development"
is_correct: true
- id: "c"
text: "SRE eliminates the need for operations teams"
- id: "d"
text: "SRE is only applicable to small-scale systems"

layout: "test"
type: "test"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
title: "Test"
pass_percentage: 70
questions:
- id: "q1"
text: "What was the dominant software development methodology in the pre-DevOps era?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Agile"
- id: "b"
text: "Waterfall Model"
is_correct: true
- id: "c"
text: "Scrum"
- id: "d"
text: "DevOps"

- id: "q2"
text: "Which of the following are characteristics of the pre-DevOps era?"
type: "multiple-answers"
marks: 2
options:
- id: "a"
text: "Siloed teams working independently"
is_correct: true
- id: "b"
text: "Manual processes for testing and deployment"
is_correct: true
- id: "c"
text: "Continuous automated deployments"
- id: "d"
text: "Limited automation of repetitive tasks"
is_correct: true

- id: "q3"
text: "What mentality was common in the pre-DevOps era due to siloed teams?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Shared responsibility"
- id: "b"
text: "'Throw it over the wall' mentality"
is_correct: true
- id: "c"
text: "Collaborative development"
- id: "d"
text: "Continuous integration"

- id: "q4"
text: "In the Waterfall model, what had to be completed before moving to the next stage?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "User feedback"
- id: "b"
text: "Market analysis"
- id: "c"
text: "Each stage"
is_correct: true
- id: "d"
text: "Budget approval"

- id: "q5"
text: "What were the typical characteristics of software releases in the pre-DevOps era?"
type: "multiple-answers"
marks: 2
options:
- id: "a"
text: "Infrequent releases"
is_correct: true
- id: "b"
text: "Often buggy"
is_correct: true
- id: "c"
text: "Automated and reliable"
- id: "d"
text: "Time-consuming and error-prone"
is_correct: true

layout: "test"
type: "test"
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
title: "Test"
pass_percentage: 70
questions:
- id: "q1"
text: "What does DevOps combine?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Development + Operations"
is_correct: true
- id: "b"
text: "Design + Operations"
- id: "c"
text: "Deployment + Optimization"
- id: "d"
text: "Database + Operations"

- id: "q2"
text: "SRE incorporates aspects of software engineering and applies them to which areas?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Marketing and sales"
- id: "b"
text: "Infrastructure and operations problems"
is_correct: true
- id: "c"
text: "Human resources"
- id: "d"
text: "Financial planning"

- id: "q3"
text: "What is the main purpose of DevOps practices?"
type: "multiple-answers"
marks: 2
options:
- id: "a"
text: "Automate and streamline software delivery processes"
is_correct: true
- id: "b"
text: "Foster a culture of continuous improvement"
is_correct: true
- id: "c"
text: "Increase manual handoffs between teams"
- id: "d"
text: "Create isolated development environments"

- id: "q4"
text: "Where was SRE originally developed?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "Microsoft"
- id: "b"
text: "Google"
is_correct: true
- id: "c"
text: "Amazon"
- id: "d"
text: "IBM"

- id: "q5"
text: "What is the primary goal of SRE?"
type: "single-answer"
marks: 2
options:
- id: "a"
text: "To eliminate all system failures"
- id: "b"
text: "To create scalable and highly reliable software systems"
is_correct: true
- id: "c"
text: "To reduce software development speed"
- id: "d"
text: "To increase operational costs"

layout: "test"
type: "test"
---
Loading