Multiple Choice
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 AI Platform notebook. What should you do?
A) Use AI Platform Notebooks' BigQuery cell magic to query the data, and ingest the results as a pandas dataframe.
B) Export your table as a CSV file from BigQuery to Google Drive, and use the Google Drive API to ingest the file into your notebook instance.
C) Download your table from BigQuery as a local CSV file, and upload it to your AI Platform notebook instance. Use pandas.read_csv to ingest he file as a pandas dataframe. Download your table from BigQuery as a local CSV file, and upload it to your AI Platform notebook instance. Use pandas.read_csv to ingest he file as a pandas dataframe.
D) From a bash cell in your AI Platform notebook, use the bq extract command to export the table as a CSV file to Cloud Storage, and then use gsutil cp to copy the data into the notebook. Use pandas.read_csv to ingest the file as a pandas dataframe. From a bash cell in your AI Platform notebook, use the bq extract command to export the table as a CSV file to Cloud Storage, and then use gsutil cp to copy the data into the notebook. Use to ingest the file as a pandas dataframe.
Correct Answer:

Verified
Correct Answer:
Verified
Q25: You have been asked to develop an
Q26: You work for a social media company.
Q27: Your team has been tasked with creating
Q28: You need to design a customized deep
Q29: You need to train a computer vision
Q31: You have trained a deep neural network
Q32: You are developing models to classify customer
Q33: You work for a bank and are
Q34: You have trained a model on a
Q35: You have a functioning end-to-end ML pipeline