You are on page 1of 4

Review Questions

1. Which two network services are required for Dynamic Updates to function
properly in a Windows 2008 environment? (Choose two answers.)
a. POP3
b. HOSTS
c. SMTP
d. DNS
e. WINS
f. DHCP
2. Which one of the following types of DNS records does a domain client use
to find a domain controller?
a. DC
b. SRV
c. CNAME
d. A
e. MX
3. What responsibility does the domain controller locator function perform on
an Active Directory client?
a. Starting the Netlogon Service.
b. Locating the names of local domain controllers from the HOSTS file.
c. Querying DNS for the location of local domain controllers and
global catalog servers.
d. Querying WINS for the location of local domain controllers and
global catalog servers.
4. Name two advantages of using AD DS-integrated DNS zones over standard
DNS zones. (Choose two answers.)
a. All AD DS-integrated DNS zone records are stored in a flat file that
is easily backed up.
b. AD DS-integrated DNS uses the multimaster replication process of
AD.
c. Standard DNS zones are more secure.
d. All AD DS-integrated DNS zone records are stored in the Active
Directory database.
e. AD DS-integrated DNS will resolve NetBIOS names by default using
Global Name Zones.
5. For clients that support Dynamic DNS, what records are updated in a DNS
zone? (Choose two answers.)
a. MX
b. CNAME
c. A/AAAA
d. SRV
e. PTR
6. Which one of the following clients do not support dynamic updates
natively?
a. Windows 2000
b. Windows 2008
c. Windows NT 4.0
d. Windows 2003
7. Clients are sporadically having trouble connecting to your internal Web site
at intranet.widgets.local. Round-robin DNS is used to load balance your
Web site on three servers: Web1.widgets.local, Web2.widgets.local, and

Web3.widgets.local. You suspect one of the Web servers has failed, but are
not sure which one. What steps would you perform to resolve this issue
and maintain load balancing of your Web site? (Choose two answers.)
a. Set round-robin DNS to "Discard Hosts that are not available".
b. Turn off round-robin DNS.
c. Ping each of the web servers individually by name.
d. Delete the A record for the failed server.
e. Delete the CNAME for intranet.widgets.local that points to the failed
server.
f. Instruct your end users to use the two functional web servers
8. Calls into the help desk are reporting that users are receiving incorrect
host name requests for your internal file server, files.widgets.local. It
appears that the users with 10.1.1.10, or NS1.widgets.local, as their
preferred DNS server are having the issue, while 10.1.1.20, or
ns2.widgets.local, is resolving properly. Which of the following commands
would verify what ns1.widgets.local resolves for files.widgets.local?
a. Nslookup -type=SRV files.widgets.local 10.1.1.10
b. Nslookup -type=A files.widgets.local 10.1.1.20
c. Nslookup -type=A 10.1.1.10 files.widgets.local
d. Nslookup -type=A files.widgets.local ns1.widgets.local
9. Which of the following is not a valid NetBIOS name in Windows Server
2008?
a. NS1-Server
b. NS1 Server
c. NS1_Server
d. NS1Server
e. NameServer1Server
10. What new feature of Windows Server 2008 DNS is a viable replacement for
WINS in some situations?
a. Primary Read Only Zone
b. Global Names Zone
c. Link-local multi-master name resolution
d. Stub Zone
11. You need to edit the LMHOSTS file on server FS1.widgets.local. In what
directory is the LMHOSTS file located?
a. %systemroot%\system\drivers\etc
b. %systemroot%\system32\wins\
c. %systemroot%\system32\drivers\etc
d. %systemroot%\system32\lmhosts
e. %systemroot%\system32\
12. Which of the following is used to add WINS to Windows Server 2008?
a. In Server Manager, click Add Roles to add WINS
b. In Server Manager, click Add Features to add WINS
c. Use DNScmd from the command line.
d. Use Add/Remove Windows Components in the Control Panel.
13. Which one of the following does WINS resolve?
a. NetBIOS names to IP Addresses
b. Global names to IP Addresses
c. Host Names to IP Addresses
d. Computer Names to IP addresses
14. Which of the following can be used in place of WINS on networks that
require the resolution of NetBIOS names? (Choose two answers.)
a. LMHOSTS file

b. HOSTS file
c. Global Names Zone
d. Stub zone
15. Using nslookup in interactive mode, which of the following commands let
you view all of the MX records for widgets.net stored on the DNS server,
NS1.widgets.net? (Choose three commands.)
a. >Set type=MX
b. >NS1.widgets.net
c. >widgets.net
d. >server NS1.widgets.net
e. >server widgets.net
f. >ls ns1.widgets.net
g. >set type=A
16. Which tools in Windows Server 2008 can be used to enable global name
zones? (Choose two answers.)
a. Registry editor
b. Nslookup
c. DNS console
d. Dnscmd
e. Server Manager
17. You are using nslookup to troubleshoot a problem on a network server.
After running the nslookup ns1.widgets.local command, you receive some
unexpected responses. What command should you run instead?
a. nslookup set type=all ns1.widgets.local
b. nslookup ns1.widgets.local.
c. nslookup -NoDNSSuffix ns1.widgets.local
18. What tool can be used to view the data packets related to DNS activity?
a. Event Viewer
b. Debug Log
c. Nslookup -verbose
d. Dcdiag
e. Netdiag
f. DNS Network Monitor
19. What tool is used to view messages, warnings, or errors specific to the
DNS Server role in Windows Server 2008?
a. Event Viewer
b. Debug Log
c. Nslookup -verbose
d. Dcdiag
e. Netdiag
f. DNS Network Monitor
20. Which of the following commands will flush the DNS client cache?
a. Dnscmd /flushcache
b. Ipconfig /flushcache
c. Ipconfig /registerdns
d. Ipconfig /flushcache
e. Ipconfig /flushdns
21. Which of the following commands will clear the DNS server cache?
a. Dnscmd /clearcache
b. Ipconfig /flushcache
c. Ipconfig /registerdns
d. Ipconfig /flushcache

22. You have just added new DNS servers to the server options on your DHCP
server. Generally, what is the quickest way for your clients to receive the
new settings?
a. Run ipconfig /registerDNS on the client
b. Reboot the workstation twice
c. Wait for the DHCP client to renew it's lease
d. Run ipconfig /renew on the client
e. Clear the DNS server cache
23. You have been asked to reconfigure the size of the DNS event log based on
new information about your network environment. You have determined
that your DNS servers handle 10,000 events per day and you need to keep
14 days of information. Which of the following sizes would best meet the
needs of your environment?
a. 70,000 KB
b. 67,392 KB
c. 54,700 KB
d. 70,016 KB
e. 70,048 KB
24. Which of the following commands is used to start the process of creating a
domain controller on a Windows Server 2008 computer with AD DS already
instead?
a. DCadd.exe
b. Servermanagercmd.exe -install DC
c. Dcpromo.exe
d. Servermanagercmd.exe -install AD-DSRole
e. Ipconfig /showroles

Activity 6-xx
4. Determine the value for the DNS Server log based on the guidelines
discussed
previously,
and
the
information
provided
above:__________________________________________________________
500 bytes * 4000 events/day * 21 days = 42000000 bytes or 41016 KB (42000000
bytes/1024=41016KB)

8. What is the new maximum size of the log?


___________41024 KB________________.

You might also like