How should you use this data to train the model?
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?A ....
What should you do?
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?A . Send the data to Google Cloud Datastore and then export to BigQuery.B . Send...
What method can you employ to address this?
Topic 1, Main Questions Set A Your company built a TensorFlow neutral-network model with a large number of neurons and layers. The model fits well for the training data. However, when tested against new data, it performs poorly. What method can you employ to address this?A . ThreadingB . SerializationC...
What should you do?
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....
What are two of the characteristics of using online prediction rather than batch prediction?
What are two of the characteristics of using online prediction rather than batch prediction?A . It is optimized to handle a high volume of data instances in a job and to run more complex models.B . Predictions are returned in the response message.C . Predictions are written to output files...
What are all of the BigQuery operations that Google charges for?
What are all of the BigQuery operations that Google charges for?A . Storage, queries, and streaming insertsB . Storage, queries, and loading data from a fileC . Storage, queries, and exporting dataD . Queries and streaming insertsView AnswerAnswer: A Explanation: Google charges for storage, queries, and streaming inserts. Loading data...
Which three approaches can you take?
Your company is in a highly regulated industry. One of your requirements is to ensure individual users have access only to the minimum amount of information required to do their jobs. You want to enforce this requirement with Google BigQuery. Which three approaches can you take? (Choose three.)A . Disable...
What should you do?
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...
What should you do?
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?A . Disable caching by editing the report settings.B...
What should you do?
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...