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

black rock

Write a query to identify the employee(s) whose salary is closest to the average salary of the company.

January 20, 2025January 17, 2025 by Vishal
Write a query to identify the employee(s) whose salary is closest to the average salary of the company

This question was asked in Interview at black rock. The open position had a CTC of 26 LPA. Read more Company: BlackRock CTC: 26LPA Source: LinkedIn SQL Interview Question Q. Write a …

Read more

Display all months where sales exceeded the average monthly sales.

January 17, 2025January 17, 2025 by Vishal
Display all months where sales exceeded the average monthly sales

This question was asked in Interview at black rock. Read more Company: BlackRock CTC: 26LPA Source: LinkedIn SQL Interview Question Q. Display all months where sales exceeded the average monthly sales see …

Read more

Find the most common value (mode) in a specific column.

January 17, 2025January 17, 2025 by Vishal
Find the most common value (mode) in a specific column

This question was asked in Interview at black rock. Read more Company: BlackRock CTC: 26LPA Source: LinkedIn SQL Interview Question Q. Find the most common value (mode) in a specific column. See …

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

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

Older posts
Page1 Page2 Next →

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