
Simulate the real exam experience with 75 questions and a 180-minute time limit. Practice with AI-verified answers and detailed explanations.
AI-Powered
GPT Pro, Claude Opus, and Gemini Pro cross-check every answer and explanation. See the reasoning for each option, requirement breakdowns, and solution architectures.
A multinational gym franchise issues app-based QR visit passes that are scanned at turnstiles worldwide. The turnstile scanner calls a backend API to validate the QR data against a single database table and, after a successful scan, atomically marks the pass as redeemed. The company must deploy on AWS under the DNS name api.fitpass.example.org and host the database in three AWS Regions: us-east-1, eu-west-1, and ap-southeast-1. Peak traffic is 75,000 validations per minute globally with payloads under 20 KB, and the business requires the lowest possible end-to-end validation latency with p95 under 120 ms from users’ nearest AWS edge location. Which solution will meet these requirements with the lowest latency?
Keep your exam routine moving
Get timed mock exams, AI explanations, focused review, and learning insights.
Study period: 3 months
I used these practice questions and successfully passed my exam. Thanks for providing such well-organized question sets and clear explanations. Many of the questions felt very close to the real exam.
Study period: 3 months
Just got certified last week! It was a tough exam, but I’m really thankful to cloud pass. the app questions helped me a lot in preparing for it.
Study period: 1 month
I made good use of the app.
Study period: 2 months
These practice exams are help for me to pass the certification. A lot of questions are mimicked from here.
Study period: 1 month
Thanks. I think I passed because of high quality contents here. I am thinking to take next aws exam here.
Download Cloud Pass and start practicing all AWS Certified Solutions Architect - Professional (SAP-C02) exam questions.
A global digital media agency runs short‑lived analytics workers on Amazon EC2 across 9 AWS accounts under a single AWS Organizations management account; Finance mandates that all EC2 spend be attributed via a required CostCenter tag, but an internal audit found that 43 of 240 running instances (18%) in two developer accounts are missing the CostCenter tag, and leadership requires immediate organization‑wide visibility and a preventive control that blocks launching any new EC2 instance without that tag while still allowing properly tagged launches; which actions should a solutions architect take to remediate the current gap and prevent recurrence with centralized reporting across the organization? (Choose three.)
A global media subscription service plans to launch a stateless customer dashboard on Amazon EC2 in ap-southeast-2 across three Availability Zones, requiring 99.9% availability with Auto Scaling from 6 to 120 instances when average CPU > 60% for 5 minutes, and to implement an active-passive disaster recovery environment in ap-northeast-1 with an RTO of 10 minutes and Route 53 health checks (30-second interval, fail after 2 consecutive failures) while serving traffic only from ap-southeast-2 during normal operations. Which solution will meet these requirements?
An ad-tech startup is building a metrics ingestion API with Amazon API Gateway and AWS Lambda. Across 12 Lambda functions written in Python 3.11, the team must reuse five internal libraries and custom classes maintained by a central platform team (about 15 MB when compressed). The security team requires production deployments to pull artifacts only from an approved registry; Amazon ECR is approved, but build jobs are not allowed to upload artifacts to S3 in the production account. A solutions architect must simplify deployments for all functions and maximize code reuse with minimal packaging complexity. Which approach meets these requirements?
A healthcare analytics firm is architecting a patient telemetry platform on AWS that must store approximately 9 TB of relational data and meet an RPO of under 4 minutes and an RTO of under 12 minutes while complying with a requirement to fail over to a secondary AWS Region at the lowest possible cost, which solution should the team choose?
A fintech startup operates a mobile wallet API on an Amazon ECS cluster running on EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). Every Friday at 01:00 UTC, there is a surge of failed login attempts that drives the authentication microservice to 90% CPU. The failed attempts originate from about 600 source IP addresses that rotate every 7 days, and many of those IPs exceed 300 login requests within a 5-minute window. A solutions architect must prevent these failed logins from overwhelming the authentication service with the highest operational efficiency; what should be done?
A digital media conglomerate uses AWS Organizations with all features enabled and has three OUs (Studio, Gaming, Analytics), each with a shared services account used by central vendor managers; leadership requires that about 120 developers across 12 product accounts can purchase only preapproved third-party software via AWS Marketplace Private Marketplace, and that Private Marketplace administration be restricted strictly to a role named vendor-admin-role assumed only by vendor managers in the shared services accounts, while all other IAM users, groups, roles, account administrators, and root users across the organization are denied Private Marketplace administrative permissions; what is the MOST efficient architecture to centrally enforce these controls and also prevent creation of spoofed admin roles?
A solutions architect is designing an application for 1,200 retail store managers to submit weekly customer feedback forms from their mobile devices, with approximately 80% of the 6,000 peak submissions per minute occurring between 5:00 PM and 9:00 PM on Sundays, and the data must be stored in a format that allows business analysts to run region-level monthly dashboards while the infrastructure remains highly available and scales elastically for both ingestion and analytics with minimal operational overhead; which combination of steps meets these requirements? (Choose two.)
A real-time multiplayer gaming platform is deploying a session state and matchmaking service on a fleet of Amazon EC2 instances where one coordinator node and ten worker nodes must share and replicate hot game-state shards entirely in memory, the coordinator monitors node health, ingests up to 250,000 player events per second, dispatches work to workers, and aggregates responses, worker nodes perform frequent east-west replication to maintain sub-millisecond consistency, and the company requires the absolute lowest possible instance-to-instance network latency within a single Availability Zone to maximize throughput and minimize tail latency; which solution will meet these requirements?
A genomics research lab is planning a one-time migration of a 72 TB on-premises MariaDB database to Amazon Aurora MySQL in the eu-central-1 Region; with only a 150 Mbps internet link that would take approximately 45 days to transfer the data, the lab needs a faster approach and must determine which solution will migrate the database in the LEAST amount of time.