← AWS Solutions Architect Professional · AWS SAP-C02 Advanced

AWS SAP-C02 Advanced Quiz

Learning Objectives

Master SAP-C02 exam-level designs: DR strategies, cost governance, and hybrid connectivity.

AWS Solutions Architect Professional certification badge
Time left --:--:--
Question 1 / 60 · 60 unanswered
Question 1 of 60
A company operates a globally distributed SaaS platform across 6 AWS regions. Each region runs an independent Aurora PostgreSQL cluster. A new requirement mandates that fraud decisions made in one region must be visible to all other regions within 500 ms to prevent cross-region account abuse. The current inter-region latency is 120–180 ms. Which architectural approach satisfies the 500 ms visibility requirement with the least complexity? (AWS Certified Solutions Architect — Professional, SAP-C02)
1 / 60
Question 2 of 60
A company's AWS landing zone uses Control Tower. The security team needs to enforce that all new accounts created through Account Factory automatically have GuardDuty enabled with the management account as the GuardDuty delegated administrator, and that GuardDuty findings are aggregated centrally. An Account Factory customization pipeline must apply this without manual steps per account. Which approach implements this? (AWS Certified Solutions Architect — Professional, SAP-C02)
2 / 60
Question 3 of 60
A financial services company needs to enforce that all production data in Amazon RDS is never queried directly by application developers, even those with DBA-level IAM permissions. All production queries must go through a controlled API that logs the query, the requester's identity, and the result set for compliance. Developers access staging databases directly. What architecture enforces this query intermediary? (AWS Certified Solutions Architect — Professional, SAP-C02)
3 / 60
Question 4 of 60
A company's data platform uses Amazon EMR for ETL and Amazon Redshift for analytics. They want to implement a delta lake architecture where S3 acts as the storage layer, transactional ACID operations on S3 data are supported (insert, update, delete, time travel), and both EMR and Redshift can query the same data without copying. Which open table format and AWS integration achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
4 / 60
Question 5 of 60
A company runs a multi-tenant application where each tenant's data is stored in a separate DynamoDB table (100 tenants = 100 tables). Read traffic is heavily skewed: 5 tenants generate 80% of all read requests. The team deploys DAX but notices that cache hits are low because requests are distributed across 100 table-specific caches within the same DAX cluster. What is the most effective caching strategy? (AWS Certified Solutions Architect — Professional, SAP-C02)
5 / 60
Question 6 of 60
A company uses AWS CodePipeline with multiple stages across 10 development teams. Each team's pipeline deploys to their own isolated AWS account. The security team must approve all production deployments across all teams, but cannot access each team's CodePipeline console in their account. What architecture gives the security team a single approval point across all production pipelines? (AWS Certified Solutions Architect — Professional, SAP-C02)
6 / 60
Question 7 of 60
A company's architecture uses Amazon SQS FIFO queues to process financial transactions in order. The FIFO queue has a throughput of 300 TPS (transactions per second), which is the standard FIFO limit. A new business requirement increases expected throughput to 3,000 TPS. The application cannot move to Standard queues (ordering required). What is the correct architectural approach? (AWS Certified Solutions Architect — Professional, SAP-C02)
7 / 60
Question 8 of 60
A company is migrating from on-premises Active Directory to cloud identity, but must maintain backward compatibility for legacy applications that use Kerberos authentication during the 2-year transition. The company wants to use AWS Managed Microsoft AD as the cloud identity source while maintaining trust with on-premises AD. What is the minimum required configuration? (AWS Certified Solutions Architect — Professional, SAP-C02)
8 / 60
Question 9 of 60
A company deploys AWS CloudFormation stacks across 15 accounts via StackSets. Some stacks occasionally drift due to manual console changes. The governance team wants to automatically detect drift weekly and generate a consolidated report showing all drifted resources across all accounts. What implements this with the least custom code? (AWS Certified Solutions Architect — Professional, SAP-C02)
9 / 60
Question 10 of 60
A company has a strict compliance requirement that all API requests to AWS must use multi-factor authentication (MFA). Currently, developers use IAM user access keys without MFA. The company wants to enforce MFA-authenticated API access for all IAM users in all accounts without replacing IAM users. What IAM policy mechanism enforces MFA for API calls? (AWS Certified Solutions Architect — Professional, SAP-C02)
10 / 60
Question 11 of 60
A company uses Amazon EKS with Kubernetes Cluster Autoscaler to scale EC2 node groups. During aggressive scale-out events, Cluster Autoscaler provisions new nodes but pods remain in Pending state for 4–7 minutes while nodes register and become ready. The engineering team needs pod startup time under 2 minutes. What architectural change reduces node provisioning time? (AWS Certified Solutions Architect — Professional, SAP-C02)
11 / 60
Question 12 of 60
A company's application uses AWS Cognito User Pools for authentication and DynamoDB for storing user data. They experience a dramatic increase in fraudulent account signups. The security team wants to add risk-based adaptive authentication that challenges suspicious sign-ins (unusual location, device) without blocking legitimate users. Which Cognito feature provides this? (AWS Certified Solutions Architect — Professional, SAP-C02)
12 / 60
Question 13 of 60
A company uses AWS Organizations and needs to implement a hub-and-spoke architecture where a single central Transit Gateway in the network account connects all spoke VPCs across 50 member accounts. The solution must automatically share the Transit Gateway with all existing and future accounts without manual RAM resource share updates. What configuration automates this? (AWS Certified Solutions Architect — Professional, SAP-C02)
13 / 60
Question 14 of 60
A company's microservices architecture uses Amazon API Gateway with Lambda integration. A single API Gateway endpoint handles 10 million requests per day. The team observes that Lambda cold starts for infrequently called functions cause P99 latency spikes to 3–5 seconds. They want P99 latency under 500 ms for all functions. The most cost-effective solution eliminates cold starts only for functions that need it. What is the recommended approach? (AWS Certified Solutions Architect — Professional, SAP-C02)
14 / 60
Question 15 of 60
A company stores 5 PB of scientific simulation data in Amazon S3. The data is accessed annually for large-scale parallel analysis using thousands of EC2 instances. Each analysis job reads 100 TB of specific files. Query latency from S3 to EC2 must be minimized. The instances are in the same AWS region as the S3 bucket. What architecture maximizes data access throughput? (AWS Certified Solutions Architect — Professional, SAP-C02)
15 / 60
Question 16 of 60
A company runs a PCI DSS-compliant application on AWS. A QSA (Qualified Security Assessor) audit requires evidence that all production EC2 instance operating systems are patched with all critical CVEs remediated within 30 days of disclosure. The company has 500 production instances across 10 accounts. What combination of AWS services provides both enforcement and audit evidence? (AWS Certified Solutions Architect — Professional, SAP-C02)
16 / 60
Question 17 of 60
A company uses AWS Step Functions to orchestrate a complex order processing workflow with 20 states, including parallel processing branches, retries, and error handling. The workflow runs 10 million times per day. Step Functions Standard Workflows charge per state transition (10 million × 20 states × $0.000025 = $5,000/day). How can the architect reduce cost without changing workflow logic? (AWS Certified Solutions Architect — Professional, SAP-C02)
17 / 60
Question 18 of 60
A company deploys machine learning inference on Amazon SageMaker. Models are retrained weekly but the current production endpoint runs continuous inference. During retraining, a new model version is validated; if it passes A/B testing (better performance than current), the endpoint must update to the new model with zero downtime. What SageMaker feature implements zero-downtime model updates with A/B testing? (AWS Certified Solutions Architect — Professional, SAP-C02)
18 / 60
Question 19 of 60
A company runs a multi-tenant SaaS application on AWS where each tenant's workload runs in its own EKS namespace. A tenant's runaway pod consumed all node CPU, causing other tenants' pods to be throttled. The team needs to enforce resource isolation between tenant namespaces. Which Kubernetes mechanism prevents one tenant's pods from monopolizing cluster resources? (AWS Certified Solutions Architect — Professional, SAP-C02)
19 / 60
Question 20 of 60
A company's AWS environment has 300 EC2 instances and the billing team notices that 40% are idle (CPU < 5% for 14 days). The CTO wants a monthly optimization report showing idle instances, oversized instances, and Reserved Instance coverage gaps, with estimated savings. Which AWS tools provide this automatically without custom development? (AWS Certified Solutions Architect — Professional, SAP-C02)
20 / 60
Question 21 of 60
A company's architecture requires that a Lambda function must only be invokable from within the company's VPC (not from the internet or other AWS accounts). The Lambda function processes sensitive financial data. What combination of controls enforces this network-level restriction? (AWS Certified Solutions Architect — Professional, SAP-C02)
21 / 60
Question 22 of 60
A company uses Amazon RDS PostgreSQL with a 10 TB database. The DBA team needs to perform a major PostgreSQL version upgrade (from 13 to 16). In-place major version upgrades on RDS risk data corruption and extended downtime. The company's RTO is 30 minutes. Which approach minimizes risk and downtime? (AWS Certified Solutions Architect — Professional, SAP-C02)
22 / 60
Question 23 of 60
A company needs to implement network segmentation within a single VPC where the application tier, database tier, and management tier must have strict network isolation with all traffic logged. The security team requires that even traffic between EC2 instances in the same subnet but different tiers must be inspected. Which approach enforces intra-VPC traffic inspection at the subnet level? (AWS Certified Solutions Architect — Professional, SAP-C02)
23 / 60
Question 24 of 60
A company's data science team uses Amazon SageMaker Studio notebooks. Each data scientist has their own Studio domain. They frequently run heavy preprocessing jobs that take 4–6 hours and should not block notebook interaction. The company wants to offload these jobs to managed compute without the data scientist managing infrastructure. Which SageMaker feature addresses this? (AWS Certified Solutions Architect — Professional, SAP-C02)
24 / 60
Question 25 of 60
A company is designing its AWS network architecture. They have 30 VPCs across 5 regions that need to communicate with each other and with an on-premises data center over Direct Connect. They want centralized egress to the internet through a single NAT/firewall appliance per region. What is the recommended scalable architecture? (AWS Certified Solutions Architect — Professional, SAP-C02)
25 / 60
Question 26 of 60
A company's DevOps team runs Jenkins CI/CD on-premises. They want to migrate Jenkins to AWS while maintaining the same Jenkins configuration and jobs. Workers must scale out automatically for parallel builds. Which AWS deployment meets these requirements with the least effort? (AWS Certified Solutions Architect — Professional, SAP-C02)
26 / 60
Question 27 of 60
A company processes medical imaging data and uses Amazon S3 for storage. HIPAA compliance requires that all data at rest is encrypted, all access is logged, access is restricted to authorized personnel only, and data cannot be deleted for 7 years. Which S3 configuration satisfies all four requirements? (AWS Certified Solutions Architect — Professional, SAP-C02)
27 / 60
Question 28 of 60
A company's SaaS application uses Amazon Cognito User Pools for authentication. When a new user registers, the application must verify they are a corporate employee by checking their email domain (e.g., @company.com) and looking up their employee ID in an on-premises LDAP directory. Invalid registrations should be blocked. What Cognito configuration implements this? (AWS Certified Solutions Architect — Professional, SAP-C02)
28 / 60
Question 29 of 60
A company uses Amazon Redshift for data warehousing. Concurrent query loads from 200 analysts cause query queueing and long wait times. The analytics team has both short queries (< 1 second, exploratory) and long queries (10–30 minutes, reporting). Short queries are being queued behind long queries. What Redshift configuration resolves the queue contention? (AWS Certified Solutions Architect — Professional, SAP-C02)
29 / 60
Question 30 of 60
A company needs to implement a strategy to automatically prevent cost overruns when any AWS account in their organization exceeds $10,000 of unbudgeted spending. When the threshold is crossed, all non-essential API actions should be blocked automatically until a cloud admin reviews and manually releases the restriction. Which AWS mechanism implements this auto-remediation? (AWS Certified Solutions Architect — Professional, SAP-C02)
30 / 60
Question 31 of 60
A company's microservices on Amazon EKS use Helm charts for deployments. After a recent upgrade, several services started exhibiting memory leaks. The team wants to implement automatic detection of memory usage exceeding 90% of the pod's memory limit and automatic pod restart. Which Kubernetes mechanism implements this? (AWS Certified Solutions Architect — Professional, SAP-C02)
31 / 60
Question 32 of 60
A company runs batch ML training jobs using Amazon SageMaker Training Jobs. Jobs take 6–8 hours and run 3 times per week. The team wants to reduce training cost by using Spot Instances but needs to ensure jobs complete despite Spot interruptions. What SageMaker configuration handles Spot interruptions without losing training progress? (AWS Certified Solutions Architect — Professional, SAP-C02)
32 / 60
Question 33 of 60
A company's application on EC2 uses long-lived HTTPS connections (HTTP/2) to downstream microservices. During EC2 scale-in events, the ALB deregisters instances but the long-lived connections are abruptly terminated by the OS when the EC2 instance is stopped, causing client errors. How does the architect configure graceful connection draining? (AWS Certified Solutions Architect — Professional, SAP-C02)
33 / 60
Question 34 of 60
A company's AWS environment uses multiple VPCs with overlapping CIDR ranges (10.0.0.0/16 in each VPC) from different business units. They now need these VPCs to communicate with each other and with on-premises. VPC Peering and Transit Gateway are not viable due to overlapping CIDRs. What architecture resolves communication with overlapping CIDRs? (AWS Certified Solutions Architect — Professional, SAP-C02)
34 / 60
Question 35 of 60
A company's solution architect discovers that an IAM role used by a Lambda function has broad permissions (s3:*, dynamodb:*) that far exceed what the function actually needs. The architect needs to determine the minimum permissions actually used by the function over the past 90 days without breaking the function. Which AWS feature provides this data? (AWS Certified Solutions Architect — Professional, SAP-C02)
35 / 60
Question 36 of 60
A company stores 10 years of financial audit records in Amazon S3. The data must be retained for exactly 10 years from the date of each record's creation, after which it must be automatically and permanently deleted. Different objects were created at different times. How does the architect implement per-object, date-aware retention and automatic deletion? (AWS Certified Solutions Architect — Professional, SAP-C02)
36 / 60
Question 37 of 60
A company uses Amazon Kinesis Data Streams for real-time event processing. The stream has 100 shards. A new ML inference Lambda consumer needs to process every event but with dedicated throughput so it doesn't compete with the 5 existing standard consumers. The ML consumer needs sub-70 ms per-event processing latency. What is the correct configuration? (AWS Certified Solutions Architect — Professional, SAP-C02)
37 / 60
Question 38 of 60
A company runs a global CDN using Amazon CloudFront. The legal team requires that user access logs (showing IP addresses, request URLs, timestamps) for all regions be retained for 5 years with immutable storage and be queryable using SQL for compliance investigations. What architecture implements this? (AWS Certified Solutions Architect — Professional, SAP-C02)
38 / 60
Question 39 of 60
A company's AWS account was compromised and an unauthorized IAM user was created with administrator access. The security team has revoked the unauthorized user's credentials and deleted the user. They now need to assess the full blast radius: what resources were created, modified, or deleted by the unauthorized user over the past 2 weeks. Which AWS service provides this forensic trail? (AWS Certified Solutions Architect — Professional, SAP-C02)
39 / 60
Question 40 of 60
A company's EKS cluster has persistent volumes backed by Amazon EBS. When a node fails, pods with stateful EBS volumes cannot be rescheduled to another node in a different AZ because EBS volumes are AZ-specific. RTO for stateful pods is 30 minutes. What architectural change reduces RTO to under 5 minutes? (AWS Certified Solutions Architect — Professional, SAP-C02)
40 / 60
Question 41 of 60
A company is building a data mesh architecture. Domain teams own their data products in S3 and expose them via the AWS Glue Data Catalog. The central data platform team must approve all data product registrations before consumers can discover them. How does the architect implement this approval workflow without building a custom portal? (AWS Certified Solutions Architect — Professional, SAP-C02)
41 / 60
Question 42 of 60
A company runs an ECS Fargate application that processes video transcoding jobs. Each job takes 20–40 minutes. The team uses Fargate Spot to reduce costs but experiences frequent Spot interruptions because the required CPU/memory combination (16 vCPU, 32 GB RAM) is in short supply in the chosen AZ. How does the architect reduce interruption frequency while maintaining Spot savings? (AWS Certified Solutions Architect — Professional, SAP-C02)
42 / 60
Question 43 of 60
A company uses Amazon S3 as a data lake with multiple data pipelines reading and writing simultaneously. A data engineering team discovers that concurrent writes to the same S3 prefix from multiple Glue jobs occasionally result in inconsistent data: readers see partial updates because S3's eventual consistency for overwrites in the same prefix. What architectural change resolves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
43 / 60
Question 44 of 60
A company's application uses Amazon SQS for asynchronous job processing. The SQS consumer (Lambda) occasionally fails to complete processing within the SQS visibility timeout, causing messages to reappear and be processed multiple times by concurrent consumers. The job processing logic is not idempotent. What is the most architecturally sound fix? (AWS Certified Solutions Architect — Professional, SAP-C02)
44 / 60
Question 45 of 60
A company is implementing AWS Organizations and wants to ensure that no VPC in any member account can communicate directly with the internet (no internet gateways, no NAT gateways) except through the centralized egress inspection VPC in the networking account. Which combination of controls enforces this? (AWS Certified Solutions Architect — Professional, SAP-C02)
45 / 60
Question 46 of 60
A company runs an Amazon Aurora MySQL cluster in a single region (us-east-1). The business requires an RPO of 5 minutes and an RTO of 15 minutes for a region-level disaster. The database is 500 GB. The company has never tested the DR scenario. Which DR solution meets the requirements, and what is the recommended DR testing approach? (AWS Certified Solutions Architect — Professional, SAP-C02)
46 / 60
Question 47 of 60
A company has 100 AWS accounts and wants to centralize cost management. Business units must have visibility into only their own accounts' costs while the finance team sees costs across all accounts. Budgets and alerts must be configurable per business unit. What AWS cost management configuration satisfies these requirements? (AWS Certified Solutions Architect — Professional, SAP-C02)
47 / 60
Question 48 of 60
A company uses Amazon Cognito User Pools to authenticate mobile app users. The app stores sensitive documents in S3 with each user having their own prefix (users/{sub}/documents/). Currently, the app calls an API Gateway backend to get pre-signed URLs for S3 access. The backend is a bottleneck. The architect wants users to access S3 directly without routing through the backend, while maintaining per-user prefix isolation. What IAM/Cognito mechanism enables this? (AWS Certified Solutions Architect — Professional, SAP-C02)
48 / 60
Question 49 of 60
A company runs a multi-region active-active application using DynamoDB Global Tables. Data engineers occasionally run analytical queries on DynamoDB that read millions of items for reporting. These queries consume substantial RCUs and degrade OLTP performance for end users. What is the most cost-effective way to offload analytical queries from DynamoDB without duplicating data? (AWS Certified Solutions Architect — Professional, SAP-C02)
49 / 60
Question 50 of 60
A company's microservices on AWS generate distributed traces. The team wants to visualize end-to-end request latency, identify performance bottlenecks across service boundaries, and get automated analysis of which services are causing 95th percentile latency increases. Which AWS service provides this distributed tracing and analytics capability? (AWS Certified Solutions Architect — Professional, SAP-C02)
50 / 60
Question 51 of 60
A company has 50 AWS accounts and wants to implement a data perimeter ensuring S3 data can only be accessed from within the organization's AWS accounts or from the company's known on-premises IP ranges, never from the public internet or other AWS accounts. What combination of controls implements this data perimeter? (AWS Certified Solutions Architect — Professional, SAP-C02)
51 / 60
Question 52 of 60
A company's CTO wants to reduce AWS operational toil across 80 accounts by enabling teams to self-service common operational tasks (e.g., start/stop EC2 instances, take snapshots, run patching) through a governance-approved catalog without granting direct IAM permissions for these operations. What AWS service enables governed self-service operations? (AWS Certified Solutions Architect — Professional, SAP-C02)
52 / 60
Question 53 of 60
A company's solution architect is asked to reduce the cost of Amazon Redshift for a mixed query workload: some queries complete in under 1 second (exploratory), while others run for 20–30 minutes (complex aggregations). The current Redshift cluster is ra3.4xlarge with 4 nodes. The team cannot modify query patterns. Which cost optimization strategy reduces Redshift cost for this specific workload? (AWS Certified Solutions Architect — Professional, SAP-C02)
53 / 60
Question 54 of 60
A company's multi-tier application has a database tier using Amazon Aurora PostgreSQL with a large number of simultaneous Lambda connections causing Aurora to hit its max_connections limit (approximately 5,000 for db.r5.4xlarge). Lambda functions are throttled waiting for connections. What is the recommended solution? (AWS Certified Solutions Architect — Professional, SAP-C02)
54 / 60
Question 55 of 60
A company needs to implement a federated data lake where business units contribute data independently but the central data team enforces data quality standards before data becomes discoverable. Each business unit uses different data formats (Parquet, ORC, JSON). What architecture provides governed ingestion with data quality enforcement? (AWS Certified Solutions Architect — Professional, SAP-C02)
55 / 60
Question 56 of 60
A company runs Amazon ECS tasks that write results to an SQS queue. Results must be delivered to three downstream services: one for billing, one for analytics, and one for customer notifications. Each service processes at its own rate and must not lose messages if it falls behind. What messaging architecture supports this? (AWS Certified Solutions Architect — Professional, SAP-C02)
56 / 60
Question 57 of 60
A company has a hybrid cloud architecture where critical applications run on-premises and use AWS for DR. The disaster recovery failover must complete within 30 minutes with no more than 15 minutes of data loss (RPO=15 min, RTO=30 min). The on-premises application uses an Oracle database. What AWS DR architecture meets these requirements? (AWS Certified Solutions Architect — Professional, SAP-C02)
57 / 60
Question 58 of 60
A company's production environment experiences intermittent network latency spikes between microservices running on EC2 in the same VPC. The network team suspects packet loss on specific EC2-to-EC2 communication paths. Which AWS tool provides network path analysis to identify packet loss between specific EC2 instances? (AWS Certified Solutions Architect — Professional, SAP-C02)
58 / 60
Question 59 of 60
A company uses Amazon EKS and wants to implement GitOps-based continuous delivery where Kubernetes manifests stored in a Git repository are automatically synchronized to the cluster. Changes pushed to the Git repo should be reflected in the cluster within 5 minutes without CI pipeline intervention. Which tool implements GitOps continuous delivery for EKS? (AWS Certified Solutions Architect — Professional, SAP-C02)
59 / 60
Question 60 of 60
A company's finance team performs complex cost allocation analysis monthly. They need to attribute AWS costs to specific projects and environments across 40 accounts, correlate AWS cost data with internal billing systems, and produce a detailed report in CSV format. AWS Cost Explorer's download is limited to 30 data points. What AWS service provides detailed, raw cost data for custom analysis? (AWS Certified Solutions Architect — Professional, SAP-C02)
60 / 60