
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 media company must migrate its payment processing database from an on-premises Microsoft SQL Server instance running on Windows Server 2019 to AWS, and a security policy mandates that the database credentials must be rotated every 90 days. Which solution will meet these requirements with the least operational overhead?
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 genomics research consortium provides a regulated data-annotation service to regional laboratories across North America and Europe. The service runs entirely on AWS across more than 30 member accounts that are centrally managed in a single AWS Organizations organization; workloads are deployed in all enabled Regions, and new accounts are added monthly. For audit and regulatory requirements, every API call to AWS resources across all current and future accounts and Regions must be recorded, tracked for changes, and stored durably and securely for 7 years with encryption at rest; logs must be immutable (recoverable from accidental deletions), and the solution must minimize ongoing operational effort without introducing third-party tooling. Which solution meets these requirements with the least operational overhead?
Helios Media operates an on-premises network (10.50.0.0/16) and a VPC named VPC X (172.31.0.0/16) in the Helios Media AWS account; the on-premises network connects to VPC X through an AWS Site-to-Site VPN terminating on a virtual private gateway, and on-premises servers can successfully reach resources in VPC X; Helios Media recently acquired Orion Labs, which runs a separate AWS account with a VPC named VPC Y (10.90.0.0/16), and there is no IP address overlap among the on-premises network, VPC X, and VPC Y; the companies have established a VPC peering connection between VPC X and VPC Y; Helios Media now wants on-premises servers to access workloads in VPC Y and has already configured network ACLs and security groups to allow the traffic; which solution meets this requirement with the least operational effort?
A mobility analytics startup needs to ingest telemetry from connected e-bikes every 60 seconds to calculate usage-based insurance rates. Each device sends JSON payloads to Amazon API Gateway, which invokes an AWS Lambda function that writes normalized records to an Amazon DynamoDB table. During a limited beta (2,000 bikes), the Lambda invocations completed in 2–4 seconds. After scaling to 35,000 bikes and adding new accelerometer and battery health metrics, the average Lambda duration increased to 70–120 seconds, and durations continue to grow as additional metrics are added. The team observes many ProvisionedThroughputExceededException errors on DynamoDB PutItem calls and frequent TooManyRequestsException errors returned from Lambda via API Gateway. Which combination of changes will most effectively remediate these issues while maintaining near-real-time processing? (Choose two.)
A travel company serves an unauthenticated static microsite (https://visit-nova.com) from an Amazon S3 bucket via an Amazon CloudFront distribution (ID: CF9ABC1) with an attached AWS WAF web ACL; the site includes a feedback form that submits a POST request to an Amazon API Gateway REST API endpoint at https://api.visit-nova.com/prod/reviews, which invokes an AWS Lambda function to transform the payload and call a third-party API; during UAT, developers observe browser console CORS failures on both the preflight OPTIONS request and the POST request; they confirm that responses for static assets from the CloudFront origin include the header Access-Control-Allow-Origin: https://visit-nova.com; what should a solutions architect do to resolve the error? Assume the API is deployed in the us-east-1 Region and must only accept requests from https://visit-nova.com, and that the error must be resolved without removing AWS WAF or changing the CloudFront distribution.
A geospatial analytics company had two Ubuntu-based Amazon EC2 instances provisioned by IaC and unchanged for 3 years; after traffic tripled last quarter, the operations team moved the workload to an Auto Scaling group (min=2, desired=4, max=8) behind an Application Load Balancer, and corporate policy mandates security patching for all operating systems from 02:00–03:00 UTC on the first Sunday of each month, with the latest kernel update requiring a reboot; during the last maintenance window, AWS Systems Manager patched and rebooted each instance, but because the Auto Scaling group uses ELB+EC2 health checks with a 300-second health check grace period, instances became unhealthy while rebooting, were terminated, and were replaced by new instances launched from an old, unpatched AMI—what combination of steps should a solutions architect recommend to prevent this from happening again? (Choose two.)
A multinational fintech firm is replatforming 80% of its payment and analytics workloads to AWS by the end of Q4, but all cardholder-processing services for 12 jurisdictions must remain in country or in the firm’s Frankfurt colocation to satisfy data residency and maintain sub-5 ms round-trip latency to on-prem HSMs, while 140 rural retail kiosks have only 5–10 Mbps backhaul with daily 30–60 minute outages, and the firm requires that developers use the same AWS APIs, IAM, and CI/CD tools to build once and deploy unchanged across on-premises, an AWS Region, or a hybrid topology; which solution provides a consistent hybrid experience under these constraints?
A fintech startup runs a multi-tenant payment analytics platform on an Amazon Aurora MySQL-Compatible DB cluster in a single AWS Region. For regulatory compliance, the security team must continuously capture and centralize all database activity (including SELECT, INSERT, UPDATE, DELETE, and DDL statements) from every database in the cluster with less than 2 minutes end-to-end delivery latency into durable storage, and retain the records for at least 400 days. The solution must add minimal overhead to the production workload and use fully managed services for stream ingestion and delivery. Which solution will meet these requirements?
A nationwide cold-chain logistics provider operates 150,000 refrigerated trailers that publish temperature and door telemetry every 15 seconds over MQTT/TLS to AWS IoT Core; devices connect using the single hostname mqtt.coldfleet.example.com and cannot be re-provisioned during an outage, while time-series data is stored in an existing Amazon DynamoDB table (currently ~2.3 TB); the business requires automatic business continuity across two AWS Regions (us-east-1 and eu-west-1) with DNS failover in under 60 seconds so that telemetry can be ingested and persisted in either Region without device firmware or certificate changes; which solution will meet these requirements? Provide a solution that ensures ingestion and storage continue automatically in a secondary Region if the primary Region becomes unavailable.
A robotics manufacturer operates a single AWS account and an on-premises Windows Active Directory (AD DS 2016) with 320 employees, where 18 site reliability engineers currently sign in to the AWS Management Console using named IAM users mapped to job roles; during an access review, the engineers request to stop maintaining duplicate identities and to sign in with their existing AD credentials for console access, and the company mandates use of AWS IAM Identity Center for centralized access while minimizing monthly directory costs and avoiding the deployment of domain controllers in AWS; network connectivity to the data center already exists via a 1 Gbps AWS Site-to-Site VPN and the company does not plan to migrate AD to the cloud within the next 12 months; which solution most cost-effectively enables console access with their corporate AD groups while meeting these constraints?