Google Cloud Professional Data Engineer — Question 146

You are migrating your on-premises data warehouse to BigQuery. One of the upstream data sources resides on a MySQL. database that runs in your on-premises data center with no public IP addresses. You want to ensure that the data ingestion into BigQuery is done securely and does not go through the public internet. What should you do?

Answer options

Correct answer: B

Explanation

Option B is correct as it ensures secure private connectivity through Cloud Interconnect, which is essential for avoiding the public internet. Options A and D involve using public IP addresses or ODBC connections, which can compromise security, while Option C lacks encryption, making it less secure for data transfer.