Professional-Data-Engineer Exam Question 46

You have spent a few days loading data from comma-separated values (CSV) files into the Google BigQuery table CLICK_STREAM. The column DT stores the epoch time of click events. For convenience, you chose a simple schema where every field is treated as the STRING type. Now, you want to compute web session durations of users who visit your site, and you want to change its data type to the TIMESTAMP. You want to minimize the migration effort without making future queries computationally expensive. What should you do?
  • Professional-Data-Engineer Exam Question 47

    You need to create a near real-time inventory dashboard that reads the main inventory tables in your BigQuery data warehouse. Historical inventory data is stored as inventory balances by item and location. You have several thousand updates to inventory every hour. You want to maximize performance of the dashboard and ensure that the data is accurate. What should you do?
  • Professional-Data-Engineer Exam Question 48

    What are the minimum permissions needed for a service account used with Google Dataproc?
  • Professional-Data-Engineer Exam Question 49

    What Dataflow concept determines when a Window's contents should be output based on certain criteria being met?
  • Professional-Data-Engineer Exam Question 50

    What are two of the characteristics of using online prediction rather than batch prediction?