I applied online. The process took 2 days. I interviewed at GSPANN Technologies (Hyderābād) in Apr 2017
Interview
1) They are looking for strong in Core Java and JSN, XML and Excel then they are looking for
selenium.
2) First they are asking java questions and next they are asking selenium questions
3) two rounds only technical
Interview questions [1]
Question 1
1) Write a program to find largest number in your mobile number if I stored number in long number = 7702210731?
2) Write a program for count the charters in string “MALAYALAM” (how many time M, A, L, Y repeated)?
3) What is encapsulation and write the program for it?
4) What is interface?
5) What are the listeners in TestNG?
6) Write a program for matrix [ 1 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1 ]
7) Class Parent {
Method1();
Method2();
}
Class child extends Parent {
p.method1();
p.method2();
p.method3();
}
Public static void main() {
Child c = new parent();
Parent p = new child();
}
IN the above code p.method3() will execute (or) not? And can we write the child c = new parent(); ?
8) Program for taking the screen shot ?
9) In TESTNG I have 5 test methods (not before and after) and how they will execute? And if I want 1 and 3 methods need to execute first and 2,4 and 5 are need to execute second then how we will write the code?
10) For the above question he want to 1 and 3 as regression suite and 2, 4 and 5 are sanity suite then how you will implement?
I applied online. The process took 1 day. I interviewed at GSPANN Technologies (Gurgaon, Haryana) in Sept 2015
Interview
Lot of Questions from JAVA String Programming and Collection Framework, Some questions from selenium like making Xpaths, and Css Selector and On your Framework, TestNG and JUnit.
I cracked all Technical rounds and then cleared the hr round.. Hr says he will contact me on next day..
but he doesn't call and when i call he says you have not cleared the technical round..this is so frustrating...
Interview questions [1]
Question 1
1. Program to calculate the number of occurrence of each characters in a given String.
2. Program to find out a missing number in 1 to 50 numbers which is replaced by some duplicate number..