More questions I can't figure out.
Your DNS server, DC1.NWTRADERS.MSFT at IP address 172.16.0.100 is authoritative for your zone nwtraders.msft. Nwtraders.msft has a child domain, training.nwtraders.msft, which has been delegated to your DNS server, DC2.NWTRADERS.MSFT, at 172.16.1.200. All of the workstations in your organization have their IP configuration set so that the DNS setting is 172.16.0.100. Your users can’t resolve
www.training.nwtraders.msft. Which command will help you troubleshoot this problem?
a. nslookup
server DC2.NWTRADERS.MSFT
set type=ns
ls training.nwtraders.msft
b. dnslint /d training.nwtraders.msft /s 172.16.0.100
c.d. dnslint /d training.nwtraders.msft /s 172.16.1.200
From what I can tell the issue is with the A record not translating the www to an IP address, so looking at the NS records don't help.
But I don't know how the other commands would help.