Medium1 markMultiple Choice
AWS SAP-C02 · Question 68 · Domain 4.2: New Architecture Design
An architect is designing a data lake architecture on AWS. Data will be ingested from various sources, transformed, and queried using standard SQL. The solution must be fully managed and serverless. Which THREE services should be included in this architecture? (Select THREE)
An architect is designing a data lake architecture on AWS. Data will be ingested from various sources, transformed, and queried using standard SQL. The solution must be fully managed and serverless. Which THREE services should be included in this architecture? (Select THREE)
Answer options:
A.
Amazon S3
B.
Amazon Redshift
C.
AWS Glue
D.
Amazon EMR
E.
Amazon Athena
F.
Amazon RDS
G.
AWS Database Migration Service
How to approach this question
Identify the core components of an AWS serverless data lake.
Full Answer
A, C, E
A standard serverless data lake uses Amazon S3 for storage. AWS Glue crawls the data to create a catalog and performs serverless ETL. Amazon Athena allows users to query the S3 data directly using standard SQL without provisioning any infrastructure.
Common mistakes
Selecting EMR or Redshift, which traditionally require cluster management (though serverless options exist, S3/Glue/Athena is the quintessential serverless data lake pattern).
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert