SK0-005 server-administration Practice Question
Exhibit
C:\> nslookup server1.contoso.com 192.168.1.10 Server: dc1.contoso.com Address: 192.168.1.10 *** dc1.contoso.com can't find server1.contoso.com: Non-existent domain
Refer to the exhibit. A server administrator is troubleshooting a DNS resolution issue on a Windows Server 2019. The exhibit shows the output of the command `nslookup` queried against the server's own IP. Based on the output, what is the most likely cause of the resolution failure?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The DNS server does not have an A record for server1.contoso.com.
Option D is correct because the NXDOMAIN response indicates the queried name does not exist in the DNS zone. Option A is wrong because forwarding is irrelevant for an authoritative zone. Option B is wrong because reverse lookup zones are for IP-to-name resolution, not name-to-IP. Option C is wrong because root hints are used for recursion, not for authoritative responses.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The DNS server does not have an A record for server1.contoso.com.
Why this is correct
The 'Non-existent domain' error directly indicates that the queried A record is missing from the contoso.com zone.
- ✗
The DNS server's root hints are misconfigured.
Why it's wrong here
Root hints are used when the server needs to forward queries for external domains; for its own zone it answers authoritatively.
- ✗
The DNS server is not configured to forward queries to an external DNS server.
Why it's wrong here
The server is authoritative for contoso.com, so forwarding is not needed for records within its own zone.
- ✗
The DNS server has an incorrect reverse lookup zone configuration.
Why it's wrong here
Reverse lookup zones map IP addresses to names; this query is for a name to IP, so reverse zone configuration is not involved.
Visual reference
Go deeper
Related to this question
Key term
Name Server
A name server is a specialized server that translates human-readable domain names into machine-readable IP addresses so that computers can find each other on a network.
Key term
Start of Authority
A Start of Authority (SOA) record is a special DNS record that stores essential administrative information about a domain, including the primary name server, the responsible administrator email, and timing parameters for caching and updates.
About these practice questions
Courseiva writes every SK0-005 question from scratch — 185 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed July 2026 · checked against the official CompTIA exam blueprint
This SK0-005 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SK0-005 exam.