NEW
Font size
WorksheetsWindows and Linux Server Quiz
Total questions: 54
Worksheet time: 27mins
Which Windows Server role is primarily responsible for centralized authentication and authorization in a domain environment?
Active Directory Domain Services
DNS Server
Network Policy Server
File Server
What is the default file system recommended during Windows Server installation for security and reliability?
NTFS
FAT32
exFAT
ReFS only
Which Windows Server feature is used to perform scheduled full and incremental backups of server data?
Windows Server Backup
System Restore
File History
Volume Shadow Copy Service
In Active Directory, which object is used to apply Group Policies to users and computers?
Organizational Unit
Security Group
Domain Controller
Global Catalog
Which DNS record type is used to map a hostname to an IPv4 address?
A record
AAAA record
PTR record
CNAME record
Which Windows service dynamically assigns IP addresses to clients on a network?
DHCP Server
DNS Server
IPAM
NLB
What is the primary purpose of Group Policy in Windows environments?
Centralized configuration management
User authentication
File sharing
Software compilation
Which PowerShell cmdlet is commonly used to retrieve a list of services on a Windows system?
Get-Service
Start-Service
New-Service
Set-Service
Which Hyper-V component provides virtual network connectivity to virtual machines?
Virtual Switch
Integration Services
Checkpoint Manager
VM Bus
Which storage feature reduces disk space usage by eliminating duplicate data blocks?
Data Deduplication
Disk Quotas
RAID 1
BitLocker
What is the main role of IIS in Windows Server?
Hosting web applications and services
Managing user authentication
Handling email delivery
Providing DNS resolution
Which Windows feature allows distributed file sharing across multiple servers while appearing as a single namespace?
Distributed File System
File Server Resource Manager
Network Load Balancing
IPAM
Which Linux directory contains system configuration files?
/etc
/bin
/usr
/home
Which command is used to display the present working directory in Linux?
pwd
ls
cd
whoami
Which Linux permission set allows read, write, and execute access?
rwx
r--
rw-
--x
Which command is used to change file ownership in Linux?
chown
chmod
usermod
passwd
What is the first program executed by the Linux kernel during system startup (systemd-based systems)?
systemd
initrd
grub
bash
Which boot loader is commonly used in modern Linux distributions?
GRUB
LILO
NTLDR
BOOTMGR
Which Kickstart file directive defines disk partitioning?
part
repo
network
packages
Which Linux command displays current network interface configurations?
ip addr
ping
traceroute
arp
In Active Directory, which FSMO role is responsible for time synchronization and password updates?
PDC Emulator
RID Master
Infrastructure Master
Schema Master
Which DNS zone type allows read-only replication from a primary DNS server?
Secondary zone
Stub zone
Forward lookup zone
Reverse lookup zone
A Windows administrator wants to centrally manage IP address usage across multiple DHCP servers. Which feature should be implemented?
IP Address Management
Network Load Balancing
DFS Replication
FSRM
Which Group Policy setting helps enforce password complexity requirements?
Account Policies
User Rights Assignment
Security Options
Software Restriction Policies
Which PowerShell feature allows execution of commands on remote systems?
PowerShell Remoting
Background Jobs
Script Signing
ISE Debugger
In Hyper-V, which option allows reverting a VM to a previous known state?
Checkpoints
Live Migration
Replica
Dynamic Memory
Which Windows Server role controls authentication for VPN connections using policies?
Network Policy Server
DNS Server
IIS
DHCP Server
Which FSRM feature is used to block storage of specific file types?
File Screening
Quota Management
Storage Reports
Deduplication
Which Linux file defines user account information?
/etc/passwd
/etc/shadow
/etc/group
/etc/login.defs
Which Linux utility is used to manage disk partitions on GPT-based disks?
gdisk
fdisk
mount
df
Which LVM component combines multiple physical volumes into a storage pool?
Volume Group
Logical Volume
Physical Extent
File System
Which command is used to start a service immediately using systemd?
systemctl start
service enable
chkconfig on
initctl start
Which Linux service enables secure remote login and command execution?
OpenSSH
Telnet
FTP
VNC
Which Apache configuration file is typically used to define virtual hosts?
httpd.conf
resolv.conf
hosts
fstab
Which protocol does Samba primarily use to integrate Linux systems with Windows networks?
SMB/CIFS
NFS
LDAP
FTP
Which Postfix component is responsible for receiving incoming mail?
SMTP daemon
Mail Queue Manager
Local Delivery Agent
IMAP listener
In Windows Server migration, what is the main purpose of pre-migration validation?
Identify compatibility and configuration issues
Increase network throughput
Encrypt migrated data
Upgrade client operating systems
A domain administrator needs to ensure that a Group Policy applies only to a specific department. What is the most appropriate design choice?
Create an OU and link the GPO to it
Apply the GPO at the domain root
Use a local security policy
Modify default domain policy
A Windows Server hosting critical applications must continue service if one node fails. Which solution best fits this requirement?
Network Load Balancing
Windows Server Backup
Data Deduplication
IPAM
During a forensic review, an administrator needs to verify who last modified a file on NTFS. Which feature provides this information?
NTFS file auditing
Disk quotas
Shadow copies
File screening
A Linux system fails to boot after a kernel update. Which GRUB feature allows selecting an older kernel?
GRUB menu entries
Kickstart recovery
initramfs rebuild
chroot environment
An administrator wants to deploy identical Linux systems without manual intervention. Which approach is most suitable?
Kickstart installation
Manual RPM installation
Live CD deployment
SCP-based cloning
Which Linux configuration file maps hostnames to IP addresses locally?
/etc/hosts
/etc/resolv.conf
/etc/sysconfig/network
/etc/nsswitch.conf
A Linux administrator wants to restrict a user from accessing a shared directory without affecting others. Which mechanism is most appropriate?
File permissions and ownership
Kernel recompilation
Service masking
Disk formatting
Which NFS characteristic allows files to be accessed as if they are local?
Transparent remote file access
Encrypted transport by default
Windows-native protocol
Block-level storage
A Bash script is not executing even though syntax is correct. Which condition is most likely missing?
Execute permission on the script
Root user login
Correct hostname
Active network connection
Which redirection operator sends standard output to a file, overwriting existing content?
>
>>
In Windows Server, which component manages email services and mailboxes?
Exchange Server
IIS
NPS
DFS
A company wants centralized authentication for Linux systems using directory services. Which solution fits best?
LDAP
FTP
DNS
NFS
Which Linux file contains encrypted user passwords?
/etc/shadow
/etc/passwd
/etc/group
/etc/login
A Windows administrator needs to deploy Windows 11 over the network. Which service should be configured?
Windows Deployment Services
DHCP Failover
IPAM
NLB
While troubleshooting a VPN connection, which Windows component enforces authentication and authorization policies?
Network Policy Server
DNS Server
IIS
Hyper-V
A Linux administrator wants to schedule regular system updates. Which mechanism is most appropriate?
Patch management using package manager and cron
Manual kernel compilation
Static linking of binaries
GRUB configuration
Which Linux command displays disk space usage of mounted file systems?
df
du
lsblk
mount
