JAVA/Sun Exam Questions

What can be done to resolve this problem while keeping the user’s system

A user is unable to access the system deep-six.overthere. The revolve.conf file on the user’s system contains the following lines:

# cat /etc/resolv.conf
domainname yourdept.yourcompany.com
domain yourdept.yourcompany.com
nameserver 129.147.62.1
nameserver 129.147.62.14
And nslookup generates the following error message:
# nslookup deep-six.overthere
Server: 129.147.62.1
Address: 129.147.62.1#53
** server can’t find deep-six.overthere: NXDOMAIN

What can be done to resolve this problem while keeping the user’s system in the
yourdept.yourcompany.com domain?

A.
add another name server to resolv.conf

B.
add search overthere.yourcompany.com to resolv.conf

C.
ask the users to use deep-six.overthere.yourcompany.com

D.
change resolv.conf to have domainname overthere.yourcompany.com instead of domainname corp.yourcompany.com