Generative AI Leader · Free Practice Question Hard
Question 22
A rapidly growing e-commerce company wants to implement a sophisticated AI-powered recommendation engine. Their current system only shows "most popular" items. The goal is to provide truly personalized "you might also like" recommendations that adapt to each user's real-time intent.
To achieve this level of personalization, which type of data is the most crucial and valuable asset the company must begin collecting and processing?
-
A
A continuous stream of event-level user interaction data, such as clicks, views, add-to-cart actions, and search queries.
-
B
General market basket analysis reports purchased from third-party consumer data firms.
-
C
High-quality product catalog data, with rich descriptions, category tags, and professional images for every item.
-
D
Detailed demographic profiles of their registered users, including age, gender, and geographic location.
Reveal correct answer
Correct answer: A
Explanation
The question asks to identify the single most critical data source for powering a personalized, real-time recommendation system. The key is understanding what data reflects individual user intent.
INCORRECT: Detailed demographic profiles of their registered users, including age, gender, and geographic location.
While demographic data can be used for broad segmentation (e.g., "show winter coats to users in cold climates"), it's a weak predictor of individual taste and immediate shopping intent. Two users of the same age and location can have vastly different preferences.INCORRECT: High-quality product catalog data, with rich descriptions, category tags, and professional images for every item.
This data is essential for the system to understand the items it is recommending, but it does not provide information about which users prefer which items. It describes the products, not the user's relationship to them.CORRECT: A continuous stream of event-level user interaction data, such as clicks, views, add-to-cart actions, and search queries.
This is the lifeblood of modern recommendation engines. This data stream, often called "clickstream" data, is a direct, real-time signal of a specific user's interests and intent. By analyzing these behavioral patterns (e.g., a user viewed three different hiking boots), the AI can infer interest and make relevant, timely recommendations.INCORRECT: General market basket analysis reports purchased from third-party consumer data firms.
This data is aggregated and anonymous. While it can reveal broad trends like "people who buy hot dogs often buy buns," it cannot provide personalization for an individual user on the company's specific platform. It lacks the granularity and specificity needed for a "you might also like" feature.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
