Data Analyst Interview Resources
Join our telegram channel to learn how data analysis can reveal fascinating patterns, trends, and stories hidden within the numbers! ๐ For ads & suggestions: @love_data
Ko'proq ko'rsatish๐ Telegram kanali Data Analyst Interview Resources analitikasi
Data Analyst Interview Resources (@dataanalystinterview) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 52 332 obunachidan iborat bo'lib, Taสผlim toifasida 3 322-o'rinni va Hindiston mintaqasida 7 154-o'rinni egallagan.
๐ Auditoriya koโrsatkichlari va dinamika
ะฝะตะฒัะดะพะผะพ sanasidan buyon loyiha tez oโsib, 52 332 obunachiga ega boโldi.
13 Iyun, 2026 dagi oxirgi maโlumotlarga koโra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni 292 ga, soโnggi 24 soatda esa 22 ga oโzgardi va umumiy qamrov yuqori darajada qolmoqda.
- Tasdiqlash holati: Tasdiqlanmagan
- Jalb etish (ER): Auditoriya oโrtacha 2.33% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 0.92% ini tashkil etuvchi reaksiyalarni toโplaydi.
- Post qamrovi: Har bir post oโrtacha 1 217 marta koโriladi; birinchi sutkada odatda 480 ta koโrish yigโiladi.
- Reaksiyalar va oโzaro taโsir: Auditoriya faol: har bir postga oโrtacha 4 ta reaksiya keladi.
- Tematik yoโnalishlar: Kontent sql, row, |--, dataset, visualization kabi asosiy mavzularga jamlangan.
๐ Tavsif va kontent siyosati
Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida taโriflaydi:
โJoin our telegram channel to learn how data analysis can reveal fascinating patterns, trends, and stories hidden within the numbers! ๐
For ads & suggestions: @love_dataโ
Yuqori yangilanish chastotasi (oxirgi maโlumot 14 Iyun, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli boโlib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Taสผlim toifasidagi muhim taโsir nuqtasiga aylantirishini koโrsatadi.
INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.
3. What is the difference between WHERE and HAVING clauses?
4. How do you use GROUP BY and HAVING in a query?
5. Write a query to find duplicate records in a table.
6. How do you retrieve unique values from a table using SQL?
7. Explain the use of aggregate functions like COUNT(), SUM(), AVG(), MIN(), and MAX().
8. What is the purpose of a DISTINCT keyword in SQL?
๐๐ง๐ญ๐๐ซ๐ฆ๐๐๐ข๐๐ญ๐ ๐๐๐:
1. Write a query to find the second-highest salary from an employee table.
2. What are subqueries and how do you use them?
3. What is a Common Table Expression (CTE)? Give an example of when to use it.
4. Explain window functions like ROW_NUMBER(), RANK(), and DENSE_RANK().
5. How do you combine results of two queries using UNION and UNION ALL?
6. What are indexes in SQL, and how do they improve query performance?
7. Write a query to calculate the total sales for each month using GROUP BY.
๐๐๐ฏ๐๐ง๐๐๐ ๐๐๐:
1. How do you optimize a slow-running SQL query?
2. What are views in SQL, and when would you use them?
3. What is the difference between a stored procedure and a function in SQL?
4. Explain the difference between TRUNCATE, DELETE, and DROP commands.
5. What are windowing functions, and how are they used in analytics?
6. How do you use PARTITION BY and ORDER BY in window functions?
7. How do you handle NULL values in SQL, and what functions help with that (e.g., COALESCE, ISNULL)?
Here you can find essential SQL Interview Resources๐
https://t.me/mysqldata
Like this post if you need more ๐โค๏ธ
Hope it helps :)SELECT department_id, AVG(salary) AS avg_salary
FROM employees
GROUP BY department_id;
2. What does Filter context in DAX mean?
Answer - Filter context in DAX refers to the subset of data that is actively being used in the calculation of a measure or in the evaluation of an expression. This context is determined by filters on the dashboard items like slicers, visuals, and filters pane which restrict the data being processed.
3. Explain how to implement Row-Level Security (RLS) in Power BI.
Answer - Row-Level Security (RLS) in Power BI can be implemented by:
- Creating roles within the Power BI service.
- Defining DAX expressions that specify the data each role can access.
- Assigning users to these roles either in Power BI or dynamically through AD group membership.
4. Create a dictionary, add elements to it, modify an element, and then print the dictionary in alphabetical order of keys.
Answer -
d = {'apple': 2, 'banana': 5}
d['orange'] = 3 # Add element
d['apple'] = 4 # Modify element
sorted_d = dict(sorted(d.items())) # Sort dictionary
print(sorted_d)
5. Find and print duplicate values in a list of assorted numbers, along with the number of times each value is repeated.
Answer -
from collections import Counter
numbers = [1, 2, 2, 3, 4, 5, 1, 6, 7, 3, 8, 1]
count = Counter(numbers)
duplicates = {k: v for k, v in count.items() if v > 1}
print(duplicates)
Endi mavjud! Telegram Tadqiqoti 2025 โ yilning asosiy insaytlari 
