0
0
GCPcloud~5 mins

BigQuery SQL and pricing model in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is BigQuery in Google Cloud Platform?
BigQuery is a fully managed data warehouse service that lets you run fast SQL queries on large datasets without managing infrastructure.
Click to reveal answer
beginner
How does BigQuery charge for queries?
BigQuery charges based on the amount of data processed by your SQL queries, measured in bytes scanned. You pay only for the data your queries scan.
Click to reveal answer
intermediate
What is the difference between on-demand and flat-rate pricing in BigQuery?
On-demand pricing charges per query based on data scanned. Flat-rate pricing lets you buy dedicated query capacity for a fixed monthly fee, good for predictable workloads.
Click to reveal answer
beginner
What SQL dialect does BigQuery use?
BigQuery uses a standard SQL dialect that is ANSI-compliant with some extensions for analytics and nested data.
Click to reveal answer
intermediate
How can you reduce BigQuery query costs?
You can reduce costs by selecting only needed columns, filtering data early, using partitioned tables, and caching query results.
Click to reveal answer
What does BigQuery charge you for when running SQL queries?
AThe number of rows returned
BThe amount of data scanned by the query
CThe number of queries run
DThe storage size of the dataset
Which pricing model is best if you have predictable, heavy query workloads in BigQuery?
APay-as-you-go storage
BOn-demand pricing
CFlat-rate pricing
DFree tier only
What SQL dialect does BigQuery use?
AStandard SQL with extensions
BPostgreSQL dialect
CNoSQL query language
DMySQL dialect
Which of these is NOT a way to reduce BigQuery query costs?
ASelecting only needed columns
BFiltering data early in the query
CUsing partitioned tables
DRunning queries without filters on entire tables
What is the free tier limit for BigQuery query data processed per month?
A1 TB
B10 GB
C100 GB
DNo free tier
Explain how BigQuery pricing works and how you can manage costs effectively.
Think about what affects the amount of data BigQuery reads during queries.
You got /3 concepts.
    Describe the SQL dialect used in BigQuery and why it is suitable for analytics.
    Consider how BigQuery handles complex data and analytics.
    You got /3 concepts.