Basic questions related to Testing fundamentals and automation
Senior Test Automation Engineer Interview Questions
350 senior test automation engineer interview questions shared by candidates
All competency based questions were asked.
Where do you see yourself in the next two years?
Java, Selenium, Framework, Testing concepts, Behavioural, Project related, scenario based, defect management tools, CICD tools, Git, SQL, coding standards
Easy Java programming scenario - was something about programming a method that would handle rounding and remainders properly. Was easy - junior level question.
Introduce yourself and talk bout your work
Asking question for Printing '*' in pyramids was unexpected.
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(); } }
Viewing 191 - 200 interview questions