List of questions
Related questions
Question 88 - DEA-C01 discussion
A retail company uses an Amazon Redshift data warehouse and an Amazon S3 bucket. The company ingests retail order data into the S3 bucket every day.
The company stores all order data at a single path within the S3 bucket. The data has more than 100 columns. The company ingests the order data from a third-party application that generates more than 30 files in CSV format every day. Each CSV file is between 50 and 70 MB in size.
The company uses Amazon Redshift Spectrum to run queries that select sets of columns. Users aggregate metrics based on daily orders. Recently, users have reported that the performance of the queries has degraded. A data engineer must resolve the performance issues for the queries.
Which combination of steps will meet this requirement with LEAST developmental effort? (Select TWO.)
Configure the third-party application to create the files in a columnar format.
Develop an AWS Glue ETL job to convert the multiple daily CSV files to one file for each day.
Partition the order data in the S3 bucket based on order date.
Configure the third-party application to create the files in JSON format.
Load the JSON data into the Amazon Redshift table in a SUPER type column.
0 comments
Leave a comment first