Initial Core 2 study project
This commit is contained in:
commit
10de90430c
120 changed files with 12696 additions and 0 deletions
68
quizzes/SEC-2-quiz.md
Normal file
68
quizzes/SEC-2-quiz.md
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# SEC-2 Quiz: Windows Security Settings
|
||||
|
||||
Take this after studying `notes/SEC-2-windows-security-settings.md`.
|
||||
|
||||
Reply with answers like:
|
||||
`1B 2A 3D 4C 5B 6A 7D`
|
||||
|
||||
## Questions
|
||||
|
||||
1. Which Windows feature provides built-in antivirus protection?
|
||||
|
||||
A. Disk Management
|
||||
B. Microsoft Defender Antivirus
|
||||
C. File Explorer Options
|
||||
D. APIPA
|
||||
|
||||
2. Which permission type applies locally and over the network on an NTFS volume?
|
||||
|
||||
A. Share permissions
|
||||
B. Public profile
|
||||
C. SSID permissions
|
||||
D. NTFS permissions
|
||||
|
||||
3. Which Windows feature encrypts an entire volume?
|
||||
|
||||
A. BitLocker
|
||||
B. EFS
|
||||
C. SAML
|
||||
D. DLP
|
||||
|
||||
4. Which Windows feature encrypts individual files or folders on NTFS?
|
||||
|
||||
A. BitLocker To Go
|
||||
B. UAC
|
||||
C. EFS
|
||||
D. Group Policy
|
||||
|
||||
5. What does UAC help prevent?
|
||||
|
||||
A. DHCP address assignment
|
||||
B. Silent or automatic administrative changes without approval
|
||||
C. DNS name resolution
|
||||
D. File synchronization
|
||||
|
||||
6. Which command forces Group Policy to refresh?
|
||||
|
||||
A. `gpresult /r`
|
||||
B. `whoami /groups`
|
||||
C. `manage-bde -status`
|
||||
D. `gpupdate /force`
|
||||
|
||||
7. Which account type is centrally managed by Active Directory?
|
||||
|
||||
A. Local account
|
||||
B. Microsoft account
|
||||
C. Domain account
|
||||
D. Guest-only account
|
||||
|
||||
## Answer Key For Instructor
|
||||
|
||||
1. B
|
||||
2. D
|
||||
3. A
|
||||
4. C
|
||||
5. B
|
||||
6. D
|
||||
7. C
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue