Skip to content
Open
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
14 changes: 14 additions & 0 deletions content/quizzes/devops-quiz.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,19 @@
"difficulty": "advanced",
"points": 22
}
,
{ "question": "Which of the following best describes the core goal of DevOps?",
"options": [
"To isolate the development team from the operations team.",
"To break down silos and improve collaboration between development and operations.",
"To automate testing without involving the QA team.",
"To replace all software engineers with system administrators."
],
"correctAnswer": 1,
"explanation": "The primary goal of DevOps is to bridge the gap between development (Dev) and operations (Ops) teams, fostering collaboration, shared responsibility, and faster continuous delivery.",
"hint": "Focus on the relationship between the two main teams in the name.",
"difficulty": "beginner",
"points": 10
}
]
}