0
0
Cybersecurityknowledge~20 mins

Windows security configuration in Cybersecurity - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Windows Security Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding User Account Control (UAC) in Windows
What is the primary purpose of User Account Control (UAC) in Windows security configuration?
ATo encrypt all files on the system to protect against unauthorized access
BTo automatically update all installed software without user intervention
CTo prevent unauthorized changes by prompting for permission or administrator credentials
DTo disable all network connections when suspicious activity is detected
Attempts:
2 left
💡 Hint
Think about how Windows controls changes that could affect system security.
📋 Factual
intermediate
2:00remaining
Windows Firewall Default Behavior
By default, what does the Windows Firewall do when it detects an incoming connection that is not explicitly allowed?
AAllows the connection without notification
BAutomatically creates a rule to allow the connection
CRedirects the connection to a safe network zone
DBlocks the connection and notifies the user
Attempts:
2 left
💡 Hint
Consider how firewalls protect your computer from unknown network traffic.
🔍 Analysis
advanced
2:00remaining
Effect of Disabling Windows Defender Antivirus
What is the most likely consequence of disabling Windows Defender Antivirus without installing another antivirus program?
AThe system becomes vulnerable to malware and viruses without real-time protection
BThe system will automatically block all suspicious files without scanning
CWindows will prevent all software installations to protect the system
DThe system performance will improve significantly with no security risks
Attempts:
2 left
💡 Hint
Think about what antivirus software does to protect your computer.
Comparison
advanced
2:00remaining
Comparing Windows Security Policies: Local vs Group Policy
Which statement best describes the difference between Local Security Policy and Group Policy in Windows security configuration?
ALocal Security Policy applies settings to a single computer, while Group Policy can apply settings across multiple computers in a domain
BLocal Security Policy is managed by network administrators, Group Policy is managed by individual users
CGroup Policy only controls user interface settings, Local Security Policy controls network settings
DLocal Security Policy requires internet connection, Group Policy works offline
Attempts:
2 left
💡 Hint
Consider the scope of control for each policy type.
Reasoning
expert
2:00remaining
Impact of Incorrect NTFS Permissions Configuration
If a user mistakenly grants 'Full Control' permission to 'Everyone' on a sensitive folder in NTFS, what is the most serious security risk?
AOnly administrators can access the folder despite the permission change
BAny user can read, modify, delete, or change permissions of files in that folder
CThe folder becomes hidden and inaccessible to all users
DThe system automatically encrypts the folder to protect it
Attempts:
2 left
💡 Hint
Think about what 'Full Control' means for all users.