Medium1 markMultiple Choice
AWS SAA-C03 · Question 52 · Domain 3.5: Data Ingestion
A company needs to extract data from various databases, transform it, and load it into a data warehouse. They want a fully managed, serverless ETL (Extract, Transform, Load) service that can automatically discover the data schema. Which service should they use?
A company needs to extract data from various databases, transform it, and load it into a data warehouse. They want a fully managed, serverless ETL (Extract, Transform, Load) service that can automatically discover the data schema. Which service should they use?
Answer options:
A.
Amazon EMR
B.
AWS Data Pipeline
C.
AWS Glue
D.
Amazon Athena
How to approach this question
Match 'serverless ETL' and 'schema discovery' to AWS Glue.
Full Answer
C.AWS Glue✓ Correct
AWS Glue
AWS Glue is a serverless data integration service that makes it easy to discover, prepare, and combine data for analytics, machine learning, and application development. It includes Glue Crawlers to automatically infer schemas.
Common mistakes
Choosing EMR, which is powerful for big data but requires managing EC2 clusters.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert