
Answer-first summary for fast verification
Answer: Import the data into Amazon SageMaker Canvas. Build ML models and demand forecast predictions by selecting the values in the data from SageMaker Canvas.
## Detailed Explanation Based on the requirements specified in the question, the optimal solution is **Amazon SageMaker Canvas (Option D)**. Here's the reasoning: ### Key Requirements Analysis: 1. **No coding experience or ML algorithm knowledge** - The company lacks technical expertise in programming and machine learning. 2. **Need to develop a data-driven predictive model** - Specifically for demand forecasting of memory hardware. 3. **Analysis of both internal and external data** - The solution must handle diverse data sources. 4. **Business context** - A digital devices company needing practical demand forecasting without technical barriers. ### Evaluation of Options: **Option A (Amazon S3 + SageMaker built-in algorithms):** - **Why it's unsuitable:** This approach requires significant technical expertise. While Amazon S3 is excellent for data storage, using SageMaker built-in algorithms necessitates coding skills (Python/R), understanding of ML workflows, and algorithm selection knowledge. This contradicts the "no coding experience" requirement. **Option B (SageMaker Data Wrangler + SageMaker built-in algorithms):** - **Why it's unsuitable:** SageMaker Data Wrangler provides visual data preparation capabilities, which partially addresses data analysis needs. However, the second part (using SageMaker built-in algorithms) still requires coding and ML expertise to build, train, and deploy models. This doesn't fully meet the "no coding experience" requirement. **Option C (SageMaker Data Wrangler + Amazon Personalize):** - **Why it's unsuitable:** Amazon Personalize is specifically designed for recommendation systems, not demand forecasting. While it uses ML, it's optimized for personalized recommendations rather than time-series forecasting for hardware demand. This is a mismatch for the business problem. **Option D (Amazon SageMaker Canvas):** - **Why it's optimal:** - **No-code interface:** SageMaker Canvas provides a visual, point-and-click interface that requires no coding or deep ML algorithm knowledge. - **End-to-end ML workflow:** It supports the entire process from data import (handling both internal and external data) to model building, evaluation, and prediction generation. - **Demand forecasting capability:** Canvas includes built-in capabilities for time-series forecasting, which directly addresses the memory hardware demand prediction requirement. - **Business-user focused:** Designed specifically for business analysts and domain experts without technical backgrounds. - **Data integration:** Can import data from various sources including Amazon S3, Redshift, and external databases, meeting the internal/external data analysis requirement. ### Best Practices Consideration: For organizations lacking ML expertise, AWS best practices recommend starting with no-code/low-code solutions like SageMaker Canvas to: 1. Accelerate time-to-value without extensive training 2. Reduce dependency on scarce ML engineering resources 3. Enable business users to create and iterate on models independently 4. Provide guardrails that prevent common ML pitfalls SageMaker Canvas represents the most appropriate AWS service for this scenario, balancing technical accessibility with robust predictive modeling capabilities specifically for demand forecasting use cases.
Ultimate access to all questions.
No comments yet.
Author: LeetQuiz Editorial Team
A digital devices company aims to forecast customer demand for memory hardware. The company lacks coding expertise and machine learning algorithm knowledge but must create a predictive model using both internal and external data.
Which AWS solution meets these requirements?
A
Store the data in Amazon S3. Create ML models and demand forecast predictions by using Amazon SageMaker built-in algorithms that use the data from Amazon S3.
B
Import the data into Amazon SageMaker Data Wrangler. Create ML models and demand forecast predictions by using SageMaker built-in algorithms.
C
Import the data into Amazon SageMaker Data Wrangler. Build ML models and demand forecast predictions by using an Amazon Personalize Trending-Now recipe.
D
Import the data into Amazon SageMaker Canvas. Build ML models and demand forecast predictions by selecting the values in the data from SageMaker Canvas.