ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 268 - Professional Data Engineer discussion

Report
Export

You are migrating a table to BigQuery and are deeding on the data model. Your table stores information related to purchases made across several store locations and includes information like the time of the transaction, items purchased, the store ID and the city and state in which the store is located You frequently query this table to see how many of each item were sold over the past 30 days and to look at purchasing trends by state city and individual store. You want to model this table to minimize query time and cost. What should you do?

A.
Partition by transaction time; cluster by state first, then city then store ID
Answers
A.
Partition by transaction time; cluster by state first, then city then store ID
B.
Partition by transaction tome cluster by store ID first, then city, then stale
Answers
B.
Partition by transaction tome cluster by store ID first, then city, then stale
C.
Top-level cluster by stale first, then city then store
Answers
C.
Top-level cluster by stale first, then city then store
D.
Top-level cluster by store ID first, then city then state.
Answers
D.
Top-level cluster by store ID first, then city then state.
Suggested answer: C
asked 18/09/2024
Alejandro Rodriguez
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first