ExamQuestions.com

Register
Login
Google Professional Cloud Developer Exam Exam Questions

Google

Google Professional Cloud Developer Exam

45 / 84

Question 45:

You are designing a schema for a table that will be moved from MySQL to Cloud Bigtable. The MySQL table is as follows: 
image
How should you design a row key for Cloud Bigtable for this table? 

Answer options:

A. Set Account_id as a key.
B. Set Account_id_Event_timestamp as a key.
C. Set Event_timestamp_Account_id as a key.
D. Set Event_timestamp as a key.