Microsoft 98-365 Windows Server Administration Fundamentals Free Practice Test — 30 Questions
This practice bank covers core Windows Server administration concepts tested in the 98-365 exam, including network infrastructure (subnetting, DNS, troubleshooting tools), Active Directory (domain controllers, OUs, GPOs, PowerShell automation), Azure integration (IaaS, PaaS, Azure AD Connect), storage solutions (SAN, RAID), and performance monitoring (Resource Monitor, Event Viewer). The questions emphasize real-world decision-making: selecting correct subnet masks, choosing installation methods, resolving GPO application issues, and configuring high-availability services. Use this analysis to build recall of key facts, troubleshooting steps, and best practices for server administration.
What this Microsoft 98-365 Windows Server Administration Fundamentals practice set measures
This is an analysis of the practice bank, not a claim about the vendor's live exam blueprint. Use it to identify the knowledge, judgment, and recall patterns exercised here, then verify your coverage against the current official exam guide.
Network Configuration and Troubleshooting
This section addresses IP subnetting, DNS record types, and connectivity troubleshooting. The subnetting question requires calculating host bits and subnet masks to meet given requirements. DNS questions explore A, CNAME, and MX records, emphasizing split-horizon DNS for internal/external resolution. Troubleshooting tools like Ping and Tracert are compared for diagnosing connectivity issues. The practice bank also tests the role of IP configuration and firewall rules in shared drive access.
- Subnet mask /27 (255.255.255.224) provides 30 usable hosts per subnet.
- CNAME records map subdomains to other names; A records map to IP addresses.
- Tracert traces packet route to identify network failure points; Ping tests reachability and RTT.
- Verify server IP and DNS settings before restarting or adjusting firewalls.
Active Directory Administration
Questions cover AD DS structure, Organizational Units (OUs), Group Policy Objects (GPOs), and domain controller configuration. Effective delegation requires department-specific OUs with delegated permissions. GPO issues often stem from incorrect OU linking or inheritance blocking. For domain controller redundancy, deploy multiple Global Catalog servers across sites with high-speed WAN links. PowerShell's New-ADUser cmdlet can automate user creation with parameters like -Path, -AccountPassword, and -ChangePasswordAtLogon.
- Separate OUs per department allow granular GPO application and administrative delegation.
- Block Inheritance on child OUs prevents parent GPOs from applying; Enforced ensures mandatory policies.
- Two domain controllers as Global Catalog servers replicate directory data and provide load balancing.
- New-ADUser with -ChangePasswordAtLogon enforces first-login password change.
Cloud and Hybrid Solutions
This section covers Azure services for scalability, high availability, and hybrid identity. Azure App Service with Autoscale automatically adjusts resources based on demand. For critical applications, Azure VMs in Availability Sets provide redundancy. Azure AD Connect with password hash synchronization enables single sign-on while keeping passwords secure. IaaS offers manageability of OS and apps; PaaS provides a platform for development without infrastructure overhead.
- Azure App Service with Autoscale handles fluctuating loads efficiently.
- Availability Sets ensure VMs are placed across fault domains for high availability.
- Azure AD Connect password hash sync allows SSO without exposing actual passwords.
- IaaS gives control over OS and applications; PaaS abstracts the platform for developers.
Storage, Performance, and Security
Performance monitoring via Resource Manager focuses on CPU and Memory tabs to identify issues. Memory usage at 90% likely causes slowdowns; analyze private bytes and working set for leaks. Storage solutions emphasize RAID 5 (one disk parity, good read performance) and RAID 10 (striped mirrors for high performance and fault tolerance). Encryption standards: AES-256 for data at rest, TLS 1.2 for data in transit. ITIL practices improve incident management through centralized ticketing.
- Resource Monitor Memory tab shows working set and private bytes to detect leaks.
- RAID 5 uses one disk for parity, tolerates single disk failure, good for mixed workloads.
- RAID 10 requires 2n disks (minimum 4), offers high read/write speeds and fault tolerance.
- AES-256 and TLS 1.2 are industry standards for data security and regulatory compliance.
Practice Microsoft 98-365 Windows Server Administration Fundamentals with real flashcards
Read the prompt, commit to an answer, then flip the card. Move through the deck at your own pace and repeat any topic that does not come back quickly.
Card 1 of 20
1 reviewed this session
Static practice bank
Start the 30-question diagnostic
The complete question bank is embedded in this pre-rendered page. There is no database request or second content download when you begin.
A network administrator is tasked with designing a subnetting scheme for a company that has been allocated the IP address range of 192.168.1.0/24. The company requires at least 6 subnets to accommodate different departments, and each subnet must support at least 30 hosts. What subnet mask should the administrator use to meet these requirements, and how many usable IP addresses will each subnet provide?
Study workflow
Turn one Microsoft 98-365 Windows Server Administration Fundamentals attempt into a study plan
- 1
Subnetting Calculation
Determine required host count, then find smallest h such that 2^h - 2 ≥ hosts. Subtract h from total host bits to get subnet bits. Convert to dotted decimal mask (e.g., /27 = 255.255.255.224).
- 2
Troubleshoot GPO Application
Check GPO is linked to the correct OU. Use Resultant Set of Policy (RSoP) to verify settings. Ensure no Block Inheritance or Enforced flags cause conflicts. Verify user/computer objects are in the OU scope.
- 3
Monitor Resource Usage with Resource Monitor
Open Resource Monitor, navigate to CPU tab to sort by % usage. Switch to Memory tab to examine working set and private bytes. Compare against baseline to spot anomalies like memory leaks.
- 4
Configure Azure AD Connect
Download and run Azure AD Connect. Choose synchronization method (password hash sync or federation). Select using a secure password hash. Map on-premises AD OUs for cloud sync. Enable SSO for seamless sign-in.
- 5
Deploy Multiple Domain Controllers
Install AD DS on two servers, configure as Global Catalog servers. Place in separate physical sites for redundancy. Ensure high-speed WAN link between sites. Configure replication using Active Directory Sites and Services.
FAQ
Questions about this exam practice page
Clear boundaries on what the bank covers, how to use it, and where official vendor information still matters.
What subnet mask allows 30 hosts per subnet from a /24 network?+
A /27 subnet mask (255.255.255.224) provides 32 total addresses minus 2 (network and broadcast) = 30 usable hosts. This uses 3 bits for subnetting from the original 8 host bits.
How do I force users to change password at first logon when using New-ADUser?+
Use the -ChangePasswordAtLogon $true parameter. Example: New-ADUser -Name 'user' -Path 'OU=Users,DC=domain' -AccountPassword (ConvertTo-SecureString 'P@ssw0rd' -AsPlainText -Force) -ChangePasswordAtLogon $true.
Can I use Tracert to test connectivity to a server?+
Tracert traces the route packets take; it helps pinpoint where failure occurs but does not directly test connectivity. Ping is the tool for checking if a server is reachable and measuring round-trip time.
What is the difference between IaaS and PaaS in Azure?+
IaaS provides virtualized compute, storage, and networking; you manage the OS and applications. PaaS offers a fully managed platform (OS, runtime, tools) so you only code and deploy. PaaS reduces operational overhead.
How do I prevent parent OU GPOs from applying to child OUs?+
On the child OU, enable Block Inheritance. This prevents all GPOs linked to parent OUs from applying. However, GPOs with Enforced flag will still apply; use Block Inheritance only if allowed by policy.
Build the next review session
Browse another free bank or use the study strategy guide to turn your misses into spaced review.
