Upload Button Icon Add office photos

WNS

Compare button icon Compare button icon Compare

Filter interviews by

WNS Senior Software Engineer Testing Interview Questions and Answers

Updated 1 Mar 2024

WNS Senior Software Engineer Testing Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Regarding IFRS17 details it was all about it.

Interview questions from similar companies

I applied via Job Portal and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple and easy questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic testing related concepts
Round 3 - Technical 

(1 Question)

  • Q1. Related project and scenario based questions
Round 4 - HR 

(5 Questions)

  • Q1. Share details of your previous job.
  • Q2. What is your family background?
  • Q3. What are your salary expectations?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Experience , but interview process is too slow
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Aptitude Test 

Testing and behavioral questions

Round 2 - Technical 

(1 Question)

  • Q1. Automation technical questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round, project and previous organization experience
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to basis of manual testing
  • Q2. STLC and testing basis
Round 2 - Technical 

(1 Question)

  • Q1. Related to Automation testing
Round 3 - HR 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi i have recently attended the interview for Test Engineer position and after clearing all the levels HR round also the HR said me i got selected. After multiple calls and they dont even give proper feed back to the candidates. they simply cut the call and say lame excuses and reject the candidates . Worst recruiting team of HR they just take interviews for time pass and reject. And the management is also too worst and dont spoil ur time by going and dont join also.. very worst management and no proper feed back and waste HR's ever seen.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Jeneral knowledge questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is datatype
  • Ans. 

    Datatype is a classification of data which tells the compiler or interpreter how the programmer intends to use the data.

    • Datatypes specify the type of data that a variable can hold.

    • Examples of datatypes include integers, floating-point numbers, characters, and strings.

    • In programming languages like Java, C++, and Python, datatypes are used to define variables and functions.

  • Answered by AI
  • Q2. Date Types different types
  • Ans. 

    Date types refer to different ways dates can be represented in software.

    • Date

    • Time

    • DateTime

    • Timestamp

    • Interval

  • Answered by AI
  • Q3. Statement of DDL, DML, DQL.
  • Ans. 

    DDL stands for Data Definition Language, DML stands for Data Manipulation Language, and DQL stands for Data Query Language.

    • DDL is used to define the structure of database objects like tables, indexes, etc. Example: CREATE TABLE.

    • DML is used to manipulate data in the database like inserting, updating, deleting records. Example: INSERT INTO.

    • DQL is used to retrieve data from the database using queries. Example: SELECT * FR

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you giving me this opportunity. My name is nagurbi.i have coplited my degree Bsc computers in chakradhar degree college in macherla. My father name is Dastagiri and mother name is mastanbi.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Good got to know more about technology
  • Q2. Introduction, project

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Mostly ask about the banking domain questions related to the profile..as I worked in banking project in my last project.
  • Q2. Questions asked from my resume which skills I put asked about that. Deeply ask about last projects and work methodologies of it. Banking questions in deep about the functioning in my last projects
  • Q3. ACH payment, Nacha, delinquency, type of defaulters, test plan creation, components of test plan, test approach document. Entry and exit criteria in test plan. Card authorization cycle, Stlc.

Interview Preparation Tips

General Tips: Ask some basic questions about myself and salary negotiation.
Skills: Communication, Problem Solving, Analytical Skills, Time Management, Decision Making Skills
Duration: <1 week
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference sanity and smoke testing?
  • Ans. 

    Sanity testing is a narrow and deep testing to ensure that the most crucial functionalities work correctly, while smoke testing is a broad and shallow testing to check if the software build is stable enough for further testing.

    • Sanity testing focuses on specific areas of functionality, while smoke testing covers a wide range of functionalities.

    • Sanity testing is usually performed after a minor change in code, while smoke...

  • Answered by AI
  • Q2. What are the locators used to identify the web elements?
  • Ans. 

    Locators like ID, class name, XPath, CSS selector, etc. are used to identify web elements.

    • ID - unique identifier for an element

    • Class name - name of the class assigned to an element

    • XPath - path to the element in the XML structure of the page

    • CSS selector - selector based on CSS attributes of the element

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

(2 Questions)

  • Q1. Explain about roles n responsibilities in my current project.
  • Q2. Explain about the framework used in our projects.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Project explanation
Round 2 - Technical 

(1 Question)

  • Q1. Selenium theory questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 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 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

WNS Interview FAQs

How many rounds are there in WNS Senior Software Engineer Testing interview?
WNS interview process usually has 1 rounds. The most common rounds in the WNS interview process are One-on-one Round.

Tell us how to improve this page.

WNS Senior Software Engineer Testing Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Senior Associate
11.7k salaries
unlock blur

₹1 L/yr - ₹9 L/yr

Associate
4k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Associate Lead
3.2k salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Assistant Manager
2.9k salaries
unlock blur

₹5 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.6
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview