What should you do?

You have been asked to build a model using a dataset that is stored in a medium-sized (~10 GB) BigQuery table. You need to quickly determine whether this data is suitable for model development. You want to create a one-time report that includes both informative visualizations of data distributions and...

January 16, 2024 No Comments READ MORE +

What should you do?

You work for an advertising company and want to understand the effectiveness of your company's latest advertising campaign. You have streamed 500 MB of campaign data into BigQuery. You want to query the table, and then manipulate the results of that query with a pandas dataframe in an Al Platform...

January 16, 2024 No Comments READ MORE +

Which management solution should you recommend to your team?

You are a lead ML engineer at a retail company. You want to track and manage ML metadata in a centralized way so that your team can have reproducible experiments by generating artifacts. Which management solution should you recommend to your team?A . Store your tf.logging data in BigQuery.B ....

January 15, 2024 No Comments READ MORE +

What should you do?

You have trained a text classification model in TensorFlow using Al Platform. You want to use the trained model for batch predictions on text data stored in BigQuery while minimizing computational overhead. What should you do?A . Export the model to BigQuery ML.B . Deploy and version the model on...

January 15, 2024 No Comments READ MORE +

What should you do?

You need to design a customized deep neural network in Keras that will predict customer purchases based on their purchase history. You want to explore model performance using multiple model architectures, store training data, and be able to compare the evaluation metrics in the same dashboard. What should you do?A...

January 15, 2024 No Comments READ MORE +

How many trainable weights does your model have?

You are going to train a DNN regression model with Keras APIs using this code: How many trainable weights does your model have? (The arithmetic below is correct.)A . 501*256+257*128+2 = 161154B . 500*256+256*128+128*2 = 161024C . 501*256+257*128+128*2=161408D . 500*256*0 25+256*128*0 25+128*2 = 40448View AnswerAnswer: C

January 15, 2024 No Comments READ MORE +

What should you do?

You are building a linear regression model on BigQuery ML to predict a customer's likelihood of purchasing your company's products. Your model uses a city name variable as a key predictive component. In order to train and serve the model, your data must be organized in columns. You want to...

January 15, 2024 No Comments READ MORE +

Which metrics would give you the most confidence in your model?

You are working on a binary classification ML algorithm that detects whether an image of a classified scanned document contains a company’s logo. In the dataset, 96% of examples don’t have the logo, so the dataset is very skewed. Which metrics would give you the most confidence in your model?A...

January 15, 2024 No Comments READ MORE +

Which strategy should you choose?

You work on a growing team of more than 50 data scientists who all use AI Platform. You are designing a strategy to organize your jobs, models, and versions in a clean and scalable way. Which strategy should you choose?A . Set up restrictive IAM permissions on the AI Platform...

January 15, 2024 No Comments READ MORE +

How should you configure the end-to-end architecture of the predictive model?

You work for a public transportation company and need to build a model to estimate delay times for multiple transportation routes. Predictions are served directly to users in an app in real time. Because different seasons and population increases impact the data relevance, you will retrain the model every month....

January 15, 2024 No Comments READ MORE +