← All quizzes

Night 15

RDS + Aurora deep dive

RDS Multi-AZ, read replicas, Aurora storage and failover, Aurora Serverless v2, RDS Proxy, backups/RPO, DynamoDB vs relational for GSA stats

0:00 / ~24m0/15 answered

15 timed scenario questions (~24 min, ~96 sec each). Reinforces night-15-rds-aurora.md. Answer without peeking at night-15-quiz-answers.json first.

  1. 1.Global Ski Atlas runs Aurora PostgreSQL as the production writer in us-east-1. Leadership wants automatic failover if the primary AZ fails with minimal write data loss and no manual DNS changes. Reports must not be routed to the standby during normal operation. What configuration fits?

  2. 2.A stats Lambda in the Night 9 VPC spikes to 2,000 concurrent executions after each Iceland completion message. Each invocation opens a new PostgreSQL connection to Aurora and you hit max_connections errors. The DB team wants pooling without rewriting application code. Best add-on?

  3. 3.A dev-only GSA reporting database is queried heavily for two hours after each monthly Iceland run and sits idle the rest of the month. You want PostgreSQL compatibility with automatic capacity scaling and minimal ops. Cost when idle should be low but the instance may stay warm. Best engine?

  4. 4.The GSA BI team runs heavy SELECT dashboards against resort aggregates. Write traffic to the primary must stay fast during month-end reporting. The primary is RDS PostgreSQL Multi-AZ in us-east-1. How do you scale reads without adding write load to the primary?

  5. 5.GSA needs a secondary Region for disaster recovery with Aurora PostgreSQL. RPO must be under one second and secondary Region should serve read-only queries before a controlled failover. Which Aurora feature matches?

  6. 6.The Night 13 SQS stats uploader must store resort rows, monthly aggregates, and foreign keys between resort_dimension and monthly_agg. Downstream SQL must JOIN tables for ad-hoc reports. Wiki visitor counters stay in DynamoDB. Where should the relational stats live?

  7. 7.An Aurora PostgreSQL cluster ingests Iceland metadata faster than forecast. CloudWatch shows storage growing but no DBA action was taken. A junior engineer proposes doubling provisioned Aurora storage in the console. What is correct?

  8. 8.RDS PostgreSQL in us-east-1 has a cross-Region read replica in eu-west-1 for DR. The primary Region is declared lost. Leadership wants the replica to accept writes as the new production database. What action is required?

  9. 9.An exam question contrasts RDS Multi-AZ with a read replica in the same Region. Which statement is accurate?

  10. 10.Compliance requires point-in-time recovery for a GSA RDS PostgreSQL instance with up to one month of restore granularity. Automated backups are enabled. What is the maximum automated backup retention period RDS supports?

  11. 11.A startup asks whether Aurora Serverless v2 can scale database capacity to zero ACUs overnight to eliminate idle cost like their old Serverless v1 dev cluster. What is accurate for v2?

  12. 12.night-16-lab will place Aurora in Night 9 private subnets. A Lambda stats function in the same VPC must connect on port 5432. Both use security groups. What ingress rule belongs on the Aurora security group?

  13. 13.A serverless API uses 500 concurrent Lambdas that each open a DB connection per request to RDS MySQL. Connection errors spike at peak. The team already uses Secrets Manager for credentials. Minimal-change fix?

  14. 14.A developer accidentally runs a bad UPDATE against production Aurora MySQL. Leadership wants to rewind the database to five minutes ago without restoring from a snapshot. Which Aurora capability applies?

  15. 15.GSA frontend tracks wiki page views with a simple partition key and conditional increments. No JOINs or ad-hoc SQL. Iceland pipeline stats need multi-table reports. Which pairing is best?

Answer all 15 questions to submit.