Upload Button Icon Add office photos
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

Filter interviews by

WNS Interview Questions and Answers

Updated 30 Jun 2025
Popular Designations

247 Interview questions

An Operations Associate was asked 1mo ago
Q. What do you know about the process?
Ans. 

The process involves coordinating operations to ensure efficiency and effectiveness in achieving organizational goals.

  • Understanding workflow: Analyzing how tasks move through the organization to identify bottlenecks.

  • Resource management: Ensuring that materials and personnel are allocated efficiently, like scheduling staff based on peak hours.

  • Data analysis: Using metrics to assess performance, such as tracking orde...

View all Operations Associate interview questions
An Assistant Manager was asked 1mo ago
Q. Please describe yourself.
Ans. 

Dynamic professional with a strong background in management, dedicated to driving team success and achieving organizational goals.

  • Over 5 years of experience in team leadership, successfully managing projects that increased efficiency by 20%.

  • Skilled in conflict resolution, having mediated disputes that resulted in improved team collaboration.

  • Proficient in data analysis, using metrics to inform decision-making and e...

View all Assistant Manager interview questions
A Process Associate was asked 1mo ago
Q. Write an email to the customer regarding the refund status of their ticket.
Ans. 

This email informs the customer about the status of their refund request for a ticket, ensuring clarity and transparency.

  • Subject Line: Use a clear subject line like 'Update on Your Refund Request'.

  • Greeting: Start with a polite greeting, e.g., 'Dear [Customer's Name],'.

  • Refund Status: Clearly state the current status of the refund, e.g., 'We are processing your refund request and it should be completed within 5-7 bu...

View all Process Associate interview questions
A Senior Associate was asked 2mo ago
Q. What is secondary data research?
Ans. 

Secondary data research involves analyzing existing data collected for other purposes to derive new insights.

  • Cost-Effective: Secondary data research is often less expensive than primary research since it utilizes data that has already been collected.

  • Time-Saving: Researchers can quickly access and analyze existing data rather than spending time on data collection.

  • Diverse Sources: Data can be sourced from various pl...

View all Senior Associate interview questions
A Senior Associate was asked 2mo ago
Q. What is Salesforce data?
Ans. 

Salesforce data refers to the information stored within the Salesforce platform, used for managing customer relationships and sales processes.

  • Customer Information: Salesforce data includes detailed records of customers, such as contact details, purchase history, and preferences.

  • Sales Opportunities: Data on potential sales deals, including stages, values, and expected close dates, helps sales teams prioritize effor...

View all Senior Associate interview questions
A Senior Group Manager was asked 2mo ago
Q. What scenario-based questions were you asked during the interview?
Ans. 

Scenario-based questions assess problem-solving and leadership skills in real-world situations.

  • Describe a time you managed a team through a crisis, detailing your approach and the outcome.

  • Explain how you would handle a conflict between team members, providing a specific example.

  • Discuss a scenario where you had to implement a significant change in your department. What steps did you take?

  • Share an experience where y...

View all Senior Group Manager interview questions
A Senior Group Manager was asked 2mo ago
Q. What types of scenario-based questions were asked during the interview?
Ans. 

The interview included scenario-based questions to assess leadership and problem-solving skills.

  • Describe a time when you had to manage a conflict within your team. How did you resolve it?

  • Explain a situation where you had to make a tough decision with limited information.

  • Share an example of how you handled a project that was falling behind schedule.

View all Senior Group Manager interview questions
Are these interview questions helpful?
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')...

View all Analyst 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...

View all Analyst interview questions
A Senior Devops Engineer was asked 2mo ago
Q. What is your experience with core services of cloud computing platforms such as Azure and AWS, including how they operate and their similarities?
Ans. 

Experienced in AWS and Azure core services, focusing on their operations, similarities, and practical applications.

  • Both AWS and Azure offer Infrastructure as a Service (IaaS) and Platform as a Service (PaaS) solutions.

  • AWS EC2 and Azure Virtual Machines provide scalable compute resources.

  • AWS S3 and Azure Blob Storage are used for object storage with similar APIs.

  • Both platforms support container orchestration with A...

View all Senior Devops Engineer interview questions

WNS Interview Experiences

1.1k interviews found

Power BI Developer Interview Questions & Answers

user image ER.Ankit Agarwal

posted on 20 Oct 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Difference between sum and SUMX
  • Ans. 

    SUM calculates the sum of a column or expression, while SUMX calculates the sum of an expression evaluated for each row in a table.

    • SUM is used to calculate the sum of a column or expression in Power BI.

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

    • SUM is typically used with columns, while SUMX is used with tables or filtered tables.

    • SUMX can be used to perform more complex calculat...

  • Answered by AI
  • Q2. Define ROS in power BI
  • Ans. 

    ROS stands for Return on Sales in Power BI.

    • ROS is a financial metric used to measure the profitability of a company.

    • It is calculated by dividing the net income by the total revenue.

    • ROS is expressed as a percentage and is used to evaluate a company's efficiency in generating profits.

    • For example, if a company has a net income of $100,000 and total revenue of $1,000,000, the ROS would be 10%.

  • Answered by AI
  • Q3. Define interaction mode in power bi
  • Ans. 

    Interaction mode in Power BI allows users to interact with visualizations and explore data in a more dynamic way.

    • Interaction mode can be accessed by clicking on the 'Focus mode' button in the top right corner of a visualization.

    • In interaction mode, users can hover over data points to see more information, filter data, and drill down into details.

    • Users can also use the 'Selection pane' to show or hide specific visualiza...

  • Answered by AI
  • Q4. Define different type of filters available in power bi
  • Ans. 

    Power BI has various types of filters such as visual, page, report, drill-through, and slicer filters.

    • Visual filters apply to a single visual or chart.

    • Page filters apply to all visuals on a single page.

    • Report filters apply to all visuals in a report.

    • Drill-through filters allow users to navigate to more detailed data.

    • Slicer filters allow users to filter data across multiple visuals.

  • Answered by AI
  • Q5. Define schema for n power bi
  • Ans. 

    Schema for n Power BI is the structure of the data model used to organize and connect data sources.

    • Schema defines the relationships between tables, columns, and measures.

    • It helps in creating a logical model of the data.

    • Schema can be created using Power BI Desktop or Power BI Service.

    • Example: A schema for sales data may include tables for customers, products, and sales transactions.

    • Schema can also include calculated col...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about power bi and sql which will give you more chance to clear

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Components of Power Bi
  • Ans. 

    Power BI consists of various components that facilitate data visualization, analysis, and sharing insights effectively.

    • Power BI Desktop: A Windows application for creating reports and dashboards.

    • Power BI Service: A cloud-based service for sharing and collaborating on reports.

    • Power BI Mobile: Mobile apps for accessing reports on smartphones and tablets.

    • Power Query: A data connection technology for importing and transfor...

  • Answered by AI
  • Q2. What is Data Modelling, how to model data in Power Bi
  • Ans. 

    Data modeling in Power BI involves structuring data to create meaningful insights and relationships for effective reporting.

    • Star Schema: A common modeling technique where a central fact table is connected to multiple dimension tables, e.g., sales data linked to product and customer dimensions.

    • Relationships: Establishing relationships between tables using primary and foreign keys, such as linking a 'CustomerID' in a sal...

  • Answered by AI
  • Q3. Types of RLS in Power Bi
  • Ans. 

    RLS in Power BI restricts data access based on user roles, enhancing security and data privacy.

    • Row-Level Security (RLS) can be implemented using DAX filters to restrict data access.

    • There are two types of RLS: Static RLS and Dynamic RLS.

    • Static RLS involves defining roles and permissions manually, e.g., a role for 'Sales Managers' to see only their region's data.

    • Dynamic RLS uses user attributes to filter data automatical...

  • Answered by AI
  • Q4. Create following measures using sample excel dataset Measures you need to create : QC% = QC Vol./Received Vol. Internal Error% = Internal Error/QC Vol. Internal Accuracy % = 1-SUM(Internal Error/QC Vol.) E...
  • Ans. 

    Create a Power BI dashboard using measures and data from an Excel dataset to visualize QC and error metrics.

    • Measures Creation: Calculate QC%, Internal Error%, and External Error% using DAX formulas based on the provided dataset.

    • Dropdowns: Implement slicers for month and process to filter data dynamically on the dashboard.

    • Card Visuals: Use card visuals to display key metrics like QC%, Internal Error%, and Internal Accur...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round will be all abt your past exp. 2nd Round will be all abt power bi functions & features (DAX & Data Refresh, Incremental Refresh) 3rd Round will be Practical round and you will be asked to create a Dashboard.

Associate Interview Questions & Answers

user image Anonymous

posted on 8 Mar 2025

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

I appeared for an interview in Feb 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Resume shortlisting
  • Q2. Asks for the self introduction.
Round 2 - Typing Test 

(1 Question)

  • Q1. Should type at the speed of 25 and the accuracy of 95 i guess..
Round 3 - Video Call 

(1 Question)

  • Q1. You have to pass this test by gaining 40 marks minimum
Round 4 - Assignment 

You gonna have the assessment of 100 questions.
50 questions are logical reasoning and 50 questions are the personal test.

Round 5 - Behavioral 

(1 Question)

  • Q1. Introduce yourself confidently then the manager gonna ask a few questions from your resume. Then speak fluently in English confidently. From here, he gonna ask his questions. Whatever the question or topic...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction and brief explanation about privious work
Round 2 - Technical 

(2 Questions)

  • Q1. About privious process and company
  • Q2. What is saction, types of saction, what ia pep, meaning of reg flag, about cip, edd, saction country
  • Ans. 

    Sactions are penalties imposed on individuals or entities for violating laws or regulations. PEP refers to politically exposed persons. Red flags indicate potential suspicious activity. CIP stands for customer identification program. EDD is enhanced due diligence.

    • Sanctions are penalties imposed on individuals or entities for violating laws or regulations

    • Types of sanctions include financial sanctions, trade sanctions, a...

  • Answered by AI
Round 3 - Aptitude Test 

Relationship, reasoning and apti

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answer
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

I have given 4 rounds of WNS and was selected. They congratulated me for being selected and then asked me the documents. But later HR and Interviewer both stopped picking my call and then told me after 15-20 days we are putting you on hold and not proceeding with your application

Round 2 - Technical 

(1 Question)

  • Q1. Why you are taking less salary
  • Ans. 

    Taking less salary to gain valuable experience and opportunities for growth.

    • Prioritizing career development over immediate financial gain

    • Opportunity to work with a reputable company or industry leader

    • Chance to learn new skills and expand professional network

    • Potential for advancement and higher salary in the future

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why are you leaving your current job
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to further develop my skills and knowledge

    • Interested in exploring new opportunities for career advancement

    • Seeking a more dynamic work environment with greater potential for growth

  • Answered by AI
  • Q2. NA
Round 4 - HR 

(1 Question)

  • Q1. Why are you not satisfied by your current job
  • Ans. 

    Lack of growth opportunities and challenging projects in current role.

    • Limited opportunities for advancement within the company

    • Not being challenged enough in daily tasks

    • Seeking a role with more responsibility and impact

    • Desire to work on more complex projects to further develop skills

  • Answered by AI

Apprentice Interview Questions & Answers

user image Anonymous

posted on 6 Mar 2025

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

(2 Questions)

  • Q1. Self intro and family background
  • Q2. Communication skills, any general topic
Round 2 - One-on-one 

(1 Question)

  • Q1. About Excel and typing speed
Round 3 - Technical 

(1 Question)

  • Q1. Explaining about company and CTC
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(5 Questions)

  • Q1. Implemented Human Resources Dashboard ( Recruitment Events and Budget) and streamlined HRMS to ensure organizational compliance and efficiency.
  • Q2. Health insurance
  • Q3. General Insurance
  • Q4. Customer insurance
  • Q5. Cusomer support advisor (Non Voice)
Round 2 - Coding Test 

Life insurance - this type of life insurance provide you with the opportunity to protect yourself and your family from personal risk exposures like repayment of debts after death proving for surviving spouse and children.

Round 3 - Coding Test 

Health care insurance - healthcare include necessary medical aids, medical examinations, medical treatment, medical diagnoses, medical service that help individual achieve an optmal states of well-being any setting or stage in human life cycle.

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

Interview Preparation Tips

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

Skills evaluated in this interview

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

I appeared for an interview in Jan 2025.

Round 1 - HR 

(5 Questions)

  • Q1. Where do you see yourself in 5year
  • Ans. 

    In 5 years, I see myself as a seasoned Quality Analyst leading a team of professionals, implementing innovative quality assurance strategies.

    • Leading a team of QA professionals

    • Implementing innovative QA strategies

    • Continuing professional development in QA

    • Contributing to the overall success of the organization

  • Answered by AI
  • Q2. What is the salary expectation
  • Ans. 

    My salary expectations are in line with industry standards for a Quality Analyst position.

    • Research industry standards for Quality Analyst salaries

    • Consider my level of experience and qualifications

    • Factor in the location and size of the company

    • Be open to negotiation based on benefits package

  • Answered by AI
  • Q3. What should we hire you
  • Ans. 

    I have a strong attention to detail, excellent analytical skills, and a passion for ensuring high quality standards are met.

    • I have experience in conducting thorough quality assurance testing to identify issues and improve processes.

    • I am skilled in creating test plans, test cases, and test scripts to ensure comprehensive testing coverage.

    • I have a track record of collaborating with cross-functional teams to address quali...

  • Answered by AI
  • Q4. What is your strength and weakness
  • Ans. 

    My strength is attention to detail and my weakness is being overly critical of my own work.

    • Strength: Attention to detail helps me catch errors and ensure high quality work.

    • Weakness: Being overly critical can sometimes slow down my progress and lead to self-doubt.

    • Strength: I consistently receive positive feedback on my thoroughness and accuracy in quality analysis.

    • Weakness: I am working on finding a balance between stri...

  • Answered by AI
  • Q5. Tell me about yourself
  • Ans. 

    m self Am Ashwini Devanpally Am from Nizamabad Distich i have completed my graduation BSc (B.Z.c) in Nalanda degree women's collage in Nizamabad in the year of 2021 I don’t have personal experiences but I am great at helping with yours—whether that’s career advice, problem-solving, or just making your day a little easier. I can process tons of information quickly, and different topics ,of improve the more knowledge

  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - update the resume and online profile and the social media platform leverage job boards career wedsites

Maintenance Engineer Interview Questions & Answers

user image Pradeep vaijanath suryawanshi

posted on 24 Nov 2024

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

I applied via Naukri.com

Round 1 - Technical 

(3 Questions)

  • Q1. UPS regarding Questions
  • Q2. Types of maintenance and how to Face
  • Ans. 

    Types of maintenance include preventive, predictive, corrective, and proactive maintenance. Each type requires different strategies to effectively manage and address maintenance issues.

    • Preventive maintenance involves regularly scheduled inspections and tasks to prevent breakdowns (e.g. changing air filters in HVAC systems)

    • Predictive maintenance uses data and analytics to predict when equipment will fail and schedule ma...

  • Answered by AI
  • Q3. Circuit Breaker,SLD diagram, Battery, Transformer,DG maintenance
Round 2 - HR 

(2 Questions)

  • Q1. Introduction, Education, Educational Projects, Family Background,
  • Q2. Salary expections
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a detail-oriented Operations Associate with experience in managing daily operations and optimizing processes.

    • Experienced in coordinating logistics for shipments and deliveries

    • Skilled in analyzing data to identify areas for improvement

    • Proficient in using project management tools such as Trello and Asana

  • Answered by AI
  • Q2. WHy you want to join WNS
  • Ans. 

    I want to join WNS because of its reputation for providing excellent career growth opportunities and a dynamic work environment.

    • WNS has a strong reputation in the industry for providing excellent career growth opportunities.

    • I am impressed by the company's commitment to innovation and technology.

    • I believe that WNS's dynamic work environment will allow me to learn and grow professionally.

    • I am excited about the prospect o...

  • Answered by AI
  • Q3. Salary Expectation
  • Q4. WHen will you join?
  • Ans. 

    I am available to start immediately.

    • I can start as soon as possible.

    • I am ready to join within a week.

    • My availability to start is flexible.

    • I can start once the necessary paperwork is completed.

  • Answered by AI
  • Q5. If you join how much do you serve here ?
  • Ans. 

    As an Operations Associate, I will serve full-time in this role.

    • I will be expected to work 40 hours per week, Monday through Friday.

    • I will be responsible for managing daily operations, coordinating logistics, and supporting the team.

    • I will participate in meetings, collaborate with colleagues, and contribute to the overall success of the organization.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - HR round hota hai....salary jyada expect kiya toh agale round mein nahi bulate hai..... Jo salary company offer kr rahi hai usme khush ho toh they can proceed you for necx=xt round of typing.... They give you 3 chances of typing approximate 25 wpm 100 % accuracy chaiye....Then aapko ek baar aur typing test keliye bulate hai.... yske baad online aptitude, unke kuch process wale online test deneke liye bolte hai.... Sab clear krne ke badd.... documentation aur aapki joining hoti hai.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about WNS?
Ask anonymously on communities.

WNS Interview FAQs

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

Some of the top questions asked at the WNS interview -

  1. What is journal entries? What is cash allotment? What is differance between PO ...read more
  2. what is money launderi...read more
  3. 4. Show linking between Income Statement, Balance sheet and cash flow statement...read more
What are the most common questions asked in WNS HR round?

The most common HR questions asked in WNS interview are -

  1. What are your salary expectatio...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your strengths and weakness...read more
How long is the WNS interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 887 interview experiences

Difficulty level

Easy 25%
Moderate 68%
Hard 7%

Duration

Less than 2 weeks 76%
2-4 weeks 17%
4-6 weeks 3%
6-8 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.9k Interviews
Infosys BPM Interview Questions
3.6
 • 1k Interviews
iEnergizer Interview Questions
4.7
 • 768 Interviews
Omega Healthcare Interview Questions
3.7
 • 476 Interviews
R1 RCM Interview Questions
3.8
 • 312 Interviews
HGS Interview Questions
3.8
 • 251 Interviews
Alldigi Tech Interview Questions
4.0
 • 217 Interviews
View all

WNS Reviews and Ratings

based on 13.1k reviews

3.3/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

2.9

Salary

3.6

Job security

3.1

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 13.1k Reviews and Ratings
Voice Associate

Pune

1-3 Yrs

₹ 2.5-4 LPA

Senior Group Manager - Process Training

Visakhapatnam

4-8 Yrs

Not Disclosed

Associate R &A

Nashik

0-1 Yrs

₹ 1.2-5 LPA

Explore more jobs
Senior Associate
14.1k salaries
unlock blur

₹0.8 L/yr - ₹9.4 L/yr

Associate
5.6k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Associate Lead
3.4k salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹4 L/yr - ₹16.6 L/yr

Senior Associate Operations
2.9k salaries
unlock blur

₹1.1 L/yr - ₹8.1 L/yr

Explore more salaries
Compare WNS with

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

4.7
Compare

Infosys BPM

3.6
Compare
write
Share an Interview