
Ultimate access to all questions.
As a data scientist at an e-commerce company specializing in shoes, your website utilizes Cloud Spanner for current user state information and Cloud Bigtable for logging user events. Daily backups of Cloud Spanner data are exported to Cloud Storage. Your Data Science team is developing an ML model requiring data from both Cloud Spanner and Bigtable to be joined. What is the most efficient method to achieve this?
A
Utilize a Dataproc cluster to run a Spark job that extracts data from Cloud Bigtable and Cloud Storage for specific users.
B
Develop a Dataflow job to copy data from Cloud Bigtable and Cloud Spanner for specific users.
C
Copy data from Cloud Storage and Cloud Bigtable for specific users using a Dataflow job.
D