
Answer-first summary for fast verification
Answer: Use Cloud Data Fusion to move files into Cloud Storage.
The correct answer is B. Cloud Data Fusion is a fully managed, code-free, GUI-based data integration service that allows you to visually connect, transform, and move data between various sources and sinks. It supports various file formats and can write to Cloud Storage. Additionally, you can configure it to use Customer-Managed Encryption Keys (CMEK) for the buckets where it writes data. While Storage Transfer Service also uses a GUI, it does not support CMEK, which is a requirement in this scenario.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are working on a project that involves storing data from multiple file type sources, specifically Apache Parquet and CSV files. Your goal is to store this data securely in Google Cloud Storage, while using your own encryption keys for added security. Additionally, you prefer a solution that can be managed through a graphical user interface (GUI) instead of command-line tools. What steps should you follow to achieve this setup?
A
Use Storage Transfer Service to move files into Cloud Storage.
B
Use Cloud Data Fusion to move files into Cloud Storage.
C
Use Dataflow to move files into Cloud Storage.
D
Use BigQuery Data Transfer Service to move files into BigQuery.
No comments yet.