ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 64 - DAS-C01 discussion

Report
Export

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.
Answers
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.
Answers
B.
Use an S3 bucket in the same account as Athena.
C.
Compress the objects to reduce the data transfer I/O.
Answers
C.
Compress the objects to reduce the data transfer I/O.
D.
Use an S3 bucket in the same Region as Athena.
Answers
D.
Use an S3 bucket in the same Region as Athena.
E.
Preprocess the .csv data to JSON to reduce I/O by fetching only the document keys needed by the query.
Answers
E.
Preprocess the .csv data to JSON to reduce I/O by fetching only the document keys needed by the query.
F.
Preprocess the .csv data to Apache Parquet to reduce I/O by fetching only the data blocks needed for predicates.
Answers
F.
Preprocess the .csv data to Apache Parquet to reduce I/O by fetching only the data blocks needed for predicates.
Suggested answer: A, C, E
asked 16/09/2024
Oeurn Chan
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first