Skip to content
InterviewEra
What is InterviewEraThe platform, founder, and missionHow It WorksAdaptive interview, live captions, scoringResume-aware ScoringCV-native questions + 5-dimension feedback
Campus Placements OverviewStructured mock interviews and cohort analytics for T&P teamsSet up Campus WorkspaceCreate your campus dashboard and invite your batchT&P Product & PricingPilot pricing, bulk onboarding, and placement trackingStudent Invitation HelpHow to accept a campus invite and start practising
Software EngineerDSA, system design, OOP roundsFrontend DeveloperReact, HTML/CSS, JavaScript interviewsTCS Interview QuestionsNQT + technical + HR roundsWipro Careers HubNLTH, WILP, Turbo hiring tracksSolera Careers HubCognitive assessment + Java/SQL roundsReact Interview QuestionsHooks, state, performance topics
Interview Question GeneratorRole-specific questions in secondsATS Resume CheckerScore your resume against job rolesSTAR Answer BuilderStructure behavioral answers clearly
All ResourcesCentral guide and hub directoryBlogInterview prep articles and guidesAgentic AI Interview GuideAI-assisted coding interviews, rubrics, and prepPlacement GuideStep-by-step campus prep playbookSTAR Method GuideMaster behavioral answers
Help CenterGuides, FAQs, and supportDSA Topic MapPatterns, roadmap, and top 50 problemsSoftware Engineer GuideSWE questions and prep hubAndroid GuideKotlin, Compose, MVVM prep hubFrontend GuideReact and JavaScript interviews
PricingFor Teams
Sign inSign up
InterviewEra

InterviewEra is an AI-powered mock interview platform with adaptive follow-ups, resume-aware scoring, and structured interview preparation for campus placements and early-career hiring.

Start Mock Interview

Mock Interview

  • How It Works
  • For Teams
  • Start Mock Interview
  • Campus Placements
  • Campus Workspace
  • Help Center

Free Tools

  • Interview Question Generator
  • ATS Resume Checker
  • STAR Answer Builder

Interview Questions

  • Wipro Careers Hub
  • Solera Careers Hub
  • Amazon SDE Questions
  • Microsoft SDE Questions
  • Infosys SWE Questions
  • Infosys Java Questions
  • Freshworks Frontend Questions
  • Android Developer Questions
  • Frontend Developer Questions
  • Java Developer Questions

Resources

  • Community Hub
  • All Resources
  • Blog
  • Agentic AI Interview Guide
  • What Is Agentic AI
  • Agentic Coding Round
  • AI Prompt Engineering
  • Cursor AI Interview Guide
  • DSA Topic Map
  • Placement Guide
  • STAR Guide
  • HR Guide
  • Interview Tips

Company

  • What is InterviewEra
  • About Us
  • Pricing
  • Contact

© 2026 InterviewEra. All rights reserved.

Privacy PolicyTermsRefundRanchi, Jharkhand, India
Interview Questions›Data Analyst

data · Fresher-friendly

Data Analyst Interview Questions India 2026

Data Analyst interview questions on SQL, Python, statistics, and dashboarding tools asked at Indian analytics and tech companies.

Fresher-friendlydata role10 curated questionsUpdated 2026

Data Analysts Interview Questions

Placement-oriented · Updated 2026
  1. 01

    Write a SQL query to find the second-highest salary from an Employee table.

    TechnicalEasy

    Tip: Use LIMIT with OFFSET, or a subquery with MAX(salary) WHERE salary < MAX. Mention edge cases: what if two employees share the highest salary?

  2. 02

    What is the difference between INNER JOIN and LEFT JOIN?

    TechnicalEasy

    Tip: INNER JOIN returns only matching rows. LEFT JOIN returns all rows from the left table with NULLs for non-matching right rows. Draw a Venn diagram mentally as you explain.

  3. 03

    What is the difference between GROUP BY and HAVING? Can you use HAVING without GROUP BY?

    TechnicalMedium

    Tip: GROUP BY groups rows; HAVING filters those groups. Yes, HAVING without GROUP BY treats the entire table as one group — rarely useful but valid SQL.

  4. 04

    How do you handle missing values (NULLs) in a dataset? Give at least three strategies.

    TechnicalMedium

    Tip: Deletion (if <5% missing), mean/median/mode imputation, forward-fill for time series, or model-based imputation. State when you would choose each.

  5. 05

    What is the difference between supervised and unsupervised learning?

    TechnicalMedium

    Tip: Supervised: labelled data, learns a mapping (classification/regression). Unsupervised: no labels, finds patterns (clustering, dimensionality reduction). Give one example each.

  6. 06

    What does a p-value of 0.03 mean in a hypothesis test?

    TechnicalHard

    Tip: It means there's a 3% probability of observing this result (or more extreme) if the null hypothesis were true. Do NOT say 'there is a 97% chance the hypothesis is correct' — that is wrong.

  7. 07

    Tell me about a data analysis project you have worked on. What was the business impact?

    BehavioralMedium

    Tip: Quantify the impact wherever possible (e.g., "reduced churn by 12%"). Describe the problem, your approach, tools used, and the decision it enabled.

  8. 08

    How would you explain a complex analysis result to a non-technical business stakeholder?

    SituationalMedium

    Tip: Lead with the 'so what': the business recommendation. Use visuals. Avoid jargon. Validate understanding by asking what decisions they'll make with the insight.

  9. 09

    What data visualisation tools have you used, and how do you decide which chart type to use?

    TechnicalEasy

    Tip: Mention tools (Tableau, Power BI, Python matplotlib/seaborn). Chart type choice: comparison → bar; trend → line; distribution → histogram; proportion → pie (sparingly).

  10. 10

    What would you do if your analysis result directly contradicts what the business team expects?

    SituationalHard

    Tip: First verify your own analysis for errors. Then present findings objectively with full methodology. Data should inform decisions, not tell people what to do. Offer to investigate further.

Key topics to prepare for Data Analyst interviews

Recruiters test these skill areas specifically. Click any topic to see curated questions.

SQLPythonDBMSMLPandas

Practice, not just reading

Get scored on your Data Analyst answers

Upload your resume and practice a full Data Analyst mock interview with AI-generated questions and rubric-based scoring across 5 dimensions — free to start.

Start free mock interviewGenerate more questions free

Related Guides

  • Software EngineeringWipro Data Analyst Interview Questions and Answers (2026)Wipro DA guide — NLTH, SQL, Python, statistics, salary, 30-day roadmap, and expert sample answers.
  • Software EngineeringData Scientist Interview QuestionsData Scientist interview questions on ML algorithms, feature engineering, model evaluation, and statistical inference.
  • Software EngineeringPython Interview QuestionsPython interview questions on data types, OOPs, decorators, generators, and libraries — widely tested for both backend and data science roles.
  • Software EngineeringSQL Interview QuestionsSQL interview questions on JOINs, aggregations, subqueries, indexing, and query optimisation — the most-tested database skill at Indian companies.
  • Software EngineeringDatabase Management Systems Interview QuestionsDBMS interview questions on normalisation, ACID properties, transactions, ER diagrams, and indexing — a must-prepare subject for campus placement.
  • Software EngineeringBackend Developer Interview QuestionsBackend Developer interview questions on APIs, databases, system design, and server-side languages asked at Indian tech companies.

Companies hiring Data Analysts

  • TCS DA questions
  • Infosys DA questions
  • Wipro DA questions
  • Amazon DA questions
  • HCL DA questions
  • Cognizant DA questions

Practice tools

  • DA question generator
  • DA ATS checker
  • STAR answer builder

Other data roles

  • Data Scientist questions
  • Machine Learning Engineer questions

Guides and resources

  • All interview questions
  • STAR method with examples
  • HR interview answer tips
  • Placement interview prep guide