@@ -29,34 +29,34 @@ quiz:
29
29
explanation : " Incorrect. A storage account is used to store data, not to group resources."
30
30
- content : " What is the purpose of setting a delete lock on an Azure resource?"
31
31
choices :
32
- - content : " To prevent the resource from being modified"
32
+ - content : " To prevent the resource from being modified. "
33
33
isCorrect : false
34
34
explanation : " Incorrect"
35
- - content : " To allow only administrators to access the resource"
35
+ - content : " To allow only administrators to access the resource. "
36
36
isCorrect : false
37
37
explanation : " Incorrect"
38
- - content : " To prevent accidental or unauthorized deletion of the resource"
38
+ - content : " To prevent accidental or unauthorized deletion of the resource. "
39
39
isCorrect : true
40
- explanation : " Correct. A delete lock ensures the resource cannot be deleted until the lock is removed."
40
+ explanation : " Correct. A delete lock ensures the resource can't be deleted until the lock is removed."
41
41
- content : " Which of the following actions would help minimize Azure costs when creating a virtual machine?"
42
42
choices :
43
- - content : " Selecting a small virtual machine size like Standard_B1s"
43
+ - content : " Selecting a small virtual machine size like Standard_B1s. "
44
44
isCorrect : true
45
45
explanation : " Correct. Smaller virtual machine sizes are more cost-effective for basic workloads."
46
- - content : " Enabling auto-scaling for the virtual machine"
46
+ - content : " Enabling autoscaling for the virtual machine. "
47
47
isCorrect : false
48
- explanation : " Incorrect. Auto-scaling is not applicable to individual virtual machines and does not directly reduce cost."
49
- - content : " Using a premium SSD for the OS disk"
48
+ explanation : " Incorrect. Autoscaling isn't applicable to individual virtual machines and doesn't directly reduce cost."
49
+ - content : " Using a premium SSD for the OS disk. "
50
50
isCorrect : false
51
51
explanation : " Incorrect. Premium SSDs are more expensive and not necessary for cost-saving scenarios."
52
52
- content : " What happens when a shared access signature (SAS) URL is used after its associated key has been rotated?"
53
53
choices :
54
- - content : " The file becomes read-only"
54
+ - content : " The file becomes read-only. "
55
55
isCorrect : false
56
56
explanation : " Incorrect"
57
- - content : " The SAS URL continues to work until it expires"
57
+ - content : " The SAS URL continues to work until it expires. "
58
58
isCorrect : false
59
59
explanation : " Incorrect"
60
- - content : " The SAS URL becomes invalid and access is denied"
60
+ - content : " The SAS URL becomes invalid and access is denied. "
61
61
isCorrect : true
62
62
explanation : " Correct. Rotating the key invalidates any SAS tokens generated with the old key."
0 commit comments