ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 136 - Professional Data Engineer discussion

Report
Export

Your organization has been collecting and analyzing data in Google BigQuery for 6 months. The majority of the data analyzed is placed in a time-partitioned table named events_partitioned. To reduce the cost of queries, your organization created a view called events, which queries only the last 14 days of dat a. The view is described in legacy SQL. Next month, existing applications will be connecting to BigQuery to read the events data via an ODBC connection. You need to ensure the applications can connect. Which two actions should you take? (Choose two.)

A.
Create a new view over events using standard SQL
Answers
A.
Create a new view over events using standard SQL
B.
Create a new partitioned table using a standard SQL query
Answers
B.
Create a new partitioned table using a standard SQL query
C.
Create a new view over events_partitioned using standard SQL
Answers
C.
Create a new view over events_partitioned using standard SQL
D.
Create a service account for the ODBC connection to use for authentication
Answers
D.
Create a service account for the ODBC connection to use for authentication
E.
Create a Google Cloud Identity and Access Management (Cloud IAM) role for the ODBC connection and shared "events"
Answers
E.
Create a Google Cloud Identity and Access Management (Cloud IAM) role for the ODBC connection and shared "events"
Suggested answer: A, E
asked 18/09/2024
Flamur Kapaj
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first