Chapter 7 8 questions Graded in-browser Saved locally

Comprehensive review and per-chapter review

Finish with 8 case-based questions and a review that covers all 42 questions across the course.

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.

Target for passing:
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.
Check your understanding

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.

Chapter 7 / Practice 1

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.

Chapter 7 / Practice 2

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?

minutes
Show hint

Expiry is at 10:05.

Chapter 7 / Practice 3

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.

Chapter 7 / Practice 4

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."

Chapter 7 / Practice 5

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?

queries
Show hint

Within the same resolver, the first result can be reused for the rest.

Chapter 7 / Practice 6

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.

Chapter 7 / Practice 7

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.

Chapter 7 / Practice 8

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

  1. Run dig NS, dig SOA, and dig +trace against your own managed domain, and watch the delegation path with your own eyes.
  2. Create a test record whose TTL you can change, and practice the "lower the TTL before the change, restore it after" routine.
  3. If you have a mail domain, trace MX → A / AAAA of the delivery host on paper step by step.