Data Analyst Interview Questions
Data Analyst Interview Questions
A professional who collects, cleans, analyzes, and visualizes data to generate actionable insights.
Define objectives -> collect data -> clean/wrangle -> analyze -> visualize -> interpret.
End-to-end data flow: capture -> process -> load for analysis.
Use indexes, avoid SELECT *, analyze execution plans, write efficient joins.
IQR method (1.5xIQR rule), standard deviation (+/-3 sigma), box plots.
MAE: avg abs error; MSE: squared error; R-squared: variance explained.
RF: ensemble of trees -> better accuracy, less overfit; DT: simple, interpretable.