Google Cloud Professional Machine Learning Engineer — Question 120

You work for a company that is developing a new video streaming platform. You have been asked to create a recommendation system that will suggest the next video for a user to watch. After a review by an AI Ethics team, you are approved to start development. Each video asset in your company’s catalog has useful metadata (e.g., content type, release date, country), but you do not have any historical user event data. How should you build the recommendation system for the first version of the product?

Answer options

Correct answer: B

Explanation

Option B is correct because it allows for video recommendations based on existing content metadata, which is immediately available. Using simple heuristics is a practical approach when historical user data is absent. The other options either rely on machine learning without sufficient data or do not make use of the available metadata effectively.