LinkedIn Data Manipulation (SQL/Python) Interview Questions

Practice the exact questions companies are asking right now.

10 Questions 1 Company02.21.2026
Showing 10 results
Role
LinkedIn logo
LinkedIn
Easy
Data Scientist

Analyze member video posting behavior by country

Question You are given two tables describing LinkedIn members and the videos they upload. Write SQL (and optionally Python where noted) to answer the ...

Data Manipulation (SQL/Python)
7
1
110 people solved
Feb 1, 2026
LinkedIn logo
LinkedIn
Medium
Data Scientist

Count Article Types Viewed

Count Article Types Viewed You are given article view events and article metadata. Table 1: article_views — one row per article view event. | Column |...

Data Manipulation (SQL/Python)
9
0
79 people solved
Aug 3, 2025
LinkedIn logo
LinkedIn
Easy
Data Scientist Locked

Write SQL for rankings, state, and aggregations

This question evaluates a candidate's competency in SQL data manipulation, covering ranking/top-N queries, aggregations and percentage calculations, t...

Data Manipulation (SQL/Python)
7
0
51 people solved
Feb 21, 2026
LinkedIn logo
LinkedIn
Easy
Data Scientist

Compute each member’s current notification status

Question You are given two tables describing LinkedIn members’ push-notification settings. Compute each member’s current notification status as of 202...

Data Manipulation (SQL/Python)
9
0
102 people solved
Feb 1, 2026
LinkedIn logo
LinkedIn
Medium
Data Scientist

Device Status without Timestamps

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 20...

Data Manipulation (SQL/Python)
9
0
26 people solved
Apr 26, 2025
LinkedIn logo
LinkedIn
Medium
Data Scientist

Identify and Flag Bot Traffic in Online Forum

PVE +----------+-----------+ | memberId | timestamp | +----------+-----------+ | 101 | 169100123 | | 102 | 169100225 | | 101 | 16910030...

Data Manipulation (SQL/Python)
83
0
263 people solved
Jul 12, 2025
LinkedIn logo
LinkedIn
Medium
Data Scientist

[SQL] Job Ad Metrics with Applicant Filter

Job Ad Metrics Analysis Task Table Structure Table: job_activity job_id INT candidate_id INT activity_type VARCHAR -- can be 'view' or 'apply' Requi...

Data Manipulation (SQL/Python)
11
0
44 people solved
Apr 23, 2025
LinkedIn logo
LinkedIn
Easy
Data Scientist

Compute article-type diversity per user and histogram

You track article views and article metadata. Tables article_views - user_id INT - article_id INT - view_date DATE articles - article_id INT (PK) - ar...

Data Manipulation (SQL/Python)
5
0
40 people solved
Feb 1, 2026
LinkedIn logo
LinkedIn
Easy
Data Scientist

Find top countries by population per continent

Table world_population - continent VARCHAR - country VARCHAR - population BIGINT Assume each row is a country’s latest population and (continent, coun...

Data Manipulation (SQL/Python)
4
0
64 people solved
Feb 1, 2026
LinkedIn logo
LinkedIn
Medium
Data Scientist

Identify Top Contributors by Recent Post Count

posts +----+---------+---------------------+ | id | user_id | created_at | +----+---------+---------------------+ | 1 | 101 | 2023-09-01...

Data Manipulation (SQL/Python)
63
0
4 people solved
Jul 12, 2025

Explore more LinkedIn Data Manipulation (SQL/Python) interview questions

Real questions from candidate reports, grouped by role, topic and company.

Other categories at LinkedIn
Data Manipulation (SQL/Python) questions at other companies
Browse all
LinkedIn Data Manipulation (SQL/Python) Questions (Updated 2026) | PracHub