Operational & Query-Planning Considerations Quiz

Q1. Which consistency level provides the most up-to-date (strongest) read guarantees at the potential cost of higher latency or reduced availability?




Q2. In a cluster with a replication factor of 5, how many replicas must acknowledge a write for the operation to succeed at the “quorum” consistency level?




Q3. What is a potential effect of replication lag on queries using a secondary index on a read replica?




Q4. Which scenario could cause a query planner to perform a full table scan despite an index being available on the table?




Q5. Which of the following describes a “ghost table” approach to performing an online schema change?




Q6. What does the “p99 latency” metric represent in database performance monitoring?




Q7. Which AWS service provides an interactive dashboard for database performance (showing load, top SQL queries, and wait events)?




Q8. What is the purpose of DynamoDB’s “adaptive capacity” feature?




Q9. In a high-availability database cluster, which measure can help prevent a “split-brain” scenario during failover?




Q10. Which is an advantage of point-in-time recovery (PITR) compared to relying solely on periodic full backups?




Q11. Which of the following is NOT typically a factor when planning database capacity?




Q12. In a distributed database, what does “timeline consistency” ensure?




Q13. In the context of an online schema migration, what does the “dual-write backfill” strategy entail?




Q14. What is the purpose of a database slow query log?




Q15. Amazon Aurora is designed for high availability. Which aspect of Aurora’s architecture enables a rapid failover when the primary instance fails?




system-design