Skip to content
CuriousClub.in

CuriousClub.in

Learning, Free job alert & More

  • Home
  • Jobs
    • Govt. Jobs
    • Private Jobs
    • Medical Coding & Billing
    • Data Science Jobs
  • Statistics
  • SQL
    • SQL
    • Solutions
    • sql interview questions
  • Python for Data Science
    • Learn Python
    • NumPy
    • Pandas
  • Excel

SQL

Page Recommendations: Write an SQL query to recommend pages to the user

January 16, 2025January 12, 2025 by Vishal
Page Recommendations

This question was asked in Facebook interview, Ask is to give page recommendation for user1 based on Friendship and Likes. Source: LeetCode Difficulty: Medium Company: Facebook Page Recommendations Q. Write …

Read more

Retrieve the name of the manager who supervises the most employees

January 9, 2025January 3, 2025 by Vishal
SQL Interview question Black Rock Data Analyst

Company: BlackRock CTC: 26LPA Source: Linked Post Q. Retrieve the name of the manager who supervises the most employees. Solution: Explanation: Here, we want to find out the manager who supervises …

Read more

Write a query to calculate the median salary of employees in a table.

January 16, 2025January 3, 2025 by Vishal
calculate the median salary of employees in a table

Company: BlackRock CTC: 26LPA Source: Linked Post Q: Write a query to calculate the median salary of employees in a table. Solution: Explanation: Here we need to find out the …

Read more

Identify products that were sold in all regions.

January 16, 2025January 3, 2025 by Vishal
Identify products that were sold in all regions

Query: SELECT product_id FROM sales GROUP BY product_id HAVING COUNT(DISTINCT region_id) = (SELECT COUNT(*) FROM regions); Explanation: We need to find products that have been sold in all regions. This …

Read more

Newer posts
← Previous Page1 … Page6 Page7

Recent Posts

  • Mastering Pivot Table in Python: A Comprehensive Guide
  • Data Science Interview Questions Section 3: SQL, Data Warehousing, and General Analytics Concepts
  • Data Science Interview Questions Section 2: 25 Questions Designed To Deepen Your Understanding 
  • Data Science Questions Section 1: Data Visualization & BI Tools (Power BI, Tableau, etc.)
  • Optum Interview Questions: 30 Multiple Choice Questions (MCQs) with Answers

Follow Us

Categories

  • Blog
  • Data Analysis and Visualization
  • Educational Article
  • Excel
  • Govt. Jobs
  • Jobs
  • Learn Python
  • News
  • NumPy
  • Pandas
  • Private Jobs
  • Python
  • Python for Data Science
  • Solutions
  • SQL
  • sql interview questions
  • Statistics
  • Tableau
© 2025 Curious Club • Built By Anuja Bisht