ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 263 - Professional Data Engineer discussion

Report
Export

You are collecting loT sensor data from millions of devices across the world and storing the data in BigQuery. Your access pattern is based on recent data tittered by location_id and device_version with the following query:

You want to optimize your queries for cost and performance. How should you structure your data?

A.
Partition table data by create_date, location_id and device_version
Answers
A.
Partition table data by create_date, location_id and device_version
B.
Partition table data by create_date cluster table data by tocation_id and device_version
Answers
B.
Partition table data by create_date cluster table data by tocation_id and device_version
C.
Cluster table data by create_date location_id and device_version
Answers
C.
Cluster table data by create_date location_id and device_version
D.
Cluster table data by create_date, partition by location and device_version
Answers
D.
Cluster table data by create_date, partition by location and device_version
Suggested answer: C
asked 18/09/2024
Arno Rodenhuis
49 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first