Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Test Engineer Interview Questions and Answers

Updated 8 Jul 2024

Virtusa Consulting Services Test Engineer Interview Experiences

3 interviews found

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

I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

String manipulation, oops, sql queries,

Round 2 - Technical 

(2 Questions)

  • Q1. What is selenium and components of it
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web applications.

    • Selenium is used for automating web browsers.

    • Components of Selenium include Selenium IDE, Selenium WebDriver, and Selenium Grid.

    • Selenium IDE is a record and playback tool, WebDriver is for writing test scripts in various programming languages, and Grid is for parallel test execution.

    • Selenium supports multiple programming languages like ...

  • Answered by AI
  • Q2. What is use of annotations in testng
  • Ans. 

    Annotations in TestNG are used to provide additional information about test methods and classes, such as priority, dependencies, and data providers.

    • Annotations help in organizing and controlling the flow of test methods

    • Annotations can be used to set the priority of test methods

    • Annotations can be used to define dependencies between test methods

    • Annotations can be used to provide data for parameterized tests

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 May 2023

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

I applied via Naukri.com and was interviewed before May 2022. 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 - Assignment 

Coding of language with vedio

Round 3 - Technical 

(2 Questions)

  • Q1. Priority set ,real project
  • Q2. Cucumber bdd frame work

Interview Preparation Tips

Interview preparation tips for other job seekers - First prepared well and clear the interview

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive CharactersYou are given a matrix of 'N' rows and 'M' ... read more
asked in Info Edge
Q3. Remove DuplicatesNinja is playing with numbers but hates when he ... read more
asked in GlobalStep
Q4. What are the problems we faced in the old generation video game c ... read more
Q5. what is a type of testing? What are the principles?

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Feb 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 - Aptitude Test 

Easy interview.. practice on SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql practice.. and Manual testing practice

Interview questions from similar companies

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

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Details about you and profile
Round 2 - Technical 

(3 Questions)

  • Q1. Quality testing related questions
  • Q2. Describe automation framework
  • Ans. 

    Automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help in developing and executing automated tests.

    • Provides structure and organization for automated testing

    • Defines rules and best practices for test automation

    • Includes libraries, utilities, and tools for test script development and execution

    • Supports integration with test management tools and CI/CD pip...

  • Answered by AI
  • Q3. Brief day to day activities
  • Ans. 

    Day to day activities include writing test cases, executing tests, analyzing results, reporting bugs, and collaborating with developers.

    • Write test cases based on requirements

    • Execute test cases manually or using automation tools

    • Analyze test results and report bugs

    • Collaborate with developers to resolve issues

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Regress...

  • Answered by AI
  • Q2. What is sanity?
  • Ans. 

    Sanity in software testing refers to a quick round of testing to ensure that the code changes have not adversely affected the existing functionality.

    • Sanity testing is a subset of regression testing and is usually performed after a small code change or bug fix.

    • It focuses on testing the most critical functionalities of the application to ensure they still work as expected.

    • Sanity testing is not exhaustive and is meant to ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. It was salary discussion
  • Q2. It was about relocating

Interview Preparation Tips

Topics to prepare for CGI Group Test Engineer interview:
  • Sanity Testing
Interview preparation tips for other job seekers - Stay confident

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is black box testing
  • Ans. 

    Black box testing is a software testing method where the internal structure/design of the system being tested is not known to the tester.

    • Tests are conducted based on the system's specifications and requirements.

    • Focus is on the functionality of the system rather than its internal workings.

    • Testers do not have access to the source code.

    • Examples include equivalence partitioning, boundary value analysis, and error guessing.

  • Answered by AI
  • Q2. What is non functional testing
  • Ans. 

    Non functional testing is testing the aspects of a system that do not relate to specific behaviors or functions.

    • Non functional testing focuses on aspects like performance, usability, reliability, scalability, and security.

    • It ensures that the system meets the required quality standards in terms of speed, user experience, stability, capacity, and protection against threats.

    • Examples include load testing to check performan...

  • Answered by AI
Round 2 - Coding Test 

Find the duplicate of letters in a word

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

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

(5 Questions)

  • Q1. Basic Question
  • Q2. Expected Salary regarding Question
  • Q3. Family Background
  • Q4. Hobbies That you explore in future
  • Q5. Location which you want to commote
  • Ans. 

    I am willing to commute to any location within a 30-minute drive from my home.

    • Prefer locations within a 30-minute drive

    • Open to considering locations further away if necessary

    • Prioritize convenience and accessibility

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java coding questions

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Test Engineer interview?
Virtusa Consulting Services interview process usually has 2-3 rounds. The most common rounds in the Virtusa Consulting Services interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Virtusa Consulting Services Test Engineer 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 Virtusa Consulting Services. The most common topics and skills that interviewers at Virtusa Consulting Services expect are Automation Testing, Selenium, Selenium Testing, Test Engineering and C#.
What are the top questions asked in Virtusa Consulting Services Test Engineer interview?

Some of the top questions asked at the Virtusa Consulting Services Test Engineer interview -

  1. what is selenium and components of...read more
  2. what is use of annotations in tes...read more
  3. Priority set ,real proj...read more

Tell us how to improve this page.

Test Engineer Interview Questions from Similar Companies

View all
Virtusa Consulting Services Test Engineer Salary
based on 269 salaries
₹3 L/yr - ₹10 L/yr
8% more than the average Test Engineer Salary in India
View more details

Virtusa Consulting Services Test Engineer Reviews and Ratings

based on 21 reviews

4.1/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.6

Salary

3.7

Job security

3.8

Company culture

3.7

Promotions

3.6

Work satisfaction

Explore 21 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
Did you find this page helpful?
Yes No
write
Share an Interview