ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 93 - Associate Cloud Engineer discussion

Report
Export

Your company uses BigQuery for data warehousing. Over time, many different business units in your company have created 1000+ datasets across hundreds of projects. Your CIO wants you to examine all datasets to find tables that contain an employee_ssn column. You want to minimize effort in performing this task. What should you do?

A.
Go to Data Catalog and search for employee_ssn in the search box.
Answers
A.
Go to Data Catalog and search for employee_ssn in the search box.
B.
Write a shell script that uses the bq command line tool to loop through all the projects in your organization.
Answers
B.
Write a shell script that uses the bq command line tool to loop through all the projects in your organization.
C.
Write a script that loops through all the projects in your organization and runs a query on INFORMATION_SCHEMA.COLUMNS view to find the employee_ssn column.
Answers
C.
Write a script that loops through all the projects in your organization and runs a query on INFORMATION_SCHEMA.COLUMNS view to find the employee_ssn column.
D.
Write a Cloud Dataflow job that loops through all the projects in your organization and runs a query on INFORMATION_SCHEMA.COLUMNS view to find employee_ssn column.
Answers
D.
Write a Cloud Dataflow job that loops through all the projects in your organization and runs a query on INFORMATION_SCHEMA.COLUMNS view to find employee_ssn column.
Suggested answer: A

Explanation:

https://cloud.google.com/bigquery/docs/quickstarts/quickstart-web-ui?authuser=4

asked 18/09/2024
Himal Rai
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first