General interview questions, overall it was easy.
Senior Test Engineer Interview Questions
2,835 senior test engineer interview questions shared by candidates
No unexpected/very difficult questions. All questions related to automation tools,processes, scripting language etc
6 rounds of interview on General aptitude skills, Python automation and Testing. As the profile was for Senior test Engineer, more number of questions on Test methodologies, Stages, Bug life etc
Interview questions were related to automotive domain
Questions related to Selenium, Java, Frameworks
java programs oops concept selenium
Fix a broken E2E API/UI test automation
Matlab related questions. C++, OOPS
Xpath access question in cricbuzz website.
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(); } }
Viewing 1751 - 1760 interview questions