Introduce yourself and talk bout your work
Senior Automation Test Engineer Interview Questions
341 senior automation test engineer interview questions shared by candidates
Asking question for Printing '*' in pyramids was unexpected.
Previous experience Java OOP SOLID principles Test design
Basic selenium and java questions one coding question
No unexpected/very difficult questions. All questions related to automation tools,processes, scripting language etc
Questions related to Selenium, Java, Frameworks
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
What is the difference between a HashMap and a HashTable?
Java based questions were there
Viewing 191 - 200 interview questions