Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Software Tester Interview Questions and Answers

Updated 10 Feb 2024

Virtusa Consulting Services Software Tester Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Core java regular interview questions Diff bet final,finally,finilize, oops concept, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - it is a good company

I applied via Naukri.com and was interviewed in Apr 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 - Aptitude Test 

General Knowledge

Round 3 - Technical 

(1 Question)

  • Q1. 1 . Tell about yourself? 2. Why should you be hired for this intership? 3. What are your strengths and weaknesses? 4. Why do you want to intern at our company? 5. Why do you want this job? 6. What are you...
  • Ans. 

    I am a dedicated and detail-oriented software tester with a passion for ensuring the quality of software products.

    • I have a strong understanding of software testing methodologies and techniques.

    • I am skilled in creating and executing test cases to identify and report software defects.

    • I have experience in both manual and automated testing.

    • I am proficient in using testing tools and technologies such as Selenium and JUnit.

    • I...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself brief
  • Ans. 

    I am a software tester with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and test scripts.

    • Proficient in using testing tools such as Selenium and JUnit.

    • Strong knowledge of software development life cycle (SDLC) and testing methodologies.

    • Excellent problem-solving and analytical skills.

    • Effective communication and collaboration with cross-functional teams.

    • Example: Su...

  • Answered by AI
  • Q2. What your excepting your salary
  • Ans. 

    I am expecting a competitive salary based on my experience and skills.

    • I have extensive experience in software testing and have acquired valuable skills in various testing methodologies and tools.

    • I have a proven track record of delivering high-quality results and meeting project deadlines.

    • I have researched the market rates for software testers in this region and industry, and I believe my skills and experience justify a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - While every job search experience is different. its helpful to hear from others who are in or have been in the same boat as you.

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

Software Tester Interview Questions & Answers

_VOIS user image Bidur Choudhary

posted on 27 Sep 2024

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic interview questions a
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about ensuring high-quality software and enjoy the challenge of finding bugs and improving user experience.

    • Passionate about ensuring high-quality software

    • Enjoy the challenge of finding bugs

    • Want to improve user experience

    • Excited about the opportunity to work in a dynamic and innovative team

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Test cases questions
  • Q2. Python questins

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Software Tester Interview Questions & Answers

UST user image Johnson K Jose

posted on 5 Jun 2024

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

(1 Question)

  • Q1. Regarding automotive technology
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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 - Technical 

(4 Questions)

  • Q1. Explain your framework
  • Ans. 

    Our framework is a hybrid framework that combines data-driven and keyword-driven approaches.

    • Our framework uses Excel sheets to store test data and test cases.

    • We have created custom keywords that can be used to perform specific actions.

    • We use Selenium WebDriver for web application testing and Appium for mobile application testing.

    • Our framework generates detailed HTML reports after each test run.

    • We have implemented a ret...

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together in a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms or have multiple behaviors.

    • Example: A car is an object that ...

  • Answered by AI
  • Q3. Collection in java
  • Ans. 

    Collection is a framework in Java that provides an architecture to store and manipulate a group of objects.

    • Collection is an interface that extends Iterable interface

    • List, Set, and Queue are the main subinterfaces of Collection

    • ArrayList, LinkedList, HashSet, and TreeSet are some of the classes that implement Collection

    • Collections class provides various utility methods to operate on Collection objects

  • Answered by AI
  • Q4. Java 8 features

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Introduction current project framework java core selenium etc
Round 3 - Technical 

(1 Question)

  • Q1. Introduction current project framework core java version control CI/CD selenium etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location LWD etc

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your knowledge polished because interviewer ask from very basic to the current scenario.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What experience do I have with certain type of servers and operating systems
  • Ans. 

    I have experience with various servers and operating systems.

    • I have worked with Windows Server 2016 and 2019.

    • I am familiar with Linux distributions such as Ubuntu and CentOS.

    • I have experience with virtualization technologies like VMware and Hyper-V.

    • I have worked with cloud platforms like AWS and Azure.

    • I have knowledge of server administration and troubleshooting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident for what you stand for.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets the specified requirements and functions correctly.

    • Software testing is essential for identifying defects and ensuring the quality of the software.

    • It involves designing test cases, executing them, and comparing the actual results with expected results.

    • Different types of testing include functional testing, performance testing, securit...

  • Answered by AI
  • Q2. Software test main purpose
  • Ans. 

    The main purpose of software testing is to identify defects and ensure that the software meets the requirements and is of high quality.

    • Identify defects and errors in the software

    • Ensure that the software meets the specified requirements

    • Ensure that the software is of high quality and performs as expected

    • Improve the overall user experience

    • Reduce the risk of software failure and downtime

    • Increase customer satisfaction and t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pls advice

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Dec 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Types of testing?
  • Ans. 

    Types of testing include functional, performance, security, usability, and regression testing.

    • Functional testing ensures that the software meets the specified requirements.

    • Performance testing checks the system's response time and scalability.

    • Security testing identifies vulnerabilities and ensures data protection.

    • Usability testing evaluates the user-friendliness of the software.

    • Regression testing verifies that changes o

  • Answered by AI
  • Q2. Explain the Smoke testing,Sanity testing with an examples?
  • Ans. 

    Smoke testing and Sanity testing are two types of software testing used to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs have been fixed or not after a new build is released.

    • Smoke testing is done to ensure that the application ...

  • Answered by AI
  • Q3. What is Retesting?
  • Ans. 

    Retesting is the process of testing a previously failed test case after the defects have been fixed.

    • Retesting is done to ensure that the defects have been fixed and the software is working as expected.

    • It is usually done after regression testing.

    • Retesting can be done manually or through automation.

    • Examples of scenarios that require retesting include fixing a bug, adding new functionality, or changing the environment.

    • Ret...

  • Answered by AI
  • Q4. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Testing is done to identify defects and ensure the software meets the requirements

    • It involves executing test cases and comparing actual results with expected results

    • Types of testing include functional, performance, security, and usability testing

    • Testing can be done manually or us...

  • Answered by AI
  • Q5. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after changes are made to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects that may have been introduced by the changes

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes, test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the industry and company.
Clarify your "selling points" and the reasons you want the job.
Prepare for common interview questions.
Line up your questions for the interviewer.
Practice, practice, practice.

Skills evaluated in this interview

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Software Tester interview?
Virtusa Consulting Services interview process usually has 2-3 rounds. The most common rounds in the Virtusa Consulting Services interview process are Technical, Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

People are getting interviews through

based on 1 Virtusa Consulting Services interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Virtusa Consulting Services Software Tester Salary
based on 48 salaries
₹3 L/yr - ₹7.3 L/yr
9% more than the average Software Tester Salary in India
View more details

Virtusa Consulting Services Software Tester Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.1

Salary & Benefits

4.5

Job Security

5.0

Company culture

4.1

Promotions/Appraisal

5.0

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Consultant
4.1k salaries
unlock blur

₹8 L/yr - ₹25.5 L/yr

Consultant
3.3k salaries
unlock blur

₹6.1 L/yr - ₹21 L/yr

Lead Consultant
3.3k salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Software Engineer
3.2k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Associate Consultant
2.8k salaries
unlock blur

₹4.6 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
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