EventBridge vs SQS vs SNS vs Kinesis Streams/Firehose vs Step Functions vs AppSync; GSA Nights 12–14 synthesis; Night 32 Step Functions capstone preview
0:00 / ~24m0/15 answered
15 timed scenario questions (~24 min, ~96 sec each). Reinforces night-28-integration-services.md and gsa-integration-map.md. Answer without peeking at night-28-quiz-answers.json first.
1.A stats-uploader fleet processes Iceland pipeline completions. Producers burst after monthly batch runs; workers must absorb spikes and poll at their own pace with at-least-once delivery. Order between months does not matter. Which service is the best buffer?
2.A mobile ski-resort app needs GraphQL queries and live WebSocket subscriptions when lift status changes — minimal custom WebSocket infrastructure. Which AWS service is purpose-built?
3.A gaming company ingests millions of click events per hour. Multiple teams run independent real-time aggregators and need replay from a 24-hour retention window. Which ingestion service fits?
4.Security logs must stream from producers to an S3 data lake for Athena queries. You want AWS to handle batching, compression, and scaling without writing consumer application code. Which service?
5.Global Ski Atlas runs the Iceland OSM pipeline on the 1st of each month as a one-shot Fargate task in private subnets — no HTTP trigger. Which integration pattern from Night 12 is correct?
6.Night 32 will orchestrate Iceland RunTask, wait for completion, enqueue stats work, invoke Lambda, and route failures to SNS with different retry policies per step. Which workflow service is the best fit?
7.Iceland exits with code 1 after an S3 permission error. Ops wants email and a ticketing SQS inbox notified from the same failure signal without each channel polling one shared work queue. What fits?
8.A payment processor runs millions of short orchestrations per day. Each flow completes in under two minutes and does not require durable execution history for audit. Cost and throughput matter most. Which Step Functions type?
9.You want SQS messages when Iceland tasks stop successfully without modifying the container image. Night 13 uses ECS Task State Change events. Which producer pattern is correct?
10.An e-commerce checkout service publishes order-placed events. Three internal teams each need their own durable queue receiving every order; producers must not know team queue URLs. Best pattern?
11.CloudWatch alarm saa-study-gsa-iceland-task-failed fires on FailedInvocations for the monthly schedule rule. Invocations metric is zero. What most likely failed?
12.An exam scenario describes ingesting video from thousands of IoT cameras for later ML analysis — not batch monthly GeoParquet. Which service is most relevant at awareness level?
13.In the Night 32 capstone design, after Iceland ECS succeeds, a Lambda stats uploader should process completions asynchronously with DLQ support. What component sits between ECS success and that Lambda?
14.Multiple AWS accounts send custom application events to a central account. Rules must match detail fields and invoke different Lambda functions without point-to-point coupling. Which service?
15.A stock-trading platform must process orders in strict sequence per symbol with deduplication — duplicates would double-execute trades. Which queue type?