TGTGInsighttelegram intelligenceLIVE / telegram public index
← Data Analytics
Data Analytics avatar

TGINSIGHT POST

Post #2614

@sqlspecialist

Data Analytics

Views7,650Post view count
PostedFeb 2102/21/2026, 07:03 PM
Post content

Post content

🚀Top 50 Data Analyst Interview Questions📊💼 ▎📊EXCEL Questions 1. Can you show me how you'd clean this messy dataset in Excel? What functions like TRIM or Remove Duplicates would you use? 2. What's the difference between absolute ($A$1) and relative (A1) references? When do you use each? 3. Walk me through creating a PivotTable to analyze sales by region and product. What are the exact steps? 4. Write a VLOOKUP formula right now. What if you get #N/A? How do you fix it? 5. Why use INDEX-MATCH over VLOOKUP? Show me both formulas for this lookup. 6. What's COUNTIF vs SUMIF vs COUNTIFS? Write formulas for conditional sales totals. 7. How does Goal Seek work? Demo target revenue scenario on this data. 8. Apply conditional formatting to highlight top 10% sales performers. Which rule? 9. Build me a dynamic dashboard. How do slicers and timelines work together? 10. Explain SUMPRODUCT. Write formula for multi-condition sales sum. 11. What's Power Query? Show basic ETL steps for cleaning data. 12. Freeze panes vs split panes—when do you use each? 13. XLOOKUP vs VLOOKUP advantages? Write both for this example. 14. How do you find and fix circular references in formulas? 15. Create data validation dropdown + named ranges. Demo it. ▎🗄️SQL Questions 16. Write query for 2nd highest salary from Employee table. Use subquery OR window function. 17. INNER JOIN vs LEFT JOIN vs FULL JOIN? Write examples for employees + departments. 18. Find and remove duplicate records. Use CTE + ROW_NUMBER() or GROUP BY. 19. WHERE vs HAVING with GROUP BY? Show department-wise avg salary > 50k. 20. RANK() vs DENSE_RANK() vs ROW_NUMBER()? Partition by dept, order by salary. 21. Top 5 products by total sales. Write complete query with GROUP BY + LIMIT. 22. Self-join for employee-manager hierarchy. Show employee name + manager name. 23. Handle NULL salaries. Use COALESCE, IS NULL, IFNULL examples. 24. Pivot sales data by month using CASE statements. Write query. 25. Subquery vs JOIN—which is faster for this scenario? Why? 26. Recursive CTE for company hierarchy (CEO → managers → employees). 27. Clustered vs non-clustered indexes? When does each improve performance? ▎🎨Tableau Questions 28. {FIXED [Region]: SUM([Sales])}—what's this LOD doing? Write region total ignoring filters. 29. Create dual-axis chart comparing sales vs profit trends. Exact steps? 30. Data blending vs joining? When do you use each approach? 31. Parameters vs filters? Write calculated field using parameter. 32. Build dashboard with filter action + highlight action. Demo flow. 33. % of total calculated field? Write formula for region sales %. 34. FIXED vs INCLUDE vs EXCLUDE LOD? Give 3 examples. 35. Tableau Extracts vs Live connection? Performance + refresh differences? ▎⚡Power BI Questions 36. CALCULATE(SUM(Sales), SAMEPERIODLASTYEAR())—explain this DAX. YoY growth? 37. Measures vs Calculated Columns? When do you use each? Write both. 38. Star schema vs Snowflake? Draw relationships for sales → products → customers. 39. Power Query: Write M code for custom column parsing dates. 40. Implement Row-Level Security (RLS). Show DAX for region manager filter. 41. DirectQuery vs Import mode? Pros/cons + when to choose each? 42. TOTALYTD(SUM(Sales))—explain time intelligence DAX. 43. Dashboard loads slow. Optimization steps? Aggregations + query folding? ▎🐍Python/Pandas Questions 44. Group sales by region and sum: write pandas code. .reset_index() 45. pd.merge(df1, df2, on='ID', how='inner')—explain all merge types. 46. Three ways to handle NaN values: fillna(), dropna(), interpolate(). 47. loc[] vs iloc[]? Filter sales > 1000 by region vs first 5 rows. 48. pivot_table() vs groupby()? Reshape sales by month/product. 49. Read 1GB CSV without crashing: chunksize=10000 example. 50. df['New'] = df['Sales'].apply(lambda x: x*1.1)—alternatives to apply? Double Tap ♥️ For More