New Year Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Google Professional-Data-Engineer Practice Exam with Questions & Answers | Set: 6

Questions 51

When you design a Google Cloud Bigtable schema it is recommended that you _________.

Options:
A.

Avoid schema designs that are based on NoSQL concepts

B.

Create schema designs that are based on a relational database design

C.

Avoid schema designs that require atomicity across rows

D.

Create schema designs that require atomicity across rows

Google Professional-Data-Engineer Premium Access
Questions 52

Does Dataflow process batch data pipelines or streaming data pipelines?

Options:
A.

Only Batch Data Pipelines

B.

Both Batch and Streaming Data Pipelines

C.

Only Streaming Data Pipelines

D.

None of the above

Questions 53

Which of these are examples of a value in a sparse vector? (Select 2 answers.)

Options:
A.

[0, 5, 0, 0, 0, 0]

B.

[0, 0, 0, 1, 0, 0, 1]

C.

[0, 1]

D.

[1, 0, 0, 0, 0, 0, 0]

Questions 54

What are all of the BigQuery operations that Google charges for?

Options:
A.

Storage, queries, and streaming inserts

B.

Storage, queries, and loading data from a file

C.

Storage, queries, and exporting data

D.

Queries and streaming inserts

Questions 55

When a Cloud Bigtable node fails, ____ is lost.

Options:
A.

all data

B.

no data

C.

the last transaction

D.

the time dimension

Questions 56

The Dataflow SDKs have been recently transitioned into which Apache service?

Options:
A.

Apache Spark

B.

Apache Hadoop

C.

Apache Kafka

D.

Apache Beam

Questions 57

Which of the following IAM roles does your Compute Engine account require to be able to run pipeline jobs?

Options:
A.

dataflow.worker

B.

dataflow.compute

C.

dataflow.developer

D.

dataflow.viewer

Questions 58

What is the HBase Shell for Cloud Bigtable?

Options:
A.

The HBase shell is a GUI based interface that performs administrative tasks, such as creating and deleting tables.

B.

The HBase shell is a command-line tool that performs administrative tasks, such as creating and deleting tables.

C.

The HBase shell is a hypervisor based shell that performs administrative tasks, such as creating and deleting new virtualized instances.

D.

The HBase shell is a command-line tool that performs only user account management functions to grant access to Cloud Bigtable instances.

Questions 59

Which is not a valid reason for poor Cloud Bigtable performance?

Options:
A.

The workload isn't appropriate for Cloud Bigtable.

B.

The table's schema is not designed correctly.

C.

The Cloud Bigtable cluster has too many nodes.

D.

There are issues with the network connection.

Questions 60

Suppose you have a dataset of images that are each labeled as to whether or not they contain a human face. To create a neural network that recognizes human faces in images using this labeled dataset, what approach would likely be the most effective?

Options:
A.

Use K-means Clustering to detect faces in the pixels.

B.

Use feature engineering to add features for eyes, noses, and mouths to the input data.

C.

Use deep learning by creating a neural network with multiple hidden layers to automatically detect features of faces.

D.

Build a neural network with an input layer of pixels, a hidden layer, and an output layer with two categories.