ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

337 / 465

Question 337:

You are an AWS solutions architect in an IT company. Your company has a big data product that analyzes data from various sources like transactions, web servers, surveys, and social media. You need to design a new solution in AWS that can extract data from the source in S3 and transform the data to match the target schema automatically. Moreover, the transformed data can be analyzed using standard SQL. Which combination of solutions would meet these requirements in the best way? (Select TWO.)

Answer options:

A.Set up an AWS ECS cluster to manage the extract, transform, and load (ETL) service to prepare and load the data in S3 for analytics.
B.Configure an AWS EMR cluster to transform the data to a target format for downstream. Execute the EMR tasks on a schedule.
C.Create an AWS Glue ETL to run on schedule to scan the data in S3 and populate the Glue data catalog accordingly.
D.Configure AWS QuickSight to analyze the data using standard SQL commands.
E.Use AWS Athena to query the data using standard SQL.