AWS Certified Machine Learning – Specialty — Question 291

A company operates large cranes at a busy port The company plans to use machine learning (ML) for predictive maintenance of the cranes to avoid unexpected breakdowns and to improve productivity.

The company already uses sensor data from each crane to monitor the health of the cranes in real time. The sensor data includes rotation speed, tension, energy consumption, vibration, pressure, and temperature for each crane. The company contracts AWS ML experts to implement an ML solution.

Which potential findings would indicate that an ML-based solution is suitable for this scenario? (Choose two.)

Answer options

Correct answer: D, E

Explanation

For an ML-based predictive maintenance solution to be feasible, it requires a large volume of high-resolution historical data (Option D) and sufficient examples of the target failure modes to train a supervised model (Option E). If simple rule-based thresholds are already effective, an ML model is not necessary (Option B), while missing data (Option A) or a lack of failure examples across different crane models (Option C) would prevent successful model training.