← AWS Solutions Architect Professional · AWS SAP-C02 Intermediate

AWS SAP-C02 Intermediate Quiz

Learning Objectives

Design complex AWS enterprise architectures with governance, networking, and migration patterns.

AWS Solutions Architect Professional certification badge
Time left --:--:--
Question 1 / 60 · 60 unanswered
Question 1 of 60
A company is designing a multi-account AWS landing zone. New accounts should receive a baseline configuration including a CloudTrail organization trail, AWS Config, Security Hub enrollment, and a standard VPC layout—automatically, without manual intervention. Which AWS service orchestrates this automated account baseline? (AWS Certified Solutions Architect — Professional, SAP-C02)
1 / 60
Question 2 of 60
A company has an AWS Transit Gateway connecting 15 spoke VPCs and on-premises networks via Direct Connect. The network team discovers that spoke VPCs can communicate with each other directly (east-west traffic) and wants to restrict this so spokes only communicate with the shared services VPC and on-premises. What Transit Gateway configuration enforces this? (AWS Certified Solutions Architect — Professional, SAP-C02)
2 / 60
Question 3 of 60
An organization runs workloads in both AWS and a private on-premises data center. They want to monitor all logs (AWS CloudTrail, VPC Flow Logs, on-premises syslog) in a centralized SIEM. The SIEM solution is hosted on-premises. How should they route AWS logs to the on-premises SIEM efficiently? (AWS Certified Solutions Architect — Professional, SAP-C02)
3 / 60
Question 4 of 60
A company uses AWS Lambda extensively. A security review finds that several Lambda functions share the same IAM execution role, which has broad S3 and DynamoDB permissions. The security team wants to apply least privilege per function without disrupting operations. What is the correct approach? (AWS Certified Solutions Architect — Professional, SAP-C02)
4 / 60
Question 5 of 60
A company is running a critical application on a fleet of EC2 instances. They need to implement a blue/green deployment strategy where the new version (green) is launched and tested before traffic is shifted from the old version (blue). Traffic shifting must happen gradually (10% per hour) with automatic rollback on elevated error rates. Which AWS solution implements this? (AWS Certified Solutions Architect — Professional, SAP-C02)
5 / 60
Question 6 of 60
A company's solution architect is designing a data lake on Amazon S3. Raw data lands in a 'raw' prefix, is transformed by AWS Glue ETL jobs, and lands in a 'processed' prefix. The data science team needs access to 'processed' data only, while the data engineering team needs access to both. Which IAM strategy enforces this using AWS Lake Formation? (AWS Certified Solutions Architect — Professional, SAP-C02)
6 / 60
Question 7 of 60
A financial services firm uses AWS and must ensure that no data leaves the cloud environment. All S3 API calls must go through VPC endpoints, and any call that routes through the public internet must be blocked. Additionally, the bucket policy must only allow access from the specific VPC endpoint. How is this enforced? (AWS Certified Solutions Architect — Professional, SAP-C02)
7 / 60
Question 8 of 60
A company has 500 GB of data in Amazon DynamoDB that must be queried by a data analytics team using SQL. The team is familiar with SQL but not DynamoDB's API. What is the least-effort solution to enable SQL analytics on DynamoDB data? (AWS Certified Solutions Architect — Professional, SAP-C02)
8 / 60
Question 9 of 60
A company uses AWS Organizations and has strict requirements that production accounts must never have public S3 buckets. Development accounts may have public buckets for static website hosting. How can the architect enforce this selectively across OUs? (AWS Certified Solutions Architect — Professional, SAP-C02)
9 / 60
Question 10 of 60
A company's application runs in three AWS regions (us-east-1, eu-west-1, ap-southeast-1) for global availability. Each region has its own Amazon RDS Aurora PostgreSQL cluster. The application needs to read and write locally to minimize latency. When a regional failure occurs, traffic must automatically shift to a healthy region within 1 minute. Which architecture achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
10 / 60
Question 11 of 60
A company uses AWS CloudFormation and has a large monolithic template with 500+ resources. Stack updates take 45 minutes and any failure requires a full rollback. The architect wants to reduce update time and blast radius. What is the recommended refactoring approach? (AWS Certified Solutions Architect — Professional, SAP-C02)
11 / 60
Question 12 of 60
A company needs to analyze S3 access logs to identify which IAM principals accessed sensitive buckets in the last 90 days. The log data is stored as JSON in S3 partitioned by date. What is the most efficient approach to query this data? (AWS Certified Solutions Architect — Professional, SAP-C02)
12 / 60
Question 13 of 60
A company is implementing AWS Config in all accounts across their organization. They want a single view of compliance across all accounts and automatic remediation of non-compliant resources. Which AWS Config feature enables organization-wide deployment and aggregated compliance view? (AWS Certified Solutions Architect — Professional, SAP-C02)
13 / 60
Question 14 of 60
A company's event-driven pipeline uses Amazon EventBridge to route events from multiple SaaS applications to different downstream processors. One processor (Lambda function) fails 30% of the time due to a bug. Failed events must not be lost and must be retried automatically up to 3 times before being moved to a dead-letter destination. Which EventBridge feature handles this? (AWS Certified Solutions Architect — Professional, SAP-C02)
14 / 60
Question 15 of 60
A company's hybrid architecture connects an on-premises data center to AWS via AWS Direct Connect. The link fails intermittently due to carrier issues. The company requires the connection to fail over to a VPN within 60 seconds. How should the architect design this? (AWS Certified Solutions Architect — Professional, SAP-C02)
15 / 60
Question 16 of 60
A company is deploying a containerized microservices application on Amazon EKS. The DevOps team wants to ensure that no Docker images with known critical CVEs are ever deployed to the production cluster. What is the most preventative control? (AWS Certified Solutions Architect — Professional, SAP-C02)
16 / 60
Question 17 of 60
A company's AWS environment spans 20 accounts. The security team needs a centralized place to view all security findings (GuardDuty, Inspector, Macie, IAM Access Analyzer) across all accounts, prioritized by severity, with automated remediation for common findings. What AWS service provides this aggregation and automation capability? (AWS Certified Solutions Architect — Professional, SAP-C02)
17 / 60
Question 18 of 60
A company runs a microservices application using Amazon API Gateway HTTP API and AWS Lambda. One Lambda function calls a downstream service that occasionally takes 20–25 seconds to respond. The API Gateway HTTP API's integration timeout is 30 seconds. Clients time out waiting for a response and retry, causing duplicate calls to the downstream service. What redesign resolves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
18 / 60
Question 19 of 60
A company uses AWS Secrets Manager to store database credentials. The rotation Lambda function has been failing for 3 days. The on-call team needs to immediately understand which applications are affected by the stale credentials and which Lambda invocations failed. What combination of AWS observability tools provides this? (AWS Certified Solutions Architect — Professional, SAP-C02)
19 / 60
Question 20 of 60
A company is building a SaaS platform where each customer tenant has their own isolated Aurora PostgreSQL database cluster. With 200 tenants and growing, the DBA team is overwhelmed managing individual clusters. What AWS service reduces the operational overhead of managing 200+ Aurora clusters? (AWS Certified Solutions Architect — Professional, SAP-C02)
20 / 60
Question 21 of 60
A company needs to implement a solution where users upload large video files (up to 5 GB) directly to Amazon S3 without routing through the application backend. The upload must be authenticated and authorized but the backend should not handle the actual file bytes. Which approach achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
21 / 60
Question 22 of 60
A company runs Amazon Elastic MapReduce (EMR) clusters for batch analytics on data stored in Amazon S3. The clusters run 8 hours per day and the data is never persisted on HDFS beyond the EMR job. Cluster startup takes 12 minutes. The team wants to minimize cost without changing the Spark job code. What is the optimal EMR configuration? (AWS Certified Solutions Architect — Professional, SAP-C02)
22 / 60
Question 23 of 60
A company has a strict requirement that all Amazon EC2 instances must communicate with the internet through a centralized inspection VPC that runs third-party firewall appliances. All 30 VPCs must route outbound internet traffic through the inspection VPC. Which network topology achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
23 / 60
Question 24 of 60
A company uses AWS CodePipeline for CI/CD. A recent deployment introduced a bug that wasn't caught by unit tests. The team wants to add automated integration tests that run against a staging environment before any production deployment, with the ability to automatically roll back if tests fail. Which CodePipeline configuration implements this? (AWS Certified Solutions Architect — Professional, SAP-C02)
24 / 60
Question 25 of 60
A company processes financial transactions in Amazon SQS. Each transaction must be processed exactly once. The current implementation uses SQS Standard queues and occasionally processes the same transaction twice due to at-least-once delivery. The application cannot implement deduplication logic. What SQS configuration change eliminates duplicate processing? (AWS Certified Solutions Architect — Professional, SAP-C02)
25 / 60
Question 26 of 60
A company stores 10 PB of archival genomics data in Amazon S3 Glacier Deep Archive. Regulatory requirements mandate that data can be retrieved within 12 hours on demand, but retrievals happen very infrequently (once every 2 years on average). How should the architect configure retrieval to ensure compliance with the 12-hour SLA? (AWS Certified Solutions Architect — Professional, SAP-C02)
26 / 60
Question 27 of 60
A company wants to enable developers to self-service deploy applications to Amazon ECS using a standardized template without granting direct IAM permissions to create ECS services, task definitions, or IAM roles. Which AWS service enables governed self-service deployment? (AWS Certified Solutions Architect — Professional, SAP-C02)
27 / 60
Question 28 of 60
A company's application tier consists of EC2 instances in an Auto Scaling group behind an ALB. During scale-in events, some in-flight requests are dropped when instances are terminated before request processing completes. What configuration prevents request drops during scale-in? (AWS Certified Solutions Architect — Professional, SAP-C02)
28 / 60
Question 29 of 60
A company's security team requires that all API calls to AWS are made over private network paths only—no public internet. This includes CLI, SDK calls, and console API calls from within the corporate network connected via Direct Connect. Which AWS service and configuration achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
29 / 60
Question 30 of 60
A company's architecture uses multiple Lambda functions that all write logs to the same CloudWatch Log Group. During a security incident, the IR team needs to search logs for a specific string across all Lambda invocations in the last 6 hours. Which tool enables this in minutes? (AWS Certified Solutions Architect — Professional, SAP-C02)
30 / 60
Question 31 of 60
A company runs Amazon Kinesis Data Streams with 50 shards ingesting clickstream data at 45,000 records/second. The data science team adds a new consumer application that must receive each record within 70 ms of ingestion. Currently all three consumer applications share read throughput (2 MB/s per shard shared across consumers). How can the architect ensure the new consumer meets its latency requirement? (AWS Certified Solutions Architect — Professional, SAP-C02)
31 / 60
Question 32 of 60
A company has a microservices application on Amazon EKS. Service-to-service calls frequently fail with connection refused errors when a target service pod restarts. The application does not implement retry logic. Which Kubernetes/AWS feature resolves this transparently at the infrastructure layer? (AWS Certified Solutions Architect — Professional, SAP-C02)
32 / 60
Question 33 of 60
A company has a complex data pipeline with 15 AWS Glue ETL jobs that have dependencies on each other (Job B can only start after Job A completes). Managing job dependencies with EventBridge rules and Lambda functions has become unwieldy. Which AWS service provides visual workflow orchestration with dependency management for Glue jobs? (AWS Certified Solutions Architect — Professional, SAP-C02)
33 / 60
Question 34 of 60
A company's web application uses Amazon ElastiCache for Redis to store session data. The Redis cluster is a single-node deployment. During the weekly maintenance window, ElastiCache applies updates and the Redis node is restarted, causing all user sessions to be lost. What architecture change prevents session loss during maintenance? (AWS Certified Solutions Architect — Professional, SAP-C02)
34 / 60
Question 35 of 60
A company runs a critical OLTP application on Amazon Aurora MySQL. The database has a 1 TB dataset that is queried intensively by both the application (transactional queries) and a BI team (complex analytical reports). Analytical queries are degrading OLTP performance. What architecture change isolates analytical workloads without data duplication? (AWS Certified Solutions Architect — Professional, SAP-C02)
35 / 60
Question 36 of 60
A company is designing a zero-trust architecture for AWS. Every API call must be verified against a central policy engine before being executed, regardless of the caller's IAM identity. How can an architect implement attribute-based access control (ABAC) across all AWS services at the organizational level? (AWS Certified Solutions Architect — Professional, SAP-C02)
36 / 60
Question 37 of 60
A company's AWS environment has hundreds of EC2 instances across 20 accounts. The operations team needs to apply a software patch to all running EC2 instances within 4 hours, including instances in private subnets without internet access. Which AWS Systems Manager capability enables this at scale without SSH? (AWS Certified Solutions Architect — Professional, SAP-C02)
37 / 60
Question 38 of 60
A company uses Amazon SageMaker for ML model training and deployment. Models are trained weekly, and the best model is deployed to a SageMaker endpoint. The deployment team wants to ensure that the new model performs better than the current model in production before routing 100% of traffic to it. Which SageMaker feature enables gradual traffic shifting with comparison? (AWS Certified Solutions Architect — Professional, SAP-C02)
38 / 60
Question 39 of 60
A company's AWS Organization has a strict SCP that denies iam:CreateUser across all member accounts (no IAM users allowed). A third-party SaaS tool requires AWS IAM user credentials (access key and secret) for integration. How can the company provide the SaaS tool with AWS access without violating the SCP? (AWS Certified Solutions Architect — Professional, SAP-C02)
39 / 60
Question 40 of 60
A company runs a high-traffic e-commerce application during holiday seasons. They use Amazon RDS Aurora MySQL with provisioned capacity. During peak Black Friday traffic, the database CPU hits 95% and response times degrade. The team has already added read replicas and offloaded reads. The bottleneck is write throughput to the Aurora writer. What architectural change addresses write throughput limitations? (AWS Certified Solutions Architect — Professional, SAP-C02)
40 / 60
Question 41 of 60
A company needs to grant a contractor temporary access to specific AWS resources for a 2-week project. The contractor uses their own AWS account. Access must expire automatically without any manual revocation. What IAM mechanism enables time-limited cross-account access? (AWS Certified Solutions Architect — Professional, SAP-C02)
41 / 60
Question 42 of 60
A company uses AWS CloudTrail for audit logging. The security team wants to ensure that CloudTrail log files stored in S3 have not been tampered with since they were written. Which CloudTrail feature detects tampering? (AWS Certified Solutions Architect — Professional, SAP-C02)
42 / 60
Question 43 of 60
A company's application has a complex authentication flow: users authenticate with the corporate IdP (SAML 2.0), which issues a SAML assertion. The application then needs temporary AWS credentials scoped to the specific user's department to access department-specific S3 prefixes. Which AWS mechanism maps IdP attributes to scoped AWS credentials? (AWS Certified Solutions Architect — Professional, SAP-C02)
43 / 60
Question 44 of 60
A company migrates a legacy Oracle database to Amazon Aurora PostgreSQL using AWS DMS. After migration, the team discovers that several stored procedures use Oracle-specific PL/SQL syntax that is incompatible with PostgreSQL's PL/pgSQL. What AWS tool helps identify and convert these incompatible objects? (AWS Certified Solutions Architect — Professional, SAP-C02)
44 / 60
Question 45 of 60
A company runs Amazon EKS and uses AWS Fargate profiles for serverless pod execution. The security team wants to enforce that no pod can be scheduled with privileged security context (privileged: true). What is the most Kubernetes-native approach to enforce this? (AWS Certified Solutions Architect — Professional, SAP-C02)
45 / 60
Question 46 of 60
A company stores 50 TB of research data in Amazon S3. The data must be made available to an academic partner in Europe through a secure, governed data sharing mechanism without physically transferring data to the partner's infrastructure. The partner uses their own AWS account. Which AWS solution enables this? (AWS Certified Solutions Architect — Professional, SAP-C02)
46 / 60
Question 47 of 60
A company's application uses AWS Lambda and must retry failed operations with exponential backoff. The Lambda function is triggered by Amazon SQS. When the function throws an exception, the message becomes visible again after the visibility timeout and is retried by SQS. The team wants a maximum of 5 retries before the message is moved to a DLQ. What configuration achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
47 / 60
Question 48 of 60
A company has a real-time fraud detection system that must evaluate each financial transaction within 200 ms. The system uses a custom ML model. The model is updated weekly. What AWS architecture supports real-time inference at low latency with weekly model updates? (AWS Certified Solutions Architect — Professional, SAP-C02)
48 / 60
Question 49 of 60
A company is migrating from an on-premises VMware vSphere environment to AWS. They have 200 VMs running various workloads and want to minimize application refactoring while reducing migration time. Which AWS service is designed for automated VM migration with near-continuous replication? (AWS Certified Solutions Architect — Professional, SAP-C02)
49 / 60
Question 50 of 60
A company needs a solution to run thousands of short-duration (1–5 minute) containerized jobs triggered by S3 file uploads. The jobs process the uploaded files and write results to DynamoDB. Each job requires 0.5 vCPU and 1 GB RAM. The team wants no cluster management and cost proportional to job execution time. Which service combination meets these requirements? (AWS Certified Solutions Architect — Professional, SAP-C02)
50 / 60
Question 51 of 60
A company's architecture uses a mix of public and private hosted zones in Amazon Route 53. The company recently split their VPC into two separate VPCs and the private hosted zone is only associated with the original VPC. Resources in the new VPC cannot resolve private DNS names. What is the correct fix? (AWS Certified Solutions Architect — Professional, SAP-C02)
51 / 60
Question 52 of 60
A company runs Amazon EC2 instances and wants to reduce costs by identifying underutilized instances and purchasing Reserved Instances or Savings Plans for the right workloads. Which AWS tool provides recommendations for both Reserved Instances and Savings Plans based on historical usage? (AWS Certified Solutions Architect — Professional, SAP-C02)
52 / 60
Question 53 of 60
A company uses AWS CloudFormation with a monolithic template. The ops team reports that updating the VPC CIDR in the template results in the VPC being replaced (new resource), causing all dependent resources to be recreated—causing a multi-hour outage. How should the architect prevent this? (AWS Certified Solutions Architect — Professional, SAP-C02)
53 / 60
Question 54 of 60
A company's production ECS application is experiencing memory leaks. The containers use increasing amounts of RAM over time until they are OOM-killed and restarted. The team needs to monitor memory usage per container in real time. Amazon ECS Fargate does not expose container memory metrics by default in CloudWatch. What is the correct approach? (AWS Certified Solutions Architect — Professional, SAP-C02)
54 / 60
Question 55 of 60
A company has 1,000 microservices deployed on Amazon EKS. The services expose REST APIs. The API team wants a unified, managed entry point for all external API consumers with features including authentication, rate limiting, request transformation, and API versioning. Which AWS service provides these API management capabilities? (AWS Certified Solutions Architect — Professional, SAP-C02)
55 / 60
Question 56 of 60
A company's AWS CloudTrail is configured to log to a central S3 bucket in the logging account. A security analyst discovers that a threat actor accessed the logging account and deleted 2 weeks of CloudTrail logs. What architectural change prevents future log deletion, including by a compromised logging account administrator? (AWS Certified Solutions Architect — Professional, SAP-C02)
56 / 60
Question 57 of 60
A company runs 3,000 EC2 instances across 15 AWS accounts. They need to track which instances have no business owner tag and automatically notify the owner (based on who launched the instance) to add the tag within 7 days, then terminate untagged instances after 7 days. What AWS-native automation achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
57 / 60
Question 58 of 60
A company uses AWS Direct Connect for production traffic between on-premises and AWS. They want to test failover to a backup VPN connection without disrupting production traffic. What is the safest approach to test the VPN failover path? (AWS Certified Solutions Architect — Professional, SAP-C02)
58 / 60
Question 59 of 60
A company's application generates 500 MB of structured JSON data every hour. This data must be analyzed by data scientists using SQL within 1 hour of generation. The team does not want to manage any infrastructure. Which AWS serverless pipeline achieves this? (AWS Certified Solutions Architect — Professional, SAP-C02)
59 / 60
Question 60 of 60
A company's multi-region application experiences split-brain scenarios when two regions lose connectivity but both think they're primary. The application uses Route 53 failover routing with health checks. What additional safeguard prevents both regions from simultaneously acting as primary? (AWS Certified Solutions Architect — Professional, SAP-C02)
60 / 60