Virtusa Polaris Automation Testing interview questions for 4-6 Year experience – selenium with JAVA

There are two technical rounds then managerial rounds and then the final HR round in the Virtusa Polaris and mainly they hire for the client projects only and clients takes the final round interview . Their each technical round is of around 30 minutes.

Virtusa Polaris Technical Round 1 for automation ( Selenium with JAVA )

Mostly they ask JAVA questions in the first technical round and very rarely from selenium.

Question : 1 ) Sort your name in ascending order in JAVA without using any predefined functions of string ? Like you name is XYZ ABC so you have to sort your name in ascending order such that A comes first and Z comes at last.

Answer ) I did it with bubble sort and interviewer gives the positive response for this .You can try in any way.


Question 2 ) There are two classes as explained below

Class A {

Public void sum();

}

Class B extends B {
Public void sum();
}

There is an object

B b = new A();

can we call the sum function of A class with object b ?

Answers : I am not sure about this question.


Question 3 : Puzzle question

There are two container 5 litre , 3 litre and how do you measure 4 litre from theses two containers?

Answers : Check this post JAVA Virtusa Polaris Interview Questions

Technical 1 round got cleared.


2nd Technical round of interview

Virtusa Polaris Selenium Interview questions

Question 1 ) There is a drop down list and their corresponding buttons are their in webpage such that the “text” of the drop down list elements and button “text” is same like if we have a dropdown list and its element a,b,c then there are 3 buttons having text a,b,c. Now you have check whenever you select any drop down list element its corresponding button should be enabled. If the button is enabled then the test case is pass else fail .
Now write JAVA code using selenium and check all the elements of the list and its corresponding button and pass or fail he test case ?

Hope you are clear with the question if not then please reply in comment below.

Question 2 ) What are the Static Class and give an example of static class you have used in project ?

Question 3 ) What is the difference between Array ans Array list ?

Question 4 ) In How many ways to click on the hyperlink in the new window ?

Answer 4 ) You can click in many ways so they are expecting the code to write in selenium Java.


So after this round there is one more technical plus managerial round with the client. Hope you find this article useful and have an idea about the Virtusa Polaris selenium interview questions for automation testing engineer. All the Best for the Virtusa Polaris Automation Testing interview.

Leave a Comment

Your email address will not be published. Required fields are marked *