What type of exceptions do u face in ur career
Automation Test Engineer Interview Questions
2,671 automation test engineer interview questions shared by candidates
Asked me to open Gmail & asked to find xpath of Email textbox
What is constructor in java? Can we inherit them?
Write login steps for Gmail using selenium
Experience with Automation Frameworks
How do you find a Web Element?
Tell me about your strong point and weak points.
class A { static void m1() { System.out.println("In m1 A"); } } class B extends A { static void m1() { System.out.println("In m1 B"); } void m2() { System.out.println("In m2 B"); } } class Test { public static void main(String[] args) { A a=new B(); a.m1(); } }
int []arr ={1,2,3,4,5,6,7,8,9,10} i.e another example : {1,3,5,6,7,8,9,10} o/p: 1 2 3 2 3 4 3 4 5 ..... int []arr ={1,2,3,5,6,7,8,9,10} o/p: 1 2 3 5 6 7 9 11 12
First Round Technical 1. Find all pairs from a given int array whose sum is equals to given number. 2. Given an integer array, move all zeroes(0) at the start of the array.
Viewing 1571 - 1580 interview questions