SQL Practice Logo

SQLPractice Online

Company SQL Question

User Influence Score Dashboard

Practice this Meta style SQL interview question with live execution and instant feedback.

Problem Statement

Create a comprehensive influence dashboard calculating each user's influence based on posts, engagement received, friend network, and content quality. Show username, total posts, avg engagement per post, friend count, influence score, and rank. Use multiple CTEs and complex scoring algorithm.

Relevant Tables

userspostsfriendships

SQL Concepts Used in This Question

Strengthen your understanding with these targeted learning topics: