Database Resilience, Observability & Modern Trends Quiz

Q1. [E] Which metric best indicates imminent WAL-archive saturation in a Postgres cluster?




Q2. [E] In a disaster-recovery plan, what does the Recovery Point Objective (RPO) specify for a database?




Q3. [M] To guarantee zero data loss in a failover event, which replication mode must a primary–standby database cluster use?




Q4. [H] In a multi-node database cluster, what mechanism prevents a “split-brain” scenario (two primaries) during failover?




Q5. [M] Which schema change is backward-compatible for zero-downtime deployments?




Q6. [M] A consistently low buffer-cache hit ratio in a database indicates that:




Q7. [E] Which feature ensures that database data remains encrypted at rest (on disk)?




Q8. [E] When investigating a slow SQL query, what is typically the first step for diagnosing the performance issue?




Q9. [M] Which statement is true of serverless database services?




Q10. [H] What is a primary characteristic of a Hybrid Transaction/Analytical Processing (HTAP) database?




Q11. [M] What are vector databases optimized for?




Q12. [H] Which emerging I/O technology can drastically reduce write latency by providing persistent storage at near-DRAM speeds?




Q13. [M] Adding an index on a frequently-filtered column will typically:




Q14. [H] A database experiencing high lock contention is likely suffering from:




Q15. [E] Applying the “principle of least privilege” in database security means:




system-design