Senior Automation Engineer Interview Questions

1,390 senior automation engineer interview questions shared by candidates

Tech screen involved going through a list of fundamental coding concepts. It was an open ended discussion where the textbook answer was not necessarily the most important part, but rather how I applied that concept previously and where I might use it in the future.
avatar

Senior Automation Engineer

Interviewed at Arlo Technologies

4.4
Mar 18, 2025

Tech screen involved going through a list of fundamental coding concepts. It was an open ended discussion where the textbook answer was not necessarily the most important part, but rather how I applied that concept previously and where I might use it in the future.

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

Viewing 831 - 840 interview questions

See Interview Questions for Similar Jobs

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