AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Premium Employer

i

This company page is being actively managed by WNS Team. If you also belong to the team, you can get access from here

WNS Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 13.2k Reviews

Play video Play video Video summary
  • About
  • Reviews
    13.2k
  • Salaries
    66k
  • Interviews
    1.1k
  • Jobs
    265
  • Benefits
    1.4k
  • Photos
    24
  • Posts
    5

Filter interviews by

WNS Analyst Interview Questions and Answers

Updated 18 Apr 2025

7 Interview questions

An Analyst was asked 2mo ago
Q. Given two strings s and t, return true if t is an anagram of s, and false otherwise.
Ans. 

An anagram is a word or phrase formed by rearranging the letters of another. This code checks if two strings are anagrams.

  • Convert both strings to lowercase to ensure case insensitivity. Example: 'Listen' and 'Silent'.

  • Remove any spaces or punctuation to focus only on the letters. Example: 'A gentleman' and 'Elegant man'.

  • Sort the characters of both strings and compare them. If they are identical, the strings are ana...

An Analyst was asked 2mo ago
Q. Write code to find a substring within a given string.
Ans. 

This code snippet demonstrates how to find a substring within a string using various programming languages.

  • In Python, use 'in' keyword: 'substring' in 'string'. Example: 'cat' in 'concatenate' returns True.

  • In Java, use 'contains()' method: 'string.contains(substring)'. Example: 'hello'.contains('ell') returns true.

  • In JavaScript, use 'includes()' method: 'string.includes(substring)'. Example: 'hello'.includes('lo')...

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
View answer (1)
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
View answers (3)
asked in Deutsche Bank
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
View answers (7)
asked in Goldman Sachs
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
View answer (1)
asked in Capgemini
Q5. What will be the output of the following pseudocode? #include Int ... read more
View answers (2)
View All
An Analyst was asked 7mo ago
Q. How many airplanes are flying in the sky right now?
Ans. 

It is impossible to accurately determine the exact number of airplanes flying in the sky at any given moment.

  • The number of airplanes in the sky constantly changes due to take-offs, landings, and flights being at different stages.

  • Factors such as time of day, weather conditions, and air traffic also affect the number of airplanes in the sky.

  • Air traffic control systems may provide estimates of the number of airplanes...

An Analyst was asked 7mo ago
Q. Write an SQL query to extract data from the given table.
Ans. 

Use SQL query to extract data from a given table

  • Use SELECT statement to retrieve data from the table

  • Specify the columns you want to retrieve after SELECT

  • Use FROM clause to specify the table name

  • Add conditions using WHERE clause if needed

  • Use ORDER BY clause to sort the results if necessary

An Analyst was asked 2mo ago
Q. What Is clustering , supervised learning
Ans. 

Clustering is an unsupervised learning technique that groups similar data points, while supervised learning uses labeled data for predictions.

  • Clustering: Groups data points based on similarity without predefined labels.

  • Example: Customer segmentation in marketing to identify distinct groups.

  • Supervised Learning: Involves training a model on labeled data to make predictions.

  • Example: Predicting house prices based on f...

An Analyst was asked 2mo ago
Q. Previous function
Ans. 

Discussing my previous role, I focused on data analysis, reporting, and strategic insights to drive business decisions.

  • Analyzed sales data to identify trends and improve forecasting accuracy.

  • Created dashboards for real-time performance tracking, enhancing decision-making.

  • Collaborated with cross-functional teams to streamline processes and reduce costs.

  • Presented findings to stakeholders, influencing key business st...

An Analyst was asked 2mo ago
Q. Above function in qlik
Ans. 

Qlik is a data visualization tool that enables users to create interactive dashboards and analyze data effectively.

  • Associative Model: Qlik's associative model allows users to explore data freely, making connections across different data sources.

  • Data Visualization: Qlik provides a variety of visualization options, such as charts, graphs, and tables, to represent data insights clearly.

  • Self-Service Analytics: Users c...

Are these interview questions helpful?

WNS Analyst Interview Experiences

22 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Shortlisted students were divided in group of 19

Round 2 - Case Study 

Selected students from gd got the call for case study round

Round 3 - One-on-one 

(5 Questions)

  • Q1. Questions were based on the case study and guesstimates
  • Add your answer
  • Q2. No. of aeroplane flying in the sky right now
  • Ans. 

    It is impossible to accurately determine the exact number of airplanes flying in the sky at any given moment.

    • The number of airplanes in the sky constantly changes due to take-offs, landings, and flights being at different stages.

    • Factors such as time of day, weather conditions, and air traffic also affect the number of airplanes in the sky.

    • Air traffic control systems may provide estimates of the number of airplanes in a...

  • Answered by AI
    Add your answer
  • Q3. How will u utilise 1 acre of land provided to u near ur college
  • Ans. 

    I would utilize the 1 acre of land near my college for creating a sustainable community garden.

    • Establishing vegetable and fruit gardens to promote healthy eating among students

    • Setting up a composting area to reduce waste and enrich the soil

    • Creating a space for outdoor classes and events to enhance learning and community engagement

  • Answered by AI
    Add your answer
  • Q4. How to start a starbuck franchisein ur town
  • Ans. 

    To start a Starbucks franchise in your town, you need to follow a specific process set by the company.

    • Contact Starbucks corporate office to inquire about franchise opportunities

    • Meet the financial requirements and submit a franchise application

    • Find a suitable location for the Starbucks store

    • Complete the required training and adhere to Starbucks' standards and guidelines

  • Answered by AI
    Add your answer
  • Q5. Sql extraction of the given table and data
  • Ans. 

    Use SQL query to extract data from a given table

    • Use SELECT statement to retrieve data from the table

    • Specify the columns you want to retrieve after SELECT

    • Use FROM clause to specify the table name

    • Add conditions using WHERE clause if needed

    • Use ORDER BY clause to sort the results if necessary

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare case study and guesstimates well.

Skills evaluated in this interview

Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Role of Media in the Age of Fake News

Round 2 - One-on-one 

(2 Questions)

  • Q1. Estimate the no. of active SIM cards in the Delhi-NCR Region
  • Add your answer
  • Q2. You are a consultant to Juice Manufacturer. A technology company has prepared a de-sugaring technology. Help the client decide if they should invest in the de-sugaring technology.
  • Ans. 

    Evaluate investment in de-sugaring technology for juice manufacturing based on market trends and health benefits.

    • Market Demand: Increasing consumer preference for low-sugar products can boost sales.

    • Health Trends: Aligns with health trends promoting reduced sugar intake, appealing to health-conscious consumers.

    • Competitive Advantage: Early adoption may provide a competitive edge over rivals who do not offer low-sugar opt...

  • Answered by AI
    Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Be honest and try to be genuine

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your name
  • Add your answer
  • Q2. What is your pet name
  • Ans. 

    My pet's name is Max, a playful golden retriever who loves to fetch and cuddle. He's a loyal companion and brings joy to my life.

    • Max is a golden retriever, known for their friendly and intelligent nature.

    • He enjoys playing fetch in the park and swimming in the lake.

    • Max has a quirky habit of chasing his tail when he's excited.

    • He loves to cuddle on the couch after a long day of play.

  • Answered by AI
    Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. What is your school
  • Add your answer
  • Q2. What is your school name
  • Ans. 

    I attended XYZ University, known for its strong emphasis on analytical skills and data-driven decision-making in various fields.

    • XYZ University offers a robust curriculum in data analysis and statistics.

    • The campus is equipped with state-of-the-art technology for research.

    • I participated in various projects that enhanced my analytical skills, such as a capstone project on market trends.

  • Answered by AI
    Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Explain your profile
  • Ans. 

    Detail-oriented analyst with expertise in data analysis, problem-solving, and strategic decision-making to drive business growth.

    • Strong background in data analysis using tools like Excel and SQL to extract insights.

    • Experience in creating visual reports that help stakeholders understand complex data.

    • Proficient in statistical analysis, having used R and Python for predictive modeling.

    • Worked on a project that improved ope...

  • Answered by AI
    Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2025

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What Is clustering , supervised learning
  • Ans. 

    Clustering is an unsupervised learning technique that groups similar data points, while supervised learning uses labeled data for predictions.

    • Clustering: Groups data points based on similarity without predefined labels.

    • Example: Customer segmentation in marketing to identify distinct groups.

    • Supervised Learning: Involves training a model on labeled data to make predictions.

    • Example: Predicting house prices based on featur...

  • Answered by AI
    Add your answer
  • Q2. Define describe function in Python
  • Ans. 

    The describe function in Python provides summary statistics of DataFrame columns in pandas.

    • Used in pandas library to summarize data: df.describe()

    • Returns count, mean, std, min, 25%, 50%, 75%, and max values.

    • Can be applied to numeric and categorical data.

    • Example: df.describe(include='all') shows stats for all data types.

  • Answered by AI
    Add your answer
  • Q3. Code for anagram
  • Add your answer
  • Q4. Code to find substring
  • Ans. 

    This code snippet demonstrates how to find a substring within a string using various programming languages.

    • In Python, use 'in' keyword: 'substring' in 'string'. Example: 'cat' in 'concatenate' returns True.

    • In Java, use 'contains()' method: 'string.contains(substring)'. Example: 'hello'.contains('ell') returns true.

    • In JavaScript, use 'includes()' method: 'string.includes(substring)'. Example: 'hello'.includes('lo') retu...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2024

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

I applied via Monster

Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy if you know basic maths..
  • Add your answer
  • Q2. How you can find company x valuation?
  • Ans. 

    Company x valuation can be found using various methods such as discounted cash flow, comparable company analysis, and precedent transactions.

    • Use discounted cash flow (DCF) method to estimate the present value of company x's future cash flows.

    • Conduct comparable company analysis by comparing company x's financial metrics to similar publicly traded companies.

    • Look at precedent transactions in the industry to see what simil...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - just be clam and stick to your ans....
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 5 interview rounds.

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 - HR 

(1 Question)

  • Q1. Basic Background Questions like Educatiin Qualification, Work Exp, and Introduction to the job & role
  • Add your answer
Round 3 - Aptitude Test 

Basic questions related to Maths, LR & English

Round 4 - Case Study 

3 Questions were given in the Assignment

1) Market Research on Insurance Sector
2) Financial Stability Assessment of a Company
3) Write up on an Innovative Technology

Round 5 - One-on-one 

(1 Question)

  • Q1. One on One with Reporting Manager where questiins related to the Case Study was asked along with generic Interview questions and Salary Negotiatiin
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

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

Percentage,time and work ,logical diagrams questions

Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

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

Numerical and qualitative mcqs were there

Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimate was asked
  • Add your answer
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

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

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical on data science, python, sql

Round 2 - One-on-one 

(4 Questions)

  • Q1. Basic question of projects
  • Add your answer
  • Q2. Market research case study
  • Add your answer
  • Q3. Machine learning and sql and python
  • Add your answer
  • Q4. Statistics question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics
Anonymous

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about WNS?
Ask anonymously on communities.
More about working at WNS
  • HQ - Mumbai, Maharashtra, India
  • BPO
  • 10k-50k Employees (India)
  • Food Processing

WNS Interview FAQs

How many rounds are there in WNS Analyst interview?
WNS interview process usually has 2-3 rounds. The most common rounds in the WNS interview process are Aptitude Test, One-on-one Round and HR.
How to prepare for WNS 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 Excel, SQL, Data Analysis, Communication Skills and Python.
What are the top questions asked in WNS Analyst interview?

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

  1. how will u utilise 1 acre of land provided to u near ur coll...read more
  2. You are a consultant to Juice Manufacturer. A technology company has prepared a...read more
  3. how to start a starbuck franchisein ur t...read more
How long is the WNS Analyst interview process?

The duration of WNS Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

WNS Interviews By Designations

  • WNS Senior Associate Interview Questions
  • WNS Associate Interview Questions
  • WNS Operations Associate Interview Questions
  • WNS Associate Lead Interview Questions
  • WNS Senior Associate Operations Interview Questions
  • WNS Assistant Manager Interview Questions
  • WNS Back Office Executive Interview Questions
  • WNS Analyst Interview Questions
  • Show more
  • WNS Process Associate Interview Questions
  • WNS Data Analyst Interview Questions

Interview Questions for Popular Designations

  • Consultant Interview Questions
  • Business Analyst Interview Questions
  • Associate Interview Questions
  • Accountant Interview Questions
  • Team Lead Interview Questions
  • Manager Interview Questions
  • Senior Analyst Interview Questions
  • Research Analyst Interview Questions
  • Show more
  • Specialist Interview Questions
  • Credit Analyst Interview Questions

Overall Interview Experience Rating

3.9/5

based on 21 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 63%
2-4 weeks 19%
4-6 weeks 6%
6-8 weeks 13%
View more

Analyst Interview Questions from Similar Companies

R1 RCM
R1 RCM Analyst Interview Questions
3.8
 • 64 Interviews
Teleperformance
Teleperformance Analyst Interview Questions
3.9
 • 38 Interviews
Infosys BPM
Infosys BPM Analyst Interview Questions
3.6
 • 10 Interviews
Firstsource Solutions
Firstsource Solutions Analyst Interview Questions
3.6
 • 9 Interviews
Concentrix Corporation
Concentrix Corporation Analyst Interview Questions
3.7
 • 5 Interviews
Provana
Provana Analyst Interview Questions
4.0
 • 5 Interviews
Conduent
Conduent Analyst Interview Questions
3.4
 • 4 Interviews
HGS
HGS Analyst Interview Questions
3.8
 • 3 Interviews
Alldigi Tech
Alldigi Tech Analyst Interview Questions
4.0
 • 3 Interviews
Sagility
Sagility Analyst Interview Questions
3.9
 • 2 Interviews
View all
WNS Analyst Salary
based on 933 salaries
₹4.8 L/yr - ₹10 L/yr
At par with the average Analyst Salary in India
View more details

WNS Analyst Reviews and Ratings

based on 166 reviews

3.3/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

2.9

Salary

3.7

Job security

3.2

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 166 Reviews and Ratings
Analyst Jobs at WNS
WNS
Analyst - RNA

Bangalore / Bengaluru,

Bangalaore

3-5 Yrs

₹ 2.3-12.3 LPA

WNS
IMMEDIATE JOINER II Analyst - Cash App II UK Shift

Pune

1-5 Yrs

₹ 2.9-7.2 LPA

Explore more jobs
WNS Salaries in India
Senior Associate
14.2k salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Associate
5.7k salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Associate Lead
3.5k salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Senior Associate Operations
3.1k salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare WNS with
Teleperformance

Teleperformance

3.9
Compare
Concentrix Corporation

Concentrix Corporation

3.7
Compare
iEnergizer

iEnergizer

4.7
Compare
Infosys BPM

Infosys BPM

3.6
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • WNS Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter