Professional-Data-Engineer Exam Question 31

You set up a streaming data insert into a Redis cluster via a Kafka cluster. Both clusters are running on Compute Engine instances. You need to encrypt data at rest with encryption keys that you can create, rotate, and destroy as needed. What should you do?
  • Professional-Data-Engineer Exam Question 32

    You need to choose a database to store time series CPU and memory usage for millions of computers. You need to store this data in one-second interval samples. Analysts will be performing real-time, ad hoc analytics against the database. You want to avoid being charged for every query executed and ensure that the schema design will allow for future growth of the dataset. Which database and data model should you choose?
  • Professional-Data-Engineer Exam Question 33

    Your company is performing data preprocessing for a learning algorithm in Google Cloud Dataflow.
    Numerous data logs are being are being generated during this step, and the team wants to analyze them. Due to the dynamic nature of the campaign, the data is growing exponentially every hour.
    The data scientists have written the following code to read the data for a new key features in the logs.
    BigQueryIO.Read
    .named("ReadLogData")
    .from("clouddataflow-readonly:samples.log_data")
    You want to improve the performance of this data read. What should you do?
  • Professional-Data-Engineer Exam Question 34

    Your organization has been collecting and analyzing data in Google BigQuery for 6 months. The majority
    of the data analyzed is placed in a time-partitioned table named events_partitioned. To reduce the
    cost of queries, your organization created a view called events, which queries only the last 14 days of
    data. The view is described in legacy SQL. Next month, existing applications will be connecting to
    BigQuery to read the eventsdata via an ODBC connection. You need to ensure the applications can
    connect. Which two actions should you take? (Choose two.)
  • Professional-Data-Engineer Exam Question 35

    Your company is streaming real-time sensor data from their factory floor into Bigtable and they have noticed extremely poor performance. How should the row key be redesigned to improve Bigtable performance on queries that populate real-time dashboards?