Upload Button Icon Add office photos

Filter interviews by

WNS Vuram Interview Questions and Answers for Experienced

Updated 20 Jul 2024

WNS Vuram Interview Experiences for Experienced

Popular Designations

2 interviews found

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

General Aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops define?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes.

    • Encapsulation: bundling data with methods that operate on that data

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Difference between inheritance and polymorphism
  • Ans. 

    Inheritance is the mechanism by which a class can inherit properties and behavior from another class, while polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance promotes code reusability a...

  • Answered by AI

Associate Technical Consultant Interview Questions asked at other Companies

Q1. Which one is better to store data, Excel or Relation Database System?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

A question was given about a application and we had to write the test case for it.

Round 2 - Technical 

(1 Question)

  • Q1. Qa testing related questions like what is regression, retest, smoke testing and few scenarios based questions was asked Scenario based questions is - Write test case for Gmail and Flipkart application

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Interview questions from similar companies

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

(1 Question)

  • Q1. What is server and abap server
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. ABAP server is a server that runs ABAP programs.

    • A server is a computer or software that provides services or resources to other computers or programs.

    • ABAP server is a server that runs ABAP (Advanced Business Application Programming) programs, commonly used in SAP systems.

    • ABAP server handles requests from clients and executes A...

  • Answered by AI

Skills evaluated in this interview

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

Errors resolving , some theory

Round 2 - Coding Test 

Test case satisfy in hacker earth

Round 3 - Technical 

(2 Questions)

  • Q1. String reverse code in any language
  • Ans. 

    Reverse a string in any programming language

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q2. Describe yourself in 2 minutes
Round 4 - HR 

(1 Question)

  • Q1. Describe yourself, attitude checking, interest checking coding part checking

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask your all questions freely to HR otherwise you regret it in the future

Skills evaluated in this interview

Data engi Interview Questions & Answers

Coditas Technologies user image Anonymous

posted on 11 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic coding and conceptual python and Spark questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to past job experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. Advance data strategies, data architecture and past job experience

Interview Preparation Tips

Topics to prepare for Coditas Technologies Data engi interview:
  • Python
  • Spark
  • AWS
  • numpy
  • pandas
Interview preparation tips for other job seekers - Prepare well for coding and conceptual questions.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude test was easy level and moderate level.

Round 2 - Coding Test 

Coding test was held in the google form which was very easy.

Round 3 - Technical 

(3 Questions)

  • Q1. What is volatile keyword?
  • Ans. 

    The volatile keyword in software engineering is used to indicate that a variable's value can be modified by multiple threads.

    • Volatile keyword ensures that the variable's value is always read from and written to the main memory, rather than cached in a thread's local cache.

    • It is used to prevent unexpected behavior in multi-threaded environments where multiple threads may access and modify the same variable simultaneousl...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is meant to be subclassed.

    • An abstract class can have abstract methods that must be implemented by its subclasses.

    • An abstract class can also have non-abstract methods that can be inherited by its subclasses.

    • An abstract class provides a common interface for its subclasses.

    • An abstract class can have instance variables and constructors.

    • An abstract class cannot be...

  • Answered by AI
  • Q3. Where do you use abstract class
  • Ans. 

    Abstract classes are used to provide a common interface and partial implementation for related classes.

    • Abstract classes are used when you want to create a base class that cannot be instantiated on its own but can be inherited by other classes.

    • They are useful when you want to define common methods and properties that multiple related classes should have.

    • Abstract classes can have both abstract and non-abstract methods.

    • Ab...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Just focus on sql and leetcode
  • Q2. What is joins in sql
  • Ans. 

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

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q3. Reverse the array
  • Ans. 

    Reverse the array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Use built-in array methods like reverse() or spread operator for a more concise solution

    • Ensure to handle edge cases like empty array or array with only one element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just foucs on dsa , sql and leetcode

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Rating compliment the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for the interview here pretty petty place immature audience would turn up for interview and it would look like a forced interview.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Regarding language and salary discussion
Round 2 - Technical 

(1 Question)

  • Q1. Core java and spring boot ,data base question
Round 3 - HR 

(1 Question)

  • Q1. Previous company details

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge about spring boot jsp and java script
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 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 - One-on-one 

(3 Questions)

  • Q1. Discussion on Interview and process .
  • Q2. Recruitment Experience Questions
  • Q3. Proactive member and energitic
Round 3 - HR 

(2 Questions)

  • Q1. Recruitment Case for creativity
  • Q2. Salary Discussion and Joining

Interview Preparation Tips

Topics to prepare for Betsol Talent Acquisition Specialist interview:
  • Recruitment Basic
  • Kinds of Recruitment
Interview preparation tips for other job seekers - Good place to work and grow for members looking for learning and growing .

WNS Vuram Interview FAQs

How many rounds are there in WNS Vuram interview for experienced candidates?
WNS Vuram interview process for experienced candidates usually has 2 rounds. The most common rounds in the WNS Vuram interview process for experienced candidates are Aptitude Test and Technical.
What are the top questions asked in WNS Vuram interview for experienced candidates?

Some of the top questions asked at the WNS Vuram interview for experienced candidates -

  1. Difference between inheritance and polymorph...read more
  2. What is oops defi...read more
  3. Is this the second technical round focused on the my proje...read more
How long is the WNS Vuram interview process?

The duration of WNS Vuram interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

People are getting interviews through

based on 1 WNS Vuram interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
View all

WNS Vuram Reviews and Ratings

based on 20 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-Life balance

2.6

Salary & Benefits

3.9

Job Security

3.8

Company culture

2.8

Promotions/Appraisal

3.5

Work Satisfaction

Explore 20 Reviews and Ratings
Technical Consultant
66 salaries
unlock blur

₹4.7 L/yr - ₹11 L/yr

Associate Technical Consultant
44 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Senior Technical Consultant
22 salaries
unlock blur

₹4.9 L/yr - ₹19.1 L/yr

Quality Engineer
11 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Associate Quality Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Explore more salaries
Compare WNS Vuram with

Infosys

3.7
Compare

TCS

3.7
Compare

HCLTech

3.6
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