Infosys Hiring Guide • 2026 Edition

Infosys Data Analyst Interview Questions

🏢 Infosys 💼 Data Analyst ⚡ Commonly Asked Practice Set

Infosys Data Analyst interviews focus on robust SQL, business intelligence tools (PowerBI/Tableau), and communicating data insights to corporate clients. Preparing for Infosys requires practicing structured answers that highlight Business reporting, ETL pipelines, client dashboards, data governance. Below are the highest-yield interview questions with sample spoken responses.

SQL & Aggregations Infosys Practice Question

1. How do you calculate running totals and month-over-month revenue growth using SQL Window functions?

What Infosys Evaluates Here:
Tests command of analytic functions (SUM() OVER, LAG(), PARTITION BY) without relying on inefficient self-joins.
Winning Response Framework:

1. Identify partition and order keys. 2. Use SUM(amount) OVER. 3. Use LAG() to fetch prior month. 4. Compute percentage growth safely.

Sample Spoken Response:

"I use SUM(revenue) OVER (PARTITION BY region ORDER BY order_month ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW) to generate running cumulative totals. For MoM growth, I use LAG(revenue, 1) OVER (ORDER BY order_month) to retrieve previous month revenue, and calculate ((current - previous) / NULLIF(previous, 0)) * 100 to guard against division-by-zero errors."

Red Flag Trap to Avoid:

Using subqueries or cursor loops instead of window functions; failing to handle division by zero or NULLs; incorrect frame clause.

Data Quality & Cleaning Infosys Practice Question

2. How do you handle incomplete or duplicate records in an automated client ETL pipeline?

What Infosys Evaluates Here:
Evaluates data validation rigour, deduplication strategies, and business rule confirmation before dashboard ingestion.
Winning Response Framework:

1. Source validation & logging. 2. Deduplication using ROW_NUMBER(). 3. Missing data imputation vs flagging. 4. Automated alerts.

Sample Spoken Response:

"In our ingestion stage, I partition by primary composite keys using ROW_NUMBER() OVER (PARTITION BY client_id, transaction_date ORDER BY updated_at DESC) and retain only row 1 to purge duplicates. For missing data, if non-critical, I impute using business defaults or rolling medians; if critical (e.g. monetary amounts), I route to an exception queue and alert upstream data stewards."

Red Flag Trap to Avoid:

Deleting duplicate rows blindly without logging; filling missing financial data with arbitrary zeros; ignoring audit trails.

Dashboard Design Infosys Practice Question

3. How do you ensure executive dashboards in Power BI/Tableau remain fast and performant with millions of rows?

What Infosys Evaluates Here:
Assesses performance tuning in BI tools, star-schema modeling, and avoiding slow visual calculations.
Winning Response Framework:

1. Star schema modeling (Fact & Dimension tables). 2. Pre-aggregating data in DB. 3. Reducing DAX/LOD visual complexity. 4. Incremental refresh.

Sample Spoken Response:

"I structure data in clean Star Schemas rather than wide denormalized tables. I push heavy calculations upstream into SQL views or data warehouse aggregates, minimize expensive DAX measures or Table LODs evaluated on visual render, and configure incremental refreshes so the dashboard queries only delta updates rather than the full multi-year history."

Red Flag Trap to Avoid:

Pulling raw transactional logs directly into memory; creating dozens of complex calculated columns; ignoring user filter context.

Stakeholder Presentation Infosys Practice Question

4. Tell me about a time your data analysis contradicted a client's business assumption.

What Infosys Evaluates Here:
Tests diplomatic communication, objective evidence presentation, and ability to influence business decisions without creating confrontation.
Winning Response Framework:

1. Context of client hypothesis. 2. Rigorous data validation. 3. Collaborative walkthrough of findings. 4. Business impact.

Sample Spoken Response:

"A retail client assumed young demographics drove their weekend sales surge. My cohort analysis proved that existing loyalty card holders over 45 accounted for 68% of weekend basket value, while younger shoppers had high footfall but low conversion. Instead of telling the client they were wrong, I presented actionable suggestions: optimize campaigns for high-value loyalty segments and retool checkout offers for students, boosting overall weekend margin by 14%."

Red Flag Trap to Avoid:

Being argumentative with stakeholders; presenting raw charts without a narrative; backing down and altering numbers to please the client.

Undetectable AI for live interviews

Crack your Infosys interview, no matter how tough

Studying question lists gives you the theory, but live video calls with Infosys interviewers can be intimidating. When high-pressure behavioral or architecture curveballs hit, you need clarity instantly.

ClapAssist is your silent co-pilot. Runs natively on macOS and Windows, listens to the interviewer's exact question, and surfaces concise talking points right next to your camera eye-line. Excluded at the OS level from Zoom, Google Meet, and Teams screen sharing.

Download ClapAssist with 10 Free Minutes →
Mac & Windows · Completely undetectable to interviewers · No credit card required