Unit 2 - Practice Quiz
CSC104
1 Which Windows component is responsible for storing local user account passwords in a hashed format?
2 In the context of Windows permissions, what happens when a user has Modify allow permissions via NTFS but Read allow permissions via the Network Share?
3 Which command-line tool is primarily used to display the current TCP/IP network configuration values, including the IP address and default gateway?
netstat
ipconfig
nslookup
tracert
4 What is the default TCP port number used by the Remote Desktop Protocol (RDP)?
5 Which Windows feature helps prevent unauthorized changes to the operating system by prompting the user for permission or an administrator password?
6 In the Windows Event Viewer, which specific log would record a successful or failed user logon attempt?
7 Which command is used to display the active TCP connections, ports on which the computer is listening, and Ethernet statistics?
netstat
ping
ipconfig
whoami
8 What symbol is appended to the end of a share name to make it a 'hidden' share in Windows?
9 Which protocol is primarily used by Windows for file and printer sharing across a local network?
10 What is the specific Windows Event ID associated with a successful logon?
11 Which Sysinternals tool allows a user to execute processes on other systems, often used for remote administration?
12 If a Windows client is configured for DHCP but cannot contact the DHCP server, it assigns itself an APIPA address in which range?
13 Which command-line tool outputs the current user's security identifiers (SIDs) and privileges?
whoami /all
net user
sysinfo
get-acl
14 Which Windows administrative tool allows for the centralized management of various system components using 'snap-ins'?
15 Which file system permission allows a user to take ownership of a file or folder?
16 What is the primary function of the Domain Name System (DNS)?
17 Which command is used to modify user accounts, such as adding a new user or changing a password, via the command line?
net user
net share
net use
net group
18 What is the name of the built-in antivirus and anti-malware component in modern Windows operating systems?
19 In the context of Windows Groups, which built-in group has complete and unrestricted access to the computer?
20 Which command allows you to view the list of currently running processes and their Process IDs (PIDs) in the command prompt?
tasklist
processview
ps
runlist
21
What does the command ipconfig /flushdns do?
22
Which file path represents the default location for the local hosts file in Windows?
C:\Windows\System32\drivers\etc\hosts
C:\Windows\hosts
C:\Windows\System32\config\hosts
C:\Users\Default\hosts
23 Which Authentication protocol is the default for computers in an Active Directory domain and relies on tickets?
24 What is the executable name for the Windows Group Policy Editor?
regedit.exe
gpedit.msc
services.msc
secpol.msc
25 When configuring the Windows Firewall, what is the difference between Inbound and Outbound rules?
26 Which command allows you to map a network share to a local drive letter (e.g., Z:)?
net use
net share
net map
mount
27 What is the standard port number for SMB (Server Message Block) over TCP?
28 Which Windows service management console command is used to open the Services window?
taskmgr
services.msc
compmgmt.msc
eventvwr
29 In NTFS permissions, what is the effect of the 'Deny' permission?
30 Which legacy Windows protocol allows applications on separate computers to communicate over a LAN and uses 15-character names?
31 Which tool can be used to view programs that run automatically when Windows starts?
32 Which command is used to force a refresh of Group Policy settings on a client machine?
gpupdate /force
gpresult /r
net pol update
sysprep
33 What is a Security Identifier (SID) in Windows?
34
Which registry hive usually contains the Run keys that control startup programs for the local machine?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKEY_USERS\.DEFAULT
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
35 What is the purpose of the Windows Audit Policy?
36 Which command displays detailed configuration information about a computer and its operating system, including the OS version, install date, and hotfixes?
ver
systeminfo
hostname
whoami
37 If you need to investigate why a scheduled task failed to run, which tool would you check first?
38 What is the executable name for the Remote Desktop Connection client?
rdp.exe
mstsc.exe
remote.exe
connect.exe
39 Which type of user account is best practice for performing daily, non-administrative tasks?
40
In the output of netstat -ano, what does the -o switch display?
41 Which folder permissions inheritance setting is the default behavior in NTFS?
42 What is the loopback IP address used to test the network interface on the local host?
43 Which Windows tool allows you to view and modify the registry?
regedit
msconfig
gpedit
dxdiag
44 Which command is used to display the routing table on a Windows machine?
route print
netstat -r
45 What happens to the NTFS permissions of a file when it is moved to a different folder on the same volume?
46 Which net command is used to list all the shares exported by the local computer?
net session
net view
net share
net export
47 Which protocol uses a 'Challenge-Response' mechanism and is considered less secure than Kerberos?
48 In the Windows Firewall, which profile typically applies when connected to a public Wi-Fi hotspot?
49 Which administrative tool allows you to view hardware resources, update drivers, and disable hardware components?
50
What is the purpose of the ping command?