ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 141 - Professional Data Engineer discussion

Report
Export

You launched a new gaming app almost three years ago. You have been uploading log files from the previous day to a separate Google BigQuery table with the table name format LOGS_yyyymmdd. You have been using table wildcard functions to generate daily and monthly reports for all time ranges.

Recently, you discovered that some queries that cover long date ranges are exceeding the limit of 1,000 tables and failing. How can you resolve this issue?

A.
Convert all daily log tables into date-partitioned tables
Answers
A.
Convert all daily log tables into date-partitioned tables
B.
Convert the sharded tables into a single partitioned table
Answers
B.
Convert the sharded tables into a single partitioned table
C.
Enable query caching so you can cache data from previous months
Answers
C.
Enable query caching so you can cache data from previous months
D.
Create separate views to cover each month, and query from these views
Answers
D.
Create separate views to cover each month, and query from these views
Suggested answer: A
asked 18/09/2024
Maureen Lande
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first