Which options should the data analyst use to improve performance as the data lake grows?

Posted by: Pdfprep Category: DAS-C01 Tags: , ,

An airline has been collecting metrics on flight activities for analytics. A recently completed proof of concept demonstrates how the company provides insights to data analysts to improve on-time departures. The proof of concept used objects in Amazon S3, which contained the metrics in .csv format, and used Amazon Athena for querying the data. As the amount of data increases, the data analyst wants to optimize the storage solution to improve query performance.

Which options should the data analyst use to improve performance as the data lake grows? (Choose three.)
A . Add a randomized string to the beginning of the keys in S3 to get more throughput across partitions.
B . Use an S3 bucket in the same account as Athena.
C . Compress the objects to reduce the data transfer I/
E . Use an S3 bucket in the same Region as Athena.
F . Preprocess the .csv data to JSON to reduce I/O by fetching only the document keys needed by the query.
G . Preprocess the .csv data to Apache Parquet to reduce I/O by fetching only the data blocks needed for predicates.

Answer: ACE

Leave a Reply

Your email address will not be published.