File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
learn-pr/advocates/improve-reliability-scaling Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 17
17
title : Check your knowledge
18
18
questions :
19
19
20
- - content : ' Making your application or service more scalable can also make it:'
21
- choices :
22
- - content : ' less complex'
23
- isCorrect : false
24
- explanation : " With scaling, especially when scaling out, there's often an increase in complexity."
25
- - content : ' more reliable'
26
- isCorrect : true
27
- explanation : ' Correct.'
28
- - content : ' easier to troubleshoot'
29
- isCorrect : false
30
- explanation : ' Because (especially when scaling out) there are more moving parts, it may not be easier to troubleshoot.'
31
-
32
20
- content : ' Making your application or service more scalable can also make it:'
33
21
choices :
34
22
- content : ' less complex'
You can’t perform that action at this time.
0 commit comments