Question 331:
A company has used Amazon Elastic MapReduce (Amazon EMR) clusters to capture data about user actions and push it to Amazon Simple Storage Service (S3). The database grows up to 50GB per day. Then it uses Apache Hive for querying user-activity data. However, the DevOps lead is unsatisfied with its performance, cost, and management complexity. You have proposed to use AWS Athena to query the data instead. Which benefits does this new solution bring? (Select TWO.)
Answer options:
A.AWS Athena charges every hour at an extremely low cost. It is more cost-effective than the previous solution. B.Amazon Athena is serverless. So you do not need to set up the instance or consider if the compute capability is enough or not. C.Amazon Athena can query data in S3 easily using standard SQL only when the data format is CSV. Standard SQL cannot be used for other formats. D.AWS Athena can automatically execute queries in parallel. So most results come back within seconds. E.Amazon Athena can query data from any data sources, including S3, AWS RDS, EFS and Glacier.