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
Copy file name to clipboardExpand all lines: learn-pr/advocates/improve-reliability-scaling/6-global.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,19 @@ quiz:
21
21
choices:
22
22
- content: 'Azure Traffic Manager'
23
23
isCorrect: false
24
-
explanation: 'Traffic Manager is a DNS-based load balancer. Because it uses DNS routing, it cannot proxy connections or provide caching or WAF capabilities.'
24
+
explanation: "Traffic Manager is a DNS-based load balancer. Because it uses DNS routing, it can't proxy connections or provide caching or WAF capabilities."
25
25
- content: 'Azure Front Door'
26
26
isCorrect: true
27
27
explanation: 'Correct. Azure Front Door proxies connections, enabling advanced features such as caching and Web Application Firewall.'
28
28
- content: 'Azure Load Balancer'
29
29
isCorrect: false
30
-
explanation: 'Azure Load Balancer operates at Layer 4 within a region and does not provide global HTTP-based load balancing, caching, or WAF.'
30
+
explanation: "Azure Load Balancer operates at Layer 4 within a region and doesn't provide global HTTP-based load balancing, caching, or WAF."
31
31
32
32
- content: 'What consistency model offers a linearizability guarantee?'
33
33
choices:
34
-
- content: 'strong consistency'
34
+
- content: 'Strong consistency'
35
35
isCorrect: true
36
36
explanation: 'Correct.'
37
-
- content: 'eventual consistency'
37
+
- content: 'Eventual consistency'
38
38
isCorrect: false
39
39
explanation: "Eventual consistency doesn't offer this guarantee."
0 commit comments