Home › Certifications › AWS Certified Solutions Architect SAP-C02 › Design for New Solutions
51 multiple-choice questions and 66 flashcards on Design for New Solutions, about 34% of the AWS Certified Solutions Architect SAP-C02 bank. Every one carries a written rationale.
Design for New Solutions is one of 4 chapters in CoStudy's AWS Certified Solutions Architect — Professional (SAP-C02) bank, and it holds 51 of the bank's 150 multiple-choice questions — roughly 34% of the total. That proportion is not arbitrary: chapters follow the certifying body's published exam outline, and the number of questions in each is set by that domain's published weight, so the share of your practice time this chapter takes matches the share of the real exam it accounts for.
Studying by chapter is worth doing once you have a diagnostic score. A single overall percentage tells you whether you are close; it does not tell you which domain is dragging. Working a weak chapter in isolation, and re-testing it in isolation, is the fastest way to move a score that has stalled — and it is why the mock exams in CoStudy report by domain rather than as one number.
10 questions drawn from this chapter, with the full rationale shown — the controlling principle behind the right answer, and why each wrong option tempts and fails.
200 analysts need ad-hoc SQL over a 5 PB S3 data lake with cost controls and cross-account data sharing. Which approach is BEST?
Answer: B — Athena with per-team workgroups for cost controls, Glue Catalog as metastore, Lake Formation cross-account sharing, and Parquet partitions
B) Athena + Lake Formation + Glue + Parquet is the canonical serverless lakehouse pattern with workgroup cost controls. A) A cluster per analyst is wildly expensive. C) 5 PB into Redshift is overkill for ad-hoc. D) Postgres cannot hold 5 PB.
Egress from an OU must go through a stateful DPI-capable firewall with logs streamed to a central SIEM. Which architecture is BEST?
Answer: A — Central inspection VPC with AWS Network Firewall attached to a TGW and Firehose delivery of logs to the SIEM
A) Central inspection VPC + Network Firewall + Firehose is AWS-prescriptive DPI egress. B) SG do not do DPI. C) NLB+WAF is not L3/L4 stateful firewall. D) GuardDuty is detection, not inline inspection.
Strong tenant isolation with per-tenant BYOK and instant cryptographic erase on revocation is required. Which design is BEST?
Answer: D — One customer-managed KMS key per tenant encrypting all tenant data with EncryptionContext bound to the tenant identifier
D) Per-tenant CMK enables cryptographic erase via key deletion/disable and enforces per-tenant boundaries. A) Shared key blocks per-tenant revocation. B) SSE-S3 keys are not revocable per-tenant. C) Unencrypted violates compliance.
A global API must serve sub-100 ms p95 to users in 6 Regions with 30000 RPS peak and Region-failure survival. Which is BEST?
Answer: A — Global Accelerator routing to Regional API Gateway + Lambda in 4 Regions with DynamoDB Global Tables and Route 53 health checks
A) GA + Regional API GW + Lambda + DynamoDB Global Tables is the canonical globally-active low-latency pattern. B) Two-Region warm standby cannot deliver sub-100ms across 6 user Regions. C) Lambda@Edge has hard limits; one-Region data is a SPOF. D) Ignores multi-Region.
A corporate site sees 10x launch spikes and mixes static + dynamic content behind ECS/ALB. Which CDN design is BEST?
Answer: B — CloudFront in front of the ALB with cache behaviors, origin shield, and AWS WAF applied at the CloudFront distribution
B) CloudFront + origin shield + WAF is canonical CDN-fronted dynamic origin. A) Bigger tasks skip the cache layer. C) Rewrites the app. D) Path-sharded ALBs skip cache.
A social app has 100:1 read-write ratio, needs sub-ms p99 reads globally, and tolerates eventual consistency for non-critical reads. Which is BEST?
Answer: D — DynamoDB Global Tables in active-active with DAX in each Region caching hot reads and conditional writes for updates
D) Global Tables + DAX is canonical for global low-latency reads with eventual consistency. A) Aurora Global writes go cross-Region to primary. B) ElastiCache global is single-primary. C) Self-hosted reintroduces ops.
AWS Glue is BEST described as:
Answer: A — A serverless ETL service with crawlers, Spark jobs, and a shared Data Catalog
A) Glue is the AWS serverless ETL and metadata catalog. B) That is MSK. C) That is Redshift. D) That is Aurora.
Amazon Aurora differs from standard RDS engines PRIMARILY because it:
Answer: B — Is a cloud-native MySQL/PostgreSQL-compatible engine with 6-way replication across 3 AZs
B) Aurora is cloud-native MySQL/PG-compatible with 6-copy/3-AZ replication. A) Aurora manages data itself. C) Aurora is compatible. D) Aurora scales horizontally without manual sharding via Aurora Serverless / read replicas.
A spike-prone workload must absorb millions of asynchronous requests with retries and dead-letter handling. Which architecture is BEST?
Answer: B — Amazon SQS in front of Lambda or ECS auto-scaling consumers with a dead-letter queue
B) SQS + auto-scaling + DLQ is the canonical async decoupling pattern. A) Synchronous alone does not absorb spikes safely. C) A single EC2 is a SPOF. D) Firehose is delivery-only and lacks request semantics.
Which BEST contrasts Amazon WorkSpaces with AppStream 2.0?
Answer: B — WorkSpaces streams full persistent virtual desktops; AppStream streams individual applications
B) WorkSpaces = persistent VDI; AppStream = app streaming. A) Reversed. C) They differ architecturally. D) WorkSpaces is persistent, AppStream is per-session.
4 cards from the 66 in this chapter.
SAP requirement themes?
Cost-effective, secure, highly available, scalable, operationally efficient.
EC2 dedicated host vs dedicated instance?
Host: physical server, BYOL friendly. Instance: dedicated hardware but no host visibility.
Pilot Light pattern?
Minimal core in DR region. Scale up on disaster. Lower cost than warm standby.
Fargate cost vs EC2 launch type?
Fargate: per-task billing, no infra mgmt. EC2: cheaper at scale, more ops.
These are a sample. The full Design for New Solutions chapter runs 117 items with per-chapter progress tracking, on the web and in the iOS app.
Open AWS Certified Solutions Architect SAP-C02 in CoStudy →
All AWS Certified Solutions Architect SAP-C02 practice questions →