Which of the following are examples of hyperparameters? (Select 2 answers.)
Which of these is NOT a way to customize the software on Dataproc cluster instances?
Suppose you have a table that includes a nested column called "city" inside a column called "person", but when you try to submit the following query in BigQuery, it gives you an error.
SELECT person FROM `project1.example.table1` WHERE city = "London"
How would you correct the error?
Which TensorFlow function can you use to configure a categorical column if you don't know all of the possible values for that column?
What Dataflow concept determines when a Window's contents should be output based on certain criteria being met?
You need to choose a database to store time series CPU and memory usage for millions of computers. You need to store this data in one-second interval samples. Analysts will be performing real-time, ad hoc analytics against the database. You want to avoid being charged for every query executed and ensure that the schema design will allow for future growth of the dataset. Which database and data model should you choose?