Skip to content

Commit 3052d88

Browse files
committed
add questions
1 parent b2c128f commit 3052d88

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/quiz.ts

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,6 +2482,43 @@ const questionList = [
24822482
'When all Product Backlog items meet their Definition of Done.'
24832483
],
24842484
correctAnswer: [2]
2485+
},
2486+
{
2487+
question:
2488+
'Which agile aspect refuses what is often considered a “necessary evil” in many industries – long work hours, overtime, or even working nights or weekends?',
2489+
answers: [
2490+
'Continuous Delivery.',
2491+
'Small releases.',
2492+
'DevOps.',
2493+
'Sustainable pace.'
2494+
],
2495+
correctAnswer: [4]
2496+
},
2497+
{
2498+
question: 'What is Scrum?',
2499+
answers: [
2500+
'A framework for developing, delivering, and sustaining complex products.',
2501+
'A process that includes the best industry practices for developing software.',
2502+
'A prescriptive process following the principles of Lean Management.',
2503+
'A cookbook for working within complex environments.'
2504+
],
2505+
correctAnswer: [1]
2506+
},
2507+
{
2508+
question: 'What does the Cone of Uncertainty present?',
2509+
answers: [
2510+
'The dependencies, resources, and estimated effort for a project’s tasks and budget.',
2511+
"How the product's knowledge evolves.",
2512+
'The project schedule.',
2513+
'The remaining work for a project.'
2514+
],
2515+
correctAnswer: [2]
2516+
},
2517+
{
2518+
question:
2519+
'Scrum is both an incremental and iterative agile way of delivering work.',
2520+
answers: ['True', 'False'],
2521+
correctAnswer: [1]
24852522
}
24862523
]
24872524

0 commit comments

Comments
 (0)