
Answer-first summary for fast verification
Answer: Use Data Catalog to automatically catalog BigQuery datasets and Pub/Sub topics. Use custom connectors to manually catalog PostgreSQL tables.
The correct answer is C. Data Catalog can automatically catalog BigQuery datasets and Pub/Sub topics. For PostgreSQL tables, it is more efficient to use custom connectors rather than manually using Data Catalog APIs. These connectors can be contributed by the community and are designed to simplify the integration process. This approach minimizes development and configuration efforts while improving data discoverability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your organization stores its data assets across various services, including BigQuery, Pub/Sub, and a PostgreSQL instance on Compute Engine. Due to the presence of multiple domains and diverse teams within the organization, team members find it challenging to discover existing data assets. You need to devise a solution to enhance the discoverability of these data assets, ensuring that the solution requires minimal development and configuration efforts. What approach should you take?
A
Use Data Catalog to automatically catalog BigQuery datasets. Use Data Catalog APIs to manually catalog Pub/Sub topics and PostgreSQL tables.
B
Use Data Catalog to automatically catalog BigQuery datasets and Pub/Sub topics. Use Data Catalog APIs to manually catalog PostgreSQL tables.
C
Use Data Catalog to automatically catalog BigQuery datasets and Pub/Sub topics. Use custom connectors to manually catalog PostgreSQL tables.
D
Use custom connectors to manually catalog BigQuery datasets, Pub/Sub topics, and PostgreSQL tables.
No comments yet.