For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Professional (SAP-C02)AWS Solutions Architect Professional SAP-C02 Practice Exam 4Question 15
    Medium1 markMultiple Choice
    Domain 1.5: Cost OptimizationAthenaPerformanceCost OptimizationS3

    AWS SAP-C02 · Question 15 · Domain 1.5: Cost Optimization

    A company has a massive data lake in Amazon S3. They use Amazon Athena for querying. Over time, query performance has degraded, and costs have skyrocketed. The data is currently stored in raw CSV format, partitioned by year. What is the MOST effective strategy to improve performance and reduce costs?

    Answer options:

    A.

    Migrate the data to Amazon Redshift and use Redshift Spectrum to query the CSV files.

    B.

    Convert the CSV files to Apache Parquet format using AWS Glue. Update the partition strategy to year, month, and day.

    C.

    Enable S3 Intelligent-Tiering for the data lake bucket to reduce storage costs.

    D.

    Provision an Amazon EMR cluster to run queries instead of Athena.

    How to approach this question

    Identify the best practices for Athena: columnar formats (Parquet/ORC) and granular partitioning.

    Full Answer

    B.Convert the CSV files to Apache Parquet format using AWS Glue. Update the partition strategy to year, month, and day.✓ Correct
    Convert the data to Parquet format and partition by year, month, and day.
    Amazon Athena charges per terabyte of data scanned. Converting data to a columnar format like Parquet allows Athena to read only the columns required by the query. Finer partitioning (year/month/day) allows Athena to skip irrelevant files entirely.

    Common mistakes

    Focusing only on storage costs (S3 Intelligent-Tiering) instead of query costs.
    Question 14All questionsQuestion 16

    Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
    View all 75 questions →