You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- content: 'Which of the following is a goal for effective incident response?'
21
-
choices:
22
-
- content: 'Be able to react with caution'
23
-
isCorrect: false
24
-
explanation: "While caution is important (so we don't break more things), it is not a goal for effective incident response."
25
-
- content: 'Be able to respond with urgency'
26
-
isCorrect: true
27
-
explanation: 'Correct, we want to respond, not just react, with urgency.'
28
-
- content: 'Be able to act with deliberation'
29
-
isCorrect: false
30
-
explanation: 'While caution is important (so we try the right things), it is not a goal for effective incident response.'
31
-
32
-
- content: 'How quickly can engineering teams that are classified as “elite or high performers” generally detect, respond, and remediate service disruptions?'
33
-
choices:
34
-
- content: 'in less than 1 hour'
35
-
isCorrect: true
36
-
explanation: 'Correct.'
37
-
- content: 'in less than 4 hours'
38
-
isCorrect: false
39
-
explanation: 'High performers can handle an incident in less than an hour according to the _State of DevOps_ report.'
40
-
- content: 'in less than 24 hours'
41
-
isCorrect: false
42
-
explanation: 'This is the definition of a "medium" performer according to the _State of DevOps_ report.'
43
-
- content: 'in less than 1 week or a month'
44
-
isCorrect: false
45
-
explanation: 'This is the definition of a "low" performer according to the _State of DevOps_ report.'
- content: "Which of the following is a goal for effective incident response?"
21
+
choices:
22
+
- content: "Be able to react with caution"
23
+
isCorrect: false
24
+
explanation: "While caution is important (so we don't break more things), it isn't a goal for effective incident response."
25
+
- content: "Be able to respond with urgency"
26
+
isCorrect: true
27
+
explanation: "Correct, we want to respond, not just react, with urgency."
28
+
- content: "Be able to act with deliberation"
29
+
isCorrect: false
30
+
explanation: "While caution is important (so we try the right things), it isn't a goal for effective incident response."
31
+
32
+
- content: "Which DORA metric most directly measures how quickly a team recovers from a failed deployment?"
33
+
choices:
34
+
- content: "Deployment frequency"
35
+
isCorrect: false
36
+
explanation: "Deployment frequency measures how often code is released, not how quickly a team recovers from a failure."
37
+
- content: "Lead time for changes"
38
+
isCorrect: false
39
+
explanation: "Lead time measures how long it takes for a change to move from commit to production."
40
+
- content: "Failed deployment recovery time"
41
+
isCorrect: true
42
+
explanation: "Correct. DORA uses failed deployment recovery time to measure how quickly a team recovers from a deployment that causes a production issue."
43
+
- content: "Change fail rate"
44
+
isCorrect: false
45
+
explanation: "Change fail rate measures how often deployments cause problems, not how long recovery takes."
- content: 'Which of these things is a pillar of incident response?'
21
-
choices:
22
-
- content: 'Rosters'
23
-
isCorrect: false
24
-
explanation: 'Rosters are one of the pillars, but not the only one.'
25
-
- content: 'Roles'
26
-
isCorrect: false
27
-
explanation: 'Roles are one of the pillars, but not the only one.'
28
-
- content: 'Rotations'
29
-
isCorrect: false
30
-
explanation: 'Rotations are one of the pillars, but not the only one.'
31
-
- content: 'All of these'
32
-
isCorrect: true
33
-
explanation: 'Correct, all of these are pillars of effective incident response.'
34
-
35
-
36
-
- content: 'What does scribe role do as part of incident response?'
37
-
choices:
38
-
- content: 'Writes up the post-incident review'
39
-
isCorrect: false
40
-
explanation: 'Though they might do this later, this role has a different main purpose.'
41
-
- content: 'Creates a verbatim transcript for a call bridge'
42
-
isCorrect: false
43
-
explanation: 'The scribe captures all the data possible, not just what team members are doing but also what they’re saying and even what they’re feeling or experiencing.'
44
-
- content: 'Keeps track of the metrics in the monitoring system that are important'
45
-
isCorrect: false
46
-
explanation: 'The scribe has a different role during incident response.'
47
-
- content: 'Documents the conversation around incident in as much detail as possible'
48
-
isCorrect: true
49
-
explanation: 'Correct.'
50
-
51
-
- content: 'Do you need all of the roles mentioned in this unit to do successful incident response?'
52
-
choices:
53
-
- content: 'Yes'
54
-
isCorrect: false
55
-
explanation: 'Especially in smaller organizations or during more minor incidents, not all roles will be needed.'
56
-
- content: 'No'
57
-
isCorrect: true
58
-
explanation: 'Correct, especially in smaller organizations or during more minor incidents, not all roles will be needed.'
- content: "Which of these things is a pillar of incident response?"
21
+
choices:
22
+
- content: "Rosters"
23
+
isCorrect: false
24
+
explanation: "Rosters are one of the pillars, but not the only one."
25
+
- content: "Roles"
26
+
isCorrect: false
27
+
explanation: "Roles are one of the pillars, but not the only one."
28
+
- content: "Rotations"
29
+
isCorrect: false
30
+
explanation: "Rotations are one of the pillars, but not the only one."
31
+
- content: "All of these"
32
+
isCorrect: true
33
+
explanation: "Correct, all of these are pillars of effective incident response."
34
+
35
+
36
+
- content: "What does the scribe role do as part of incident response?"
37
+
choices:
38
+
- content: "Writes up the post-incident review"
39
+
isCorrect: false
40
+
explanation: "Though they might do this later, this role has a different main purpose."
41
+
- content: "Creates a verbatim transcript for a call bridge"
42
+
isCorrect: false
43
+
explanation: "The scribe captures all the data possible, not just what team members are doing but also what they\u2019re saying and even what they\u2019re feeling or experiencing."
44
+
- content: "Keeps track of the metrics in the monitoring system that are important"
45
+
isCorrect: false
46
+
explanation: "The scribe has a different role during incident response."
47
+
- content: "Documents the conversation around the incident in as much detail as possible"
48
+
isCorrect: true
49
+
explanation: "Correct."
50
+
51
+
- content: "Do you need all of the roles mentioned in this unit to do successful incident response?"
52
+
choices:
53
+
- content: "Yes"
54
+
isCorrect: false
55
+
explanation: "Especially in smaller organizations or during more minor incidents, not all roles are needed."
56
+
- content: "No"
57
+
isCorrect: true
58
+
explanation: "Correct, especially in smaller organizations or during more minor incidents, not all roles are needed."
0 commit comments