Initial Core 2 study project
This commit is contained in:
commit
10de90430c
120 changed files with 12696 additions and 0 deletions
68
quizzes/SEC-8-quiz.md
Normal file
68
quizzes/SEC-8-quiz.md
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# SEC-8 Quiz: Mobile Device Security
|
||||
|
||||
Take this after studying `notes/SEC-8-mobile-device-security.md`.
|
||||
|
||||
Reply with answers like:
|
||||
`1B 2A 3D 4C 5B 6A 7D`
|
||||
|
||||
## Questions
|
||||
|
||||
1. Which setting best protects data stored on a lost mobile device?
|
||||
|
||||
A. Lower screen brightness
|
||||
B. SSID broadcast
|
||||
C. Full device encryption
|
||||
D. Disk Cleanup
|
||||
|
||||
2. Which unlock method is weakest because it does not really authenticate the user?
|
||||
|
||||
A. PIN
|
||||
B. Swipe
|
||||
C. Fingerprint
|
||||
D. Password
|
||||
|
||||
3. What is the main purpose of Mobile Device Management?
|
||||
|
||||
A. Increase battery capacity
|
||||
B. Replace DNS for all phones
|
||||
C. Convert mobile files to NTFS
|
||||
D. Centrally enforce mobile security and configuration policies
|
||||
|
||||
4. A company lets employees use personal phones for company email. What policy is most relevant?
|
||||
|
||||
A. BYOD policy
|
||||
B. Guest Wi-Fi isolation only
|
||||
C. Disk defragmentation policy
|
||||
D. Printer sharing policy
|
||||
|
||||
5. A phone is lost and may not be recovered. Which feature can protect company data by erasing the device?
|
||||
|
||||
A. Auto brightness
|
||||
B. NFC pairing
|
||||
C. Remote wipe
|
||||
D. Airplane mode
|
||||
|
||||
6. Why are mobile OS and app updates important?
|
||||
|
||||
A. They remove the need for screen locks
|
||||
B. They can patch security vulnerabilities
|
||||
C. They disable encryption
|
||||
D. They guarantee unlimited storage
|
||||
|
||||
7. Which behavior creates a higher malware risk, especially on Android devices?
|
||||
|
||||
A. Enabling automatic app updates
|
||||
B. Using a PIN
|
||||
C. Backing up the device
|
||||
D. Installing apps from unknown third-party sources
|
||||
|
||||
## Answer Key For Instructor
|
||||
|
||||
1. C
|
||||
2. B
|
||||
3. D
|
||||
4. A
|
||||
5. C
|
||||
6. B
|
||||
7. D
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue