Interview questions were related to automotive domain
Senior Test Engineer Interview Questions
2,709 senior test engineer interview questions shared by candidates
Questions related SDET role. Python programming, Selenium, sorting and searching techniques.
Xpath access question in cricbuzz website.
Matlab related questions. C++, OOPS
java programs oops concept selenium
Fix a broken E2E API/UI test automation
Questions related to Selenium, Java, Frameworks
Linked list Spring boot Testing methodology
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
Viewing 1701 - 1710 interview questions