LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Machine Learning Engineer

Google Professional Machine Learning Engineer

Get started today

Ultimate access to all questions.


As a Machine Learning Engineer at a large retailer, you are tasked with developing a model to forecast future sales using 10 years of historical sales data stored in Cloud Storage in Avro format. The company emphasizes rapid experimentation to identify the most effective forecasting model. Key constraints include handling the large dataset efficiently, ensuring the model can capture seasonal trends and irregularities in sales data, and minimizing operational costs. Given these requirements, which approach should you choose to build and train your sales forecast model? Choose the best option.

Real Exam



Explanation:

Correct Answer: C

Why this method stands out:

  • Seamless Integration: BigQuery excels at efficiently managing large datasets, enabling straightforward loading of Avro data and execution of complex queries.
  • ARIMA Model Advantage: Specifically tailored for time series forecasting, the ARIMA model in BigQuery ML is ideal for sales data, adeptly managing seasonality, trends, and data irregularities.
  • Quick Iteration: BigQuery ML facilitates rapid experimentation with various forecasting models and parameters, utilizing SQL for both model creation and evaluation.
  • Scalability: Designed to accommodate growing data volumes, BigQuery ensures your large dataset is processed and analyzed without compromising performance.
Powered ByGPT-5