Question 51

How would you query specific partitions in a BigQuery table?
  • Question 52

    You are designing the database schema for a machine learning-based food ordering service that will predict what users want to eat. Here is some of the information you need to store:
    The user profile: What the user likes and doesn't like to eat

    The user account information: Name, address, preferred meal times

    The order information: When orders are made, from where, to whom

    The database will be used to store all the transactional data of the product. You want to optimize the data schema. Which Google Cloud Platform product should you use?
  • Question 53

    Your United States-based company has created an application for assessing and responding to user actions. The primary table's data volume grows by 250,000 records per second. Many third parties use your application's APIs to build the functionality into their own frontend applications. Your application's APIs should comply with the following requirements:
    * Single global endpoint
    * ANSI SQL support
    * Consistent access to the most up-to-date data
    What should you do?
  • Question 54

    What are two of the benefits of using denormalized data structures in BigQuery?
  • Question 55

    You have several Spark jobs that run on a Cloud Dataproc cluster on a schedule. Some of the jobs run in sequence, and some of the jobs run concurrently. You need to automate this process. What should you do?