Senior Automation Engineer Interview Questions

1,406 senior automation engineer interview questions shared by candidates

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();    } }
avatar

Senior Test Automation Engineer

Interviewed at Globant

3.6
Aug 3, 2021

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();    } }

First round was a screening round with some basic question related to Selenium and testing Second round was on a coding platform called Mettl - They would ask you to solve a couple of Coding problems and a few advanced question related to Testing Third round was pretty short - it was with a developer who asked me write a code for a problem and explain the logic Fourth round was with the Hiring manager where I questioned about my experience and asked to find bugs from a few code snippets Fifth round was with the HR - a typical HR round with behavioural questions
avatar

Senior QA Automation Engineer

Interviewed at Forcepoint

4
Dec 13, 2023

First round was a screening round with some basic question related to Selenium and testing Second round was on a coding platform called Mettl - They would ask you to solve a couple of Coding problems and a few advanced question related to Testing Third round was pretty short - it was with a developer who asked me write a code for a problem and explain the logic Fourth round was with the Hiring manager where I questioned about my experience and asked to find bugs from a few code snippets Fifth round was with the HR - a typical HR round with behavioural questions

Viewing 831 - 840 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 1,406 interview questions and reports from Senior automation engineer interviews. Prepare for your interview. Get hired. Love your job.