AWS Certified Machine Learning – Specialty — Question 151

A company is building a line-counting application for use in a quick-service restaurant. The company wants to use video cameras pointed at the line of customers at a given register to measure how many people are in line and deliver notifications to managers if the line grows too long. The restaurant locations have limited bandwidth for connections to external services and cannot accommodate multiple video streams without impacting other operations.
Which solution should a machine learning specialist implement to meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because deploying the model directly onto AWS DeepLens cameras allows for local processing of video streams, fitting the bandwidth limitations while ensuring real-time notifications. Options A and C rely on external processing which would exceed the bandwidth constraints, and option B lacks the efficiency of local model deployment offered in D.