Upload Button Icon Add office photos

Filter interviews by

WNS Data Analyst Interview Questions, Process, and Tips

Updated 17 Oct 2024

Top WNS Data Analyst Interview Questions and Answers

View all 9 questions

WNS Data Analyst Interview Experiences

19 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between Sum and Sumx
  • Ans. 

    Sum calculates the total of a column, while Sumx calculates the total of an expression evaluated for each row.

    • Sum is used to calculate the total of a column in a table.

    • Sumx is used to calculate the total of an expression evaluated for each row in a table.

    • Sum: SUM('Table'[Column])

    • Sumx: SUMX('Table', 'Table'[Column] * 2)

  • Answered by AI
  • Q2. How do u make groups and how bins are different from groups
  • Ans. 

    Groups are created by categorizing data based on certain criteria, while bins are specific ranges used to group continuous data.

    • Groups are created by categorizing data based on certain criteria, such as age groups or product categories.

    • Bins are specific ranges used to group continuous data, such as age ranges or income brackets.

    • Groups can be created based on qualitative data, while bins are used for quantitative data.

    • E...

  • Answered by AI
  • Q3. Why do you prefer power bi over tableau
  • Ans. 

    Power BI is preferred over Tableau for its seamless integration with Microsoft products and user-friendly interface.

    • Seamless integration with Microsoft products like Excel, SharePoint, and Teams

    • User-friendly interface with drag-and-drop functionality for easy data visualization

    • Cost-effective solution for organizations already using Microsoft products

    • Faster data processing and refreshing capabilities compared to Tableau

    • ...

  • Answered by AI
  • Q4. Tell me about your roles and responsibilities
  • Ans. 

    I have experience in data collection, analysis, and visualization to support decision-making.

    • Collecting and cleaning data from various sources

    • Analyzing data to identify trends and patterns

    • Creating visualizations and reports to communicate findings

    • Collaborating with stakeholders to understand business needs

    • Using statistical tools and techniques to draw insights

    • Presenting findings to non-technical audiences

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot

    • List is defined using square brackets [], tuple using parentheses ()

    • Example: list - [1, 2, 3], tuple - (1, 2, 3)

  • Answered by AI
  • Q2. Nth highest salary
  • Ans. 

    To find the Nth highest salary in a dataset, you can use SQL query with ORDER BY and LIMIT.

    • Use SQL query with ORDER BY and LIMIT to sort the salaries in descending order and select the Nth row.

    • For example, to find the 3rd highest salary in a table 'employees', you can use: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2, 1

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate ProblemGiven an array/list of integer numbers 'CHOCOLAT ... read more
asked in Wipro
Q3. Ninja and substringsNinja has been given a string 'STR' containin ... read more
Q4. Maximum In Sliding Windows Of Size KGiven an array/list of intege ... read more
asked in Tredence
Q5. First Repeated CharacterYou are given a string 'STR' of lowercase ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Sum and SUMX in DAX
  • Ans. 

    SUM calculates the total of a column, while SUMX calculates the total of an expression evaluated for each row.

    • SUM is used to calculate the total of a column in a table

    • SUMX is used to calculate the total of an expression evaluated for each row in a table

    • SUMX is often used with iterators like FILTER or RELATEDTABLE to perform calculations on a row-by-row basis

  • Answered by AI
  • Q2. How do you use Group By in Power Query?
  • Ans. 

    Group By in Power Query is used to aggregate data based on a specific column or columns.

    • Select the column(s) you want to group by

    • Go to the 'Transform' tab and click on 'Group By'

    • Choose the aggregation type and column to aggregate on

    • Rename the new column if needed

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Aditi Gupta

posted on 2 May 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy. Mcq based and easy to solve

Round 2 - Technical 

(2 Questions)

  • Q1. One to one. Easy question. Everything on your resume
  • Q2. What are sql joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • SQL joins are used to retrieve data from multiple tables based on a related column between them

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right ...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Ml and AI algorithms
  • Q2. No hr. It was technical only. In depth technical questions
  • Q3. ML algorithms and technologies

Skills evaluated in this interview

WNS interview questions for designations

 Data Analyst Intern

 (2)

 Senior Data Analyst

 (1)

 Associate Data Analyst

 (1)

 Analyst

 (21)

 Data Entry Operator

 (7)

 Data Entry jobs

 (2)

 Data Entry Executive

 (1)

 Business Analyst

 (4)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly ask questions on sql.

Get interview-ready with Top WNS Interview Questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About experiences and college projects, excel formulas.
Round 2 - HR 

(1 Question)

  • Q1. Just common questions on job location and expectations.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question on Pivot table in sql

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on SQL
Round 2 - HR 

(1 Question)

  • Q1. Discussion regarding the process of the job and shifts

Data Analyst Interview Questions & Answers

user image Sonu Patel

posted on 3 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is SQL server Architecture?
  • Ans. 

    SQL Server Architecture refers to the structure and components of the SQL Server database management system.

    • SQL Server Architecture consists of three main components: Database Engine, SQL Server Agent, and SQL Server Browser.

    • The Database Engine is responsible for storing, processing, and securing data.

    • SQL Server Agent handles automation tasks, scheduling jobs, and managing alerts.

    • SQL Server Browser helps clients locate...

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 May 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic aptitude test maths and English

Round 3 - Technical 

(1 Question)

  • Q1. Excel, tableau, power BI and basic questions

WNS Interview FAQs

How many rounds are there in WNS Data Analyst interview?
WNS interview process usually has 1-2 rounds. The most common rounds in the WNS interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for WNS Data Analyst interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at WNS. The most common topics and skills that interviewers at WNS expect are Data Analysis, Advanced Excel, Data Analytics, Power Bi and Procurement.
What are the top questions asked in WNS Data Analyst interview?

Some of the top questions asked at the WNS Data Analyst interview -

  1. How do u make groups and how bins are different from gro...read more
  2. Why do you prefer power bi over tabl...read more
  3. How do you use Group By in Power Que...read more

Tell us how to improve this page.

WNS Data Analyst Interview Process

based on 11 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 10 WNS interviews
Campus Placement
Job Portal
Referral
WalkIn
30%
20%
20%
10%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Data Analyst Interview Questions from Similar Companies

View all
WNS Data Analyst Salary
based on 216 salaries
₹1 L/yr - ₹10 L/yr
5% less than the average Data Analyst Salary in India
View more details

WNS Data Analyst Reviews and Ratings

based on 34 reviews

3.2/5

Rating in categories

3.0

Skill development

3.5

Work-Life balance

3.0

Salary & Benefits

3.6

Job Security

3.2

Company culture

2.5

Promotions/Appraisal

3.0

Work Satisfaction

Explore 34 Reviews and Ratings
Senior Associate
11.5k salaries
unlock blur

₹0.8 L/yr - ₹7.7 L/yr

Associate
3.9k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Associate Lead
3k salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Assistant Manager
2.9k salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Senior Associate Operations
2.7k salaries
unlock blur

₹1.1 L/yr - ₹7.9 L/yr

Explore more salaries
Compare WNS with

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview