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.

    PracticeGCP Professional Cloud ArchitectGCP Professional Cloud Architect Practice Exam 6Question 47
    Medium1 markMultiple Choice
    Subtask 5.3: Manage implementation and optimize costsBigQueryCost OptimizationData & Analytics

    GCP PCA · Question 47 · Manage implementation and optimize costs

    Your data analytics team is running complex SQL queries on a 100 TB BigQuery table. The queries are scanning the entire table every time, resulting in massive costs. The queries typically filter data by a transaction_date column and group results by a country_code column. Which TWO BigQuery features should you implement to reduce the amount of data scanned and lower costs? (Select TWO)

    Answer options:

    A.

    Partition the table by transaction_date

    B.

    Cluster the table by country_code

    C.

    Change the BigQuery billing model from On-demand to Flat-rate

    D.

    Export the data to Cloud Storage and query it using external tables

    E.

    Create a materialized view for every possible country code

    How to approach this question

    Identify the two primary BigQuery table optimization techniques.

    Full Answer

    Partitioning and Clustering are the two most powerful ways to optimize BigQuery costs and performance. Partitioning by date ensures queries only scan specific days/months. Clustering by frequently filtered columns (like country_code) organizes the data so BigQuery can skip irrelevant blocks during execution.

    Common mistakes

    Assuming changing the billing model (C) optimizes the queries. It only changes how you pay, not how efficiently the system runs.
    Question 46All questionsQuestion 48

    Practice the full GCP Professional Cloud Architect Practice Exam 6

    50 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01CASE STUDY: TechStream Gaming Overview: Industry: Gaming Size: 500 employees, $100M revenue Env...MediumQ02CASE STUDY: TechStream Gaming Overview: Industry: Gaming Size: 500 employees, $100M revenue Env...MediumQ03CASE STUDY: TechStream Gaming Overview: Industry: Gaming Size: 500 employees, $100M revenue Env...HardQ04CASE STUDY: TechStream Gaming Overview: Industry: Gaming Size: 500 employees, $100M revenue Env...MediumQ05CASE STUDY: TechStream Gaming Overview: Industry: Gaming Size: 500 employees, $100M revenue Env...Easy
    View all 50 questions →