nerdexam
Amazon

MLS-C01 · Question #129

A data scientist wants to use Amazon Forecast to build a forecasting model for inventory demand for a retail company. The company has provided a dataset of historic inventory demand for its products…

The correct answer is A. Use ETL jobs in AWS Glue to separate the dataset into a target time series dataset and an item. Target and metadata must be in two files and loaded from S3. https://docs.aws.amazon.com/forecast/latest/dg/dataset-import-guidelines-troubleshooting.html

Data Engineering

Question

A data scientist wants to use Amazon Forecast to build a forecasting model for inventory demand for a retail company. The company has provided a dataset of historic inventory demand for its products as a .csv file stored in an Amazon S3 bucket. The table below shows a sample of the dataset. How should the data scientist transform the data?

Exhibit

MLS-C01 question #129 exhibit

Options

  • AUse ETL jobs in AWS Glue to separate the dataset into a target time series dataset and an item
  • BUse a Jupyter notebook in Amazon SageMaker to separate the dataset into a related time series
  • CUse AWS Batch jobs to separate the dataset into a target time series dataset, a related time
  • DUse a Jupyter notebook in Amazon SageMaker to transform the data into the optimized protobuf

How the community answered

(51 responses)
  • A
    82% (42)
  • B
    2% (1)
  • C
    6% (3)
  • D
    10% (5)

Explanation

Target and metadata must be in two files and loaded from S3. https://docs.aws.amazon.com/forecast/latest/dg/dataset-import-guidelines-troubleshooting.html

Topics

#Amazon Forecast#Data Transformation#ETL#AWS Glue

Community Discussion

No community discussion yet for this question.

Full MLS-C01 Practice