This is where you finish
In this chapter you work through 8 case-based questions, and afterwards you can see a unified view of how you did on all 42 questions in the course. Any question you have not yet answered correctly shows up with a link, so you can jump back to its chapter for one quick round of review.
If you get at least 6 of the 8 case questions right and at least 34 out of 42 overall, you are in good shape for the first-pass triage you will do in real operations.
0 / 8 correct. Correctness is stored only in this browser's localStorage.
Comprehensive review 7-1 — Think across delegation, TTL, and MX
These questions do not sit inside a single chapter — they ask you to combine several.
Q35. shop.example.com has been delegated to a separate zone. When you query the parent's authoritative server for api.shop.example.com A, what is the most likely way it responds?
Show hint
Past the delegation point, the parent is no longer responsible.
Q36. At 09:55 a resolver fetched the old A record with TTL 600 seconds, and on the authoritative side it was switched to the new A at 10:00. Starting from 10:00, what is the maximum number of minutes the resolver may still serve the old value?
Show hint
Expiry is at 10:05.
Q37. After obtaining example.com MX 10 mail.example.net, what should you look up next in order to learn the delivery target's IP?
Show hint
The value of an MX is a hostname.
Q38. dig www.example.com A returned status: NOERROR, no ANSWER, and an SOA in AUTHORITY. In addition, www.example.com only has an AAAA record. Which interpretation is closest?
Show hint
Pay attention to the fact that it is NOERROR.
Comprehensive review 7-2 — Wrap up cache, DNSSEC, and troubleshooting
The final stretch also covers "where to start investigating."
Q39. 50 identical queries share a single resolver, and all of them happen within a single TTL window. The cache starts empty. How many queries reach the authoritative server for this RRset?
Show hint
Within the same resolver, the first result can be reused for the rest.
Q40. When thinking about the DNSSEC validation chain, select all of the elements that are directly involved.
Show hint
The signature itself, the validation key, and the parent-to-child link that ties them together.
Q41. Which is closest to the reason it is hard to put a plain CNAME at a zone apex?
Show hint
Recall which records are required as the starting point of a zone.
Q42. When "I thought I changed the record, but the old IP is still showing up," what is the best first step for triage?
Show hint
Do not look at the UI — observe "who is actually returning what right now."
Things that help the material stick
- Run
dig NS,dig SOA, anddig +traceagainst your own managed domain, and watch the delegation path with your own eyes. - Create a test record whose TTL you can change, and practice the "lower the TTL before the change, restore it after" routine.
- If you have a mail domain, trace MX → A / AAAA of the delivery host on paper step by step.