
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 gaming analytics company is deploying a matchmaking REST API behind Amazon API Gateway that invokes several AWS Lambda functions written in Java 17; these functions perform heavy static initialization outside the handler (loading third-party libraries, building a Spring context, and creating unique IDs/cryptographic seeds), and cold starts currently take 800–1200 ms during load tests. The service-level objective requires that 95% of cold initializations complete in under 200 ms, traffic bursts from 0 to 60 concurrent requests within seconds, and the team wants the most cost-effective way to minimize startup latency without paying for always-on capacity; which solution should the team choose?
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.
An online ticketing platform runs microservices that are containerized and deployed on multiple Amazon EC2 instances with public IP addresses, a self-managed Apache Kafka cluster also runs on those EC2 instances, and its transactional database has been migrated to Amazon RDS for PostgreSQL; marketing forecasts a 5x traffic spike during a 72-hour nationwide presale next week and engineering leadership wants to minimize operational toil while elastically handling the surge—what changes to the current architecture will best reduce operational overhead and support the presale event?
A design studio is enabling 1,200 employees to work remotely and needs a scalable, cost-effective AWS Client VPN solution so that up to 300 concurrent users can securely access internal workloads deployed in six VPCs across four AWS accounts, where a shared networking (hub) account hosts a hub VPC already peered to five spoke VPCs with non-overlapping CIDR blocks, the corporate network currently reaches the hub VPC via a single AWS Site-to-Site VPN, and the solution must minimize monthly spend while allowing remote users to reach applications in all VPCs.
A company uses AWS Organizations across 12 AWS accounts in two OUs. The Commerce account (ID 111122223333) runs an order processing application that stores confidential data in an Amazon DynamoDB table named Orders in us-east-1 (about 60 GB, 50,000 items). The analytics team in the Insights account (ID 444455556666) needs read-only access for Query and GetItem operations to only the order_id, total_amount, and order_date attributes; they must not be able to view or write the email, card_token, or address attributes. The solution must work cross-account, enforce least privilege, and must not require data duplication. What should a solutions architect do?
A fintech company is moving a legacy reporting platform from a third-party hosting facility to AWS; the platform consists of a single Linux application server VM (Nginx and a Java service) and a PostgreSQL 12 database on a separate VM, and each VM uses multiple attached volumes totaling 420 TB; the company has a dedicated 10 Gbps AWS Direct Connect link to the nearest AWS Region that is currently unused by other workloads; the business requires the migration cutover downtime to be under 30 minutes and wants the database to run on Amazon RDS for PostgreSQL after migration; which combination of steps should a solutions architect take to migrate the workload with the least amount of downtime? (Choose two.)
A regional logistics company plans to roll out Amazon WorkSpaces to 22 warehouse break rooms using small Linux-based kiosks to replace aging PCs that access route-planning and telemetry dashboards containing sensitive fleet data; company policy requires that WorkSpaces logins be allowed only when initiated from the company’s warehouse networks, each of which egresses the internet through a single static public IP, and the network team expects 3 additional warehouses to come online within 4 months while minimizing ongoing administrative overhead and allowing easy addition of new locations. Which solution provides the most operationally efficient way to enforce these requirements?
A regional food-delivery startup runs a stateful Node.js web application and a MySQL 5.7 database on a single rack server in a co-location facility; marketing plans expect peak concurrent users to grow from 400 to 4,500 within 30 days, and the CTO requires 99.99% service availability across at least two Availability Zones, session continuity for authenticated users, database RTO under 60 seconds, and elimination of single points of failure when migrating to a single AWS Region with minimal code changes. Which solution should provide the HIGHEST level of reliability?
A digital marketing firm runs a serverless collector in a single AWS Region (us-east-1) that fetches external podcast RSS feed URLs and extracts episode metadata: an Amazon SNS topic publishes URLs to an Amazon SQS queue that triggers an AWS Lambda function to parse feeds and store results in an Amazon S3 bucket in us-east-1; the firm now needs to process each URL concurrently in two additional Regions (eu-west-1 and ap-southeast-2) to detect CDN/localization differences while continuing to publish all URLs only from us-east-1 at up to 1,000 URLs per minute and to write all results to the existing S3 bucket in us-east-1—what combination of changes enables a multi-Region deployment that meets these requirements? (Choose two.)
A global logistics enterprise plans to migrate 420 VMware VMs (Windows and Linux) from two on-premises data centers to AWS and, after submitting a Migration Evaluator assessment request, requires a 21-day initial discovery that produces (1) a visualization of inter-application dependencies at port/process level and (2) a Quick Insights assessment report of the on-premises estate, and the company can deploy OVA appliances and install agents without constraints, so which approach provides the required outcomes with the LEAST operational overhead?
A healthcare analytics firm operates a HIPAA-compliant internal web application in AWS eu-central-1; the firm has a 1 Gbps AWS Direct Connect private VIF from its Frankfurt data center to a VPC where the application runs on Amazon EC2 instances across three Availability Zones behind an internal Application Load Balancer (ALB); staff access the app from the on-premises network over HTTPS, with TLS terminated at the ALB, and the ALB uses multiple target groups with path-based routing for /api, /images, and /admin. The network team is deploying an on-premises next-generation firewall that only permits outbound traffic to an allow list of destination IP addresses, and the firm must keep TLS termination and routing on the ALB without changing the application. Which solution enables continued access from on premises while meeting the allow list requirement with static IP addresses?