AWS Certified Big Data – Specialty — Question 12

A game company needs to properly scale its game application, which is backed by DynamoDB. Amazon
Redshift has the past two years of historical data. Game traffic varies throughout the year based on various factors such as season, movie release, and holiday season. An administrator needs to calculate how much read and write throughput should be provisioned for DynamoDB table for each week in advance.
How should the administrator accomplish this task?

Answer options

Correct answer: B

Explanation

The correct answer is B because using Spark Mlib to build a random forest model is suitable for predicting varying game traffic based on historical data. The other options either utilize incorrect machine learning models or frameworks that do not align with the needs of the use case, such as regression or classification models that wouldn't effectively handle the traffic forecasting required.