Check the Start of Authority record — primary nameserver, contact, serial number and zone timers.
Every DNS zone has exactly one SOA record. It defines who is authoritative for the zone and how secondary nameservers should behave. The fields appear in this order:
@ written as a dot.A stale serial is the classic cause of “I changed the record and one nameserver still returns the old value.” If the serial did not increase, secondaries have no reason to transfer the new zone.
A high minimum TTL makes NXDOMAIN answers sticky. If you add a subdomain that was previously missing, resolvers may keep returning “does not exist” for the full negative caching period.
The responsible-party address is worth checking on domains you inherit — it often points at a mailbox nobody reads, which is where CAs and abuse reports go.