Home
1.
You are the system administrator of a large organization that has recently implemented Windows Server 2016. You have a few remote sites that do not have very tight security. You have decided to implement read-only domain controllers (RODCs). What forest and function levels does the network need for you to do the install? (Choose all that apply.)
  • A.
    Windows Server 2016
  • B.
    Windows Server 2008 R2
  • C.
    Windows Server 2012 R2
  • D.
    Windows Server 2008
  • Answer & Explanation
  • Report
Answer : [A, B,C, D]
Explanation :
The forest and function levels have to be Windows 2003 or newer to install an RODC.
Report
Name Email  
2.
What is the maximum number of domains that a Windows Server 2016 computer configured as a domain controller may participate in at one time?
  • A.
    Zero
  • B.
    One
  • C.
    Two
  • D.
    Any number of domains
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A domain controller can contain Active Directory information for only one domain. If you want to use a multidomain environment, you must use multiple domain controllers configured in either a tree or a forest setting.
Report
Name Email  
3.
A system administrator is trying to determine which file system to use for a server that will become a Windows Server 2016 file server and domain controller. The company has the following requirements:
--> The file system must allow for file-level security from within Windows 2016 Server.
--> The file system must make efficient use of space on large partitions.
--> The domain controller Sysvol must be stored on the partition.
Which of the following file systems meets these requirements?
  • A.
    FAT
  • B.
    FAT32
  • C.
    HPFS
  • D.
    NTFS
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
NTFS has file-level security, and it makes efficient usage of disk space. Since this machine is to be configured as a domain controller, the configuration requires at least one NTFS partition to store the Sysvol information.
Report
Name Email  
4.
For security reasons, you have decided that you must convert the system partition on your removable drive from the FAT32 file system to NTFS. Which of the following steps must you take in order to convert the file system? (Choose two.)
  • A.
    Run the command CONVERT /FS:NTFS from the command prompt.
  • B.
    Rerun Windows Server 2016 Setup and choose to convert the partition to NTFS during the reinstallation.
  • C.
    Boot Windows Server 2016 Setup from the installation CD-ROM and choose Rebuild File System.
  • D.
    Reboot the computer.
  • Answer & Explanation
  • Report
Answer : [A, D]
Explanation :
To convert the system partition to NTFS, you must first use the CONVERT commandline utility and then reboot the server. During the next boot, the file system will be converted.
Report
Name Email  
5.
Windows Server 2016 requires the use of which of the following protocols or services in order to support Active Directory? (Choose two.)
  • A.
    DHCP
  • B.
    TCP/IP
  • C.
    NetBEUI
  • D.
    IPX/SPX
  • E.
    DNS
  • Answer & Explanation
  • Report
Answer : [B, E]
Explanation :
The use of LDAP and TCP/IP is required to support Active Directory. TCP/IP is the network protocol favored by Microsoft, which determined that all Active Directory communication would occur on TCP/IP. DNS is required because Active Directory is inherently dependent on the domain model. DHCP is used for automatic address assignment and is not required. Similarly, NetBEUI and IPX/SPX are not available network protocols in Windows Server 2016.
Report
Name Email