Device Status without Timestamps
Company: LinkedIn
Role: Data Scientist
Category: Data Manipulation (SQL/Python)
Difficulty: Medium
Interview Round: Technical Screen
Table: article_views
article_id INT
author_id INT
viewer_id INT
view_dt DATE
Count authors who have never viewed any of their own articles.
On 2024‑11‑11, how many members viewed more than one distinct article?
Quick Answer: This question evaluates data manipulation and behavioral analytics competencies, emphasizing aggregation, deduplication, distinct counts, and date-based filtering to measure author and viewer activity.