Google Professional Data Engineer Exam Professional-Data-Engineer Question # 42 Topic 5 Discussion

Google Professional Data Engineer Exam Professional-Data-Engineer Question # 42 Topic 5 Discussion

Professional-Data-Engineer Exam Topic 5 Question 42 Discussion:
Question #: 42
Topic #: 5

MJTelco needs you to create a schema in Google Bigtable that will allow for the historical analysis of the last 2 years of records. Each record that comes in is sent every 15 minutes, and contains a unique identifier of the device and a data record. The most common query is for all the data for a given device for a given day. Which schema should you use?


A.

Rowkey: date#device_idColumn data: data_point


B.

Rowkey: dateColumn data: device_id, data_point


C.

Rowkey: device_idColumn data: date, data_point


D.

Rowkey: data_pointColumn data: device_id, date


E.

Rowkey: date#data_pointColumn data: device_id


Get Premium Professional-Data-Engineer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.