Question 226

You are a head of BI at a large enterprise company with multiple business units that each have different priorities and budgets. You use on-demand pricing for BigQuery with a quota of 2K concurrent on-demand slots per project. Users at your organization sometimes don't get slots to execute their query and you need to correct this. You'd like to avoid introducing new projects to your account.
What should you do?
  • Question 227

    Does Dataflow process batch data pipelines or streaming data pipelines?
  • Question 228

    Scaling a Cloud Dataproc cluster typically involves ____.
  • Question 229

    You use a dataset in BigQuery for analysis. You want to provide third-party companies with access to the same dataset. You need to keep the costs of data sharing low and ensure that the data is current. Which solution should you choose?
  • Question 230

    You are planning to use Google's Dataflow SDK to analyze customer data such as displayed below. Your project requirement is to extract only the customer name from the data source and then write to an output PCollection.
    Tom,555 X street
    Tim,553 Y street
    Sam, 111 Z street
    Which operation is best suited for the above data processing requirement?