Labour Day Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 2493360325

Good News !!! Professional-Data-Engineer Google Professional Data Engineer Exam is now Stable and With Pass Result

Professional-Data-Engineer Practice Exam Questions and Answers

Google Professional Data Engineer Exam

Last Update 22 hours ago
Total Questions : 330

Google Professional Data Engineer Exam is stable now with all latest exam questions are added 22 hours ago. Incorporating Professional-Data-Engineer practice exam questions into your study plan is more than just a preparation strategy.

By familiarizing yourself with the Google Professional Data Engineer Exam exam format, identifying knowledge gaps, applying theoretical knowledge in Google practical scenarios, you are setting yourself up for success. Professional-Data-Engineer exam dumps provide a realistic preview, helping you to adapt your preparation strategy accordingly.

Professional-Data-Engineer exam questions often include scenarios and problem-solving exercises that mirror real-world challenges. Working through Professional-Data-Engineer dumps allows you to practice pacing yourself, ensuring that you can complete all Google Professional Data Engineer Exam exam questions within the allotted time frame without sacrificing accuracy.

Professional-Data-Engineer PDF

Professional-Data-Engineer PDF (Printable)
$48
$119.99

Professional-Data-Engineer Testing Engine

Professional-Data-Engineer PDF (Printable)
$56
$139.99

Professional-Data-Engineer PDF + Testing Engine

Professional-Data-Engineer PDF (Printable)
$70.8
$176.99
Question # 1

Each analytics team in your organization is running BigQuery jobs in their own projects. You want to enable each team to monitor slot usage within their projects. What should you do?

Options:

A.  

Create a Stackdriver Monitoring dashboard based on the BigQuery metric query/scanned_bytes

B.  

Create a Stackdriver Monitoring dashboard based on the BigQuery metric slots/allocated_for_project

C.  

Create a log export for each project, capture the BigQuery job execution logs, create a custom metric based on the totalSlotMs, and create a Stackdriver Monitoring dashboard based on the custom metric

D.  

Create an aggregated log export at the organization level, capture the BigQuery job execution logs, create a custom metric based on the totalSlotMs, and create a Stackdriver Monitoring dashboard based on the custom metric

Discussion 0
Question # 2

You work on a regression problem in a natural language processing domain, and you have 100M labeled exmaples in your dataset. You have randomly shuffled your data and split your dataset into train and test samples (in a 90/10 ratio). After you trained the neural network and evaluated your model on a test set, you discover that the root-mean-squared error (RMSE) of your model is twice as high on the train set as on the test set. How should you improve the performance of your model?

Options:

A.  

Increase the share of the test sample in the train-test split.

B.  

Try to collect more data and increase the size of your dataset.

C.  

Try out regularization techniques (e.g., dropout of batch normalization) to avoid overfitting.

D.  

Increase the complexity of your model by, e.g., introducing an additional layer or increase sizing the size of vocabularies or n-grams used.

Discussion 0
Question # 3

You have uploaded 5 years of log data to Cloud Storage A user reported that some data points in the log data are outside of their expected ranges, which indicates errors You need to address this issue and be able to run the process again in the future while keeping the original data for compliance reasons. What should you do?

Options:

A.  

Import the data from Cloud Storage into BigQuery Create a new BigQuery table, and skip the rows with errors.

B.  

Create a Compute Engine instance and create a new copy of the data in Cloud Storage Skip the rows with errors

C.  

Create a Cloud Dataflow workflow that reads the data from Cloud Storage, checks for values outside the expected range, sets the value to an appropriate default, and writes the updated records to a new dataset in

Cloud Storage

D.  

Create a Cloud Dataflow workflow that reads the data from Cloud Storage, checks for values outside the expected range, sets the value to an appropriate default, and writes the updated records to the same dataset in Cloud Storage

Discussion 0
Question # 4

You need (o give new website users a globally unique identifier (GUID) using a service that takes in data points and returns a GUID This data is sourced from both internal and external systems via HTTP calls that you will make via microservices within your pipeline There will be tens of thousands of messages per second and that can be multithreaded, and you worry about the backpressure on the system How should you design your pipeline to minimize that backpressure?

Options:

A.  

Call out to the service via HTTP

B.  

Create the pipeline statically in the class definition

C.  

Create a new object in the startBundle method of DoFn

D.  

Batch the job into ten-second increments

Discussion 0
Question # 5

Your company currently runs a large on-premises cluster using Spark Hive and Hadoop Distributed File System (HDFS) in a colocation facility. The duster is designed to support peak usage on the system, however, many jobs are batch n nature, and usage of the cluster fluctuates quite dramatically.

Your company is eager to move to the cloud to reduce the overhead associated with on-premises infrastructure and maintenance and to benefit from the cost savings. They are also hoping to modernize their existing infrastructure to use more servers offerings m order to take advantage of the cloud Because of the tuning of their contract renewal with the colocation facility they have only 2 months for their initial migration How should you recommend they approach thee upcoming migration strategy so they can maximize their cost savings in the cloud will still executing the migration in time?

Options:

A.  

Migrate the workloads to Dataproc plus HOPS, modernize later

B.  

Migrate the workloads to Dataproc plus Cloud Storage modernize later

C.  

Migrate the Spark workload to Dataproc plus HDFS, and modernize the Hive workload for BigQuery

D.  

Modernize the Spark workload for Dataflow and the Hive workload for BigQuery

Discussion 0
Question # 6

You’re using Bigtable for a real-time application, and you have a heavy load that is a mix of read and writes. You’ve recently identified an additional use case and need to perform hourly an analytical job to calculate certain statistics across the whole database. You need to ensure both the reliability of your production application as well as the analytical workload.

What should you do?

Options:

A.  

Export Bigtable dump to GCS and run your analytical job on top of the exported files.

B.  

Add a second cluster to an existing instance with a multi-cluster routing, use live-traffic app profile for your regular workload and batch-analytics profile for the analytics workload.

C.  

Add a second cluster to an existing instance with a single-cluster routing, use live-traffic app profile for your regular workload and batch-analytics profile for the analytics workload.

D.  

Increase the size of your existing cluster twice and execute your analytics workload on your new resized cluster.

Discussion 0
Question # 7

You need to migrate a 2TB relational database to Google Cloud Platform. You do not have the resources to significantly refactor the application that uses this database and cost to operate is of primary concern.

Which service do you select for storing and serving your data?

Options:

A.  

Cloud Spanner

B.  

Cloud Bigtable

C.  

Cloud Firestore

D.  

Cloud SQL

Discussion 0
Question # 8

You are choosing a NoSQL database to handle telemetry data submitted from millions of Internet-of-Things (IoT) devices. The volume of data is growing at 100 TB per year, and each data entry has about 100 attributes. The data processing pipeline does not require atomicity, consistency, isolation, and durability (ACID). However, high availability and low latency are required.

You need to analyze the data by querying against individual fields. Which three databases meet your requirements? (Choose three.)

Options:

A.  

Redis

B.  

HBase

C.  

MySQL

D.  

MongoDB

E.  

Cassandra

F.  

HDFS with Hive

Discussion 0
Question # 9

Your company has recently grown rapidly and now ingesting data at a significantly higher rate than it was previously. You manage the daily batch MapReduce analytics jobs in Apache Hadoop. However, the recent increase in data has meant the batch jobs are falling behind. You were asked to recommend ways the development team could increase the responsiveness of the analytics without increasing costs. What should you recommend they do?

Options:

A.  

Rewrite the job in Pig.

B.  

Rewrite the job in Apache Spark.

C.  

Increase the size of the Hadoop cluster.

D.  

Decrease the size of the Hadoop cluster but also rewrite the job in Hive.

Discussion 0
Question # 10

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?

Options:

A.  

BigQuery

B.  

Cloud SQL

C.  

Cloud Bigtable

D.  

Cloud Datastore

Discussion 0
Question # 11

You are deploying a new storage system for your mobile application, which is a media streaming service. You decide the best fit is Google Cloud Datastore. You have entities with multiple properties, some of which can take on multiple values. For example, in the entity ‘Movie’ the property ‘actors’ and the property ‘tags’ have multiple values but the property ‘date released’ does not. A typical query would ask for all movies with actor= ordered by date_released or all movies with tag=Comedy ordered by date_released. How should you avoid a combinatorial explosion in the number of indexes?

Question # 11

Question # 11

Options:

A.  

Option A

B.  

Option

B.  

C.  

Option C

D.  

Option D

Discussion 0
Question # 12

You work for a manufacturing plant that batches application log files together into a single log file once a day at 2:00 AM. You have written a Google Cloud Dataflow job to process that log file. You need to make sure the log file in processed once per day as inexpensively as possible. What should you do?

Options:

A.  

Change the processing job to use Google Cloud Dataproc instead.

B.  

Manually start the Cloud Dataflow job each morning when you get into the office.

C.  

Create a cron job with Google App Engine Cron Service to run the Cloud Dataflow job.

D.  

Configure the Cloud Dataflow job as a streaming job so that it processes the log data immediately.

Discussion 0
Question # 13

You work for an economic consulting firm that helps companies identify economic trends as they happen. As part of your analysis, you use Google BigQuery to correlate customer data with the average prices of the 100 most common goods sold, including bread, gasoline, milk, and others. The average prices of these goods are updated every 30 minutes. You want to make sure this data stays up to date so you can combine it with other data in BigQuery as cheaply as possible. What should you do?

Options:

A.  

Load the data every 30 minutes into a new partitioned table in BigQuery.

B.  

Store and update the data in a regional Google Cloud Storage bucket and create a federated data source in BigQuery

C.  

Store the data in Google Cloud Datastore. Use Google Cloud Dataflow to query BigQuery and combine the data programmatically with the data stored in Cloud Datastore

D.  

Store the data in a file in a regional Google Cloud Storage bucket. Use Cloud Dataflow to query BigQuery and combine the data programmatically with the data stored in Google Cloud Storage.

Discussion 0
Question # 14

Your company is loading comma-separated values (CSV) files into Google BigQuery. The data is fully imported successfully; however, the imported data is not matching byte-to-byte to the source file. What is the most likely cause of this problem?

Options:

A.  

The CSV data loaded in BigQuery is not flagged as CSV.

B.  

The CSV data has invalid rows that were skipped on import.

C.  

The CSV data loaded in BigQuery is not using BigQuery’s default encoding.

D.  

The CSV data has not gone through an ETL phase before loading into BigQuery.

Discussion 0
Question # 15

You are building a model to make clothing recommendations. You know a user’s fashion preference is likely to change over time, so you build a data pipeline to stream new data back to the model as it becomes available. How should you use this data to train the model?

Options:

A.  

Continuously retrain the model on just the new data.

B.  

Continuously retrain the model on a combination of existing data and the new data.

C.  

Train on the existing data while using the new data as your test set.

D.  

Train on the new data while using the existing data as your test set.

Discussion 0
Question # 16

Your weather app queries a database every 15 minutes to get the current temperature. The frontend is powered by Google App Engine and server millions of users. How should you design the frontend to respond to a database failure?

Options:

A.  

Issue a command to restart the database servers.

B.  

Retry the query with exponential backoff, up to a cap of 15 minutes.

C.  

Retry the query every second until it comes back online to minimize staleness of data.

D.  

Reduce the query frequency to once every hour until the database comes back online.

Discussion 0
Question # 17

Your company has hired a new data scientist who wants to perform complicated analyses across very large datasets stored in Google Cloud Storage and in a Cassandra cluster on Google Compute Engine. The scientist primarily wants to create labelled data sets for machine learning projects, along with some visualization tasks. She reports that her laptop is not powerful enough to perform her tasks and it is slowing her down. You want to help her perform her tasks. What should you do?

Options:

A.  

Run a local version of Jupiter on the laptop.

B.  

Grant the user access to Google Cloud Shell.

C.  

Host a visualization tool on a VM on Google Compute Engine.

D.  

Deploy Google Cloud Datalab to a virtual machine (VM) on Google Compute Engine.

Discussion 0
Question # 18

You are deploying 10,000 new Internet of Things devices to collect temperature data in your warehouses globally. You need to process, store and analyze these very large datasets in real time. What should you do?

Options:

A.  

Send the data to Google Cloud Datastore and then export to BigQuery.

B.  

Send the data to Google Cloud Pub/Sub, stream Cloud Pub/Sub to Google Cloud Dataflow, and store the data in Google BigQuery.

C.  

Send the data to Cloud Storage and then spin up an Apache Hadoop cluster as needed in Google Cloud Dataproc whenever analysis is required.

D.  

Export logs in batch to Google Cloud Storage and then spin up a Google Cloud SQL instance, import the data from Cloud Storage, and run an analysis as needed.

Discussion 0
Question # 19

You are building a model to predict whether or not it will rain on a given day. You have thousands of input features and want to see if you can improve training speed by removing some features while having a minimum effect on model accuracy. What can you do?

Options:

A.  

Eliminate features that are highly correlated to the output labels.

B.  

Combine highly co-dependent features into one representative feature.

C.  

Instead of feeding in each feature individually, average their values in batches of 3.

D.  

Remove the features that have null values for more than 50% of the training records.

Discussion 0
Question # 20

You create an important report for your large team in Google Data Studio 360. The report uses Google BigQuery as its data source. You notice that visualizations are not showing data that is less than 1 hour old. What should you do?

Options:

A.  

Disable caching by editing the report settings.

B.  

Disable caching in BigQuery by editing table details.

C.  

Refresh your browser tab showing the visualizations.

D.  

Clear your browser history for the past hour then reload the tab showing the virtualizations.

Discussion 0
Question # 21

You need to store and analyze social media postings in Google BigQuery at a rate of 10,000 messages per minute in near real-time. Initially, design the application to use streaming inserts for individual postings. Your application also performs data aggregations right after the streaming inserts. You discover that the queries after streaming inserts do not exhibit strong consistency, and reports from the queries might miss in-flight data. How can you adjust your application design?

Options:

A.  

Re-write the application to load accumulated data every 2 minutes.

B.  

Convert the streaming insert code to batch load for individual messages.

C.  

Load the original message to Google Cloud SQL, and export the table every hour to BigQuery via streaming inserts.

D.  

Estimate the average latency for data availability after streaming inserts, and always run queries after waiting twice as long.

Discussion 0
Question # 22

You create a new report for your large team in Google Data Studio 360. The report uses Google BigQuery as its data source. It is company policy to ensure employees can view only the data associated with their region, so you create and populate a table for each region. You need to enforce the regional access policy to the data.

Which two actions should you take? (Choose two.)

Options:

A.  

Ensure all the tables are included in global dataset.

B.  

Ensure each table is included in a dataset for a region.

C.  

Adjust the settings for each table to allow a related region-based security group view access.

D.  

Adjust the settings for each view to allow a related region-based security group view access.

E.  

Adjust the settings for each dataset to allow a related region-based security group view access.

Discussion 0
Question # 23

Given the record streams MJTelco is interested in ingesting per day, they are concerned about the cost of Google BigQuery increasing. MJTelco asks you to provide a design solution. They require a single large data table called tracking_table. Additionally, they want to minimize the cost of daily queries while performing fine-grained analysis of each day’s events. They also want to use streaming ingestion. What should you do?

Options:

A.  

Create a table called tracking_table and include a DATE column.

B.  

Create a partitioned table called tracking_table and include a TIMESTAMP column.

C.  

Create sharded tables for each day following the pattern tracking_table_YYYYMMD

D.  

D.  

Create a table called tracking_table with a TIMESTAMP column to represent the day.

Discussion 0
Question # 24

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?

Options:

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

Discussion 0
Question # 25

MJTelco is building a custom interface to share data. They have these requirements:

  • They need to do aggregations over their petabyte-scale datasets.
  • They need to scan specific time range rows with a very fast response time (milliseconds).

Which combination of Google Cloud Platform products should you recommend?

Options:

A.  

Cloud Datastore and Cloud Bigtable

B.  

Cloud Bigtable and Cloud SQL

C.  

BigQuery and Cloud Bigtable

D.  

BigQuery and Cloud Storage

Discussion 0
Question # 26

MJTelco’s Google Cloud Dataflow pipeline is now ready to start receiving data from the 50,000 installations. You want to allow Cloud Dataflow to scale its compute power up as required. Which Cloud Dataflow pipeline configuration setting should you update?

Options:

A.  

The zone

B.  

The number of workers

C.  

The disk size per worker

D.  

The maximum number of workers

Discussion 0
Question # 27

You need to compose visualization for operations teams with the following requirements:

  • Telemetry must include data from all 50,000 installations for the most recent 6 weeks (sampling once every minute)
  • The report must not be more than 3 hours delayed from live data.
  • The actionable report should only show suboptimal links.
  • Most suboptimal links should be sorted to the top.
  • Suboptimal links can be grouped and filtered by regional geography.
  • User response time to load the report must be <5 seconds.

You create a data source to store the last 6 weeks of data, and create visualizations that allow viewers to see multiple date ranges, distinct geographic regions, and unique installation types. You always show the latest data without any changes to your visualizations. You want to avoid creating and updating new visualizations each month. What should you do?

Options:

A.  

Look through the current data and compose a series of charts and tables, one for each possible

combination of criteria.

B.  

Look through the current data and compose a small set of generalized charts and tables bound to criteria filters that allow value selection.

C.  

Export the data to a spreadsheet, compose a series of charts and tables, one for each possible

combination of criteria, and spread them across multiple tabs.

D.  

Load the data into relational database tables, write a Google App Engine application that queries all rows, summarizes the data across each criteria, and then renders results using the Google Charts and visualization API.

Discussion 0
Question # 28

You need to compose visualizations for operations teams with the following requirements:

Which approach meets the requirements?

Options:

A.  

Load the data into Google Sheets, use formulas to calculate a metric, and use filters/sorting to show only suboptimal links in a table.

B.  

Load the data into Google BigQuery tables, write Google Apps Script that queries the data, calculates the metric, and shows only suboptimal rows in a table in Google Sheets.

C.  

Load the data into Google Cloud Datastore tables, write a Google App Engine Application that queries all rows, applies a function to derive the metric, and then renders results in a table using the Google charts and visualization API.

D.  

Load the data into Google BigQuery tables, write a Google Data Studio 360 report that connects to your data, calculates a metric, and then uses a filter expression to show only suboptimal rows in a table.

Discussion 0
Question # 29

Flowlogistic’s management has determined that the current Apache Kafka servers cannot handle the data volume for their real-time inventory tracking system. You need to build a new system on Google Cloud Platform (GCP) that will feed the proprietary tracking software. The system must be able to ingest data from a variety of global sources, process and query in real-time, and store the data reliably. Which combination of GCP products should you choose?

Options:

A.  

Cloud Pub/Sub, Cloud Dataflow, and Cloud Storage

B.  

Cloud Pub/Sub, Cloud Dataflow, and Local SSD

C.  

Cloud Pub/Sub, Cloud SQL, and Cloud Storage

D.  

Cloud Load Balancing, Cloud Dataflow, and Cloud Storage

Discussion 0
Question # 30

Flowlogistic’s CEO wants to gain rapid insight into their customer base so his sales team can be better informed in the field. This team is not very technical, so they’ve purchased a visualization tool to simplify the creation of BigQuery reports. However, they’ve been overwhelmed by all the data in the table, and are spending a lot of money on queries trying to find the data they need. You want to solve their problem in the most cost-effective way. What should you do?

Options:

A.  

Export the data into a Google Sheet for virtualization.

B.  

Create an additional table with only the necessary columns.

C.  

Create a view on the table to present to the virtualization tool.

D.  

Create identity and access management (IAM) roles on the appropriate columns, so only they appear in a query.

Discussion 0
Question # 31

Flowlogistic is rolling out their real-time inventory tracking system. The tracking devices will all send package-tracking messages, which will now go to a single Google Cloud Pub/Sub topic instead of the Apache Kafka cluster. A subscriber application will then process the messages for real-time reporting and store them in Google BigQuery for historical analysis. You want to ensure the package data can be analyzed over time.

Which approach should you take?

Options:

A.  

Attach the timestamp on each message in the Cloud Pub/Sub subscriber application as they are received.

B.  

Attach the timestamp and Package ID on the outbound message from each publisher device as they are sent to Clod Pub/Sub.

C.  

Use the NOW () function in BigQuery to record the event’s time.

D.  

Use the automatically generated timestamp from Cloud Pub/Sub to order the data.

Discussion 0
Question # 32

Flowlogistic wants to use Google BigQuery as their primary analysis system, but they still have Apache Hadoop and Spark workloads that they cannot move to BigQuery. Flowlogistic does not know how to store the data that is common to both workloads. What should they do?

Options:

A.  

Store the common data in BigQuery as partitioned tables.

B.  

Store the common data in BigQuery and expose authorized views.

C.  

Store the common data encoded as Avro in Google Cloud Storage.

D.  

Store he common data in the HDFS storage for a Google Cloud Dataproc cluster.

Discussion 0
Question # 33

What are the minimum permissions needed for a service account used with Google Dataproc?

Options:

A.  

Execute to Google Cloud Storage; write to Google Cloud Logging

B.  

Write to Google Cloud Storage; read to Google Cloud Logging

C.  

Execute to Google Cloud Storage; execute to Google Cloud Logging

D.  

Read and write to Google Cloud Storage; write to Google Cloud Logging

Discussion 0
Question # 34

Which Java SDK class can you use to run your Dataflow programs locally?

Options:

A.  

LocalRunner

B.  

DirectPipelineRunner

C.  

MachineRunner

D.  

LocalPipelineRunner

Discussion 0
Question # 35

If you want to create a machine learning model that predicts the price of a particular stock based on its recent price history, what type of estimator should you use?

Options:

A.  

Unsupervised learning

B.  

Regressor

C.  

Classifier

D.  

Clustering estimator

Discussion 0
Get Professional-Data-Engineer dumps and pass your exam in 24 hours!

Free Exams Sample Questions