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?

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?A . Use K-means Clustering to detect...

September 30, 2021 No Comments READ MORE +

What should you do?

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...

September 30, 2021 No Comments READ MORE +

What are two of the benefits of using denormalized data structures in BigQuery?

What are two of the benefits of using denormalized data structures in BigQuery?A . Reduces the amount of data processed, reduces the amount of storage requiredB . Increases query speed, makes queries simplerC . Reduces the amount of storage required, increases query speedD . Reduces the amount of data processed,...

September 30, 2021 No Comments READ MORE +

Which three steps should you take?

Your company handles data processing for a number of different clients. Each client prefers to use their own suite of analytics tools, with some allowing direct query access via Google BigQuery. You need to secure the data so that clients cannot see each other’s data. You want to ensure appropriate...

September 29, 2021 No Comments READ MORE +

Which learning algorithm should you use?

You are creating a model to predict housing prices. Due to budget constraints, you must run it on a single resource-constrained virtual machine. Which learning algorithm should you use?A . Linear regressionB . Logistic classificationC . Recurrent neural networkD . Feedforward neural networkView AnswerAnswer: A

September 29, 2021 No Comments READ MORE +

Which query type should you use?

You are building new real-time data warehouse for your company and will use Google BigQuery streaming inserts. There is no guarantee that data will only be sent in once but you do have a unique ID for each row of data and an event timestamp. You want to ensure that...

September 29, 2021 No Comments READ MORE +

What should they do?

Your company is running their first dynamic campaign, serving different offers by analyzing real-time data during the holiday season. The data scientists are collecting terabytes of data that rapidly grows every hour during their 30-day campaign. They are using Google Cloud Dataflow to preprocess the data and collect the feature...

September 29, 2021 No Comments READ MORE +

What should you do?

You have spent a few days loading data from comma-separated values (CSV) files into the Google BigQuery table CLICK_STREAM. The column DT stores the epoch time of click events. For convenience, you chose a simple schema where every field is treated as the STRING type. Now, you want to compute...

September 29, 2021 No Comments READ MORE +

How should you build this pipeline?

An external customer provides you with a daily dump of data from their database. The data flows into Google Cloud Storage GCS as comma-separated values (CSV) files. You want to analyze this data in Google BigQuery, but the data could have rows that are formatted incorrectly or corrupted. How should...

September 29, 2021 No Comments READ MORE +

How can you adjust your application design?

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...

September 28, 2021 No Comments READ MORE +