Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Professional-Data-Engineer Exam Dumps - Google Professional Data Engineer Exam

Go to page:
Question # 41

Your team is working on a binary classification problem. You have trained a support vector machine (SVM) classifier with default parameters, and received an area under the Curve (AUC) of 0.87 on the validation set. You want to increase the AUC of the model. What should you do?

A.

Perform hyperparameter tuning

B.

Train a classifier with deep neural networks, because neural networks would always beat SVMs

C.

Deploy the model and measure the real-world AUC; it’s always higher because of generalization

D.

Scale predictions you get out of the model (tune a scaling factor as a hyperparameter) in order to get the highest AUC

Full Access
Question # 42

Your company needs to upload their historic data to Cloud Storage. The security rules don’t allow access from external IPs to their on-premises resources. After an initial upload, they will add new data from existing on-premises applications every day. What should they do?

A.

Execute gsutil rsync from the on-premises servers.

B.

Use Cloud Dataflow and write the data to Cloud Storage.

C.

Write a job template in Cloud Dataproc to perform the data transfer.

D.

Install an FTP server on a Compute Engine VM to receive the files and move them to Cloud Storage.

Full Access
Question # 43

Your globally distributed auction application allows users to bid on items. Occasionally, users place identical bids at nearly identical times, and different application servers process those bids. Each bid event contains the item, amount, user, and timestamp. You want to collate those bid events into a single location in real time to determine which user bid first. What should you do?

A.

Create a file on a shared file and have the application servers write all bid events to that file. Process the file with Apache Hadoop to identify which user bid first.

B.

Have each application server write the bid events to Cloud Pub/Sub as they occur. Push the events from Cloud Pub/Sub to a custom endpoint that writes the bid event information into Cloud SQL.

C.

Set up a MySQL database for each application server to write bid events into. Periodically query each of those distributed MySQL databases and update a master MySQL database with bid event information.

D.

Have each application server write the bid events to Google Cloud Pub/Sub as they occur. Use a pullsubscription to pull the bid events using Google Cloud Dataflow. Give the bid for each item to the user inthe bid event that is processed first.

Full Access
Question # 44

You are administering a BigQuery on-demand environment. Your business intelligence tool is submitting hundreds of queries each day that aggregate a large (50 TB) sales history fact table at the day and month levels. These queries have a slow response time and are exceeding cost expectations. You need to decrease response time, lower query costs, and minimize maintenance. What should you do?

A.

Build materialized views on top of the sales table to aggregate data at the day and month level.

B.

Build authorized views on top of the sales table to aggregate data at the day and month level.

C.

Enable Bl Engine and add your sales table as a preferred table.

D.

Create a scheduled query to build sales day and sales month aggregate tables on an hourly basis.

Full Access
Question # 45

Your company’s on-premises Apache Hadoop servers are approaching end-of-life, and IT has decided to migrate the cluster to Google Cloud Dataproc. A like-for-like migration of the cluster would require 50 TB of Google Persistent Disk per node. The CIO is concerned about the cost of using that much block storage. You want to minimize the storage cost of the migration. What should you do?

A.

Put the data into Google Cloud Storage.

B.

Use preemptible virtual machines (VMs) for the Cloud Dataproc cluster.

C.

Tune the Cloud Dataproc cluster so that there is just enough disk for all data.

D.

Migrate some of the cold data into Google Cloud Storage, and keep only the hot data in Persistent Disk.

Full Access
Question # 46

Your organization stores highly personal data in BigQuery and needs to comply with strict data privacy regulations. You need to ensure that sensitive data values are rendered unreadable whenever an employee leaves the organization. What should you do?

A.

Use dynamic data masking and revoke viewer permissions when employees leave the organization.

B.

Use column-level access controls with policy tags and revoke viewer permissions when employees leave the organization.

C.

Use AEAD functions and delete keys when employees leave the organization.

D.

Use customer-managed encryption keys (CMEK) and delete keys when employees leave the organization.

Full Access
Question # 47

Government regulations in your industry mandate that you have to maintain an auditable record of access to certain types of datA. Assuming that all expiring logs will be archived correctly, where should you store data that is subject to that mandate?

A.

Encrypted on Cloud Storage with user-supplied encryption keys. A separate decryption key will be given to each authorized user.

B.

In a BigQuery dataset that is viewable only by authorized personnel, with the Data Access log used toprovide the auditability.

C.

In Cloud SQL, with separate database user names to each user. The Cloud SQL Admin activity logs will be used to provide the auditability.

D.

In a bucket on Cloud Storage that is accessible only by an AppEngine service that collects user information and logs the access before providing a link to the bucket.

Full Access
Question # 48

You want to automate execution of a multi-step data pipeline running on Google Cloud. The pipeline includes Cloud Dataproc and Cloud Dataflow jobs that have multiple dependencies on each other. You want to use managed services where possible, and the pipeline will run every day. Which tool should you use?

A.

cron

B.

Cloud Composer

C.

Cloud Scheduler

D.

Workflow Templates on Cloud Dataproc

Full Access
Go to page: