Senior Automation Engineer Interview Questions

966

Senior Automation Engineer interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
EPAM Systems
Senior Test Automation Engineer was asked...25 March 2020

Code to find character count in a given string.

7 Answers

Please give more input about this interview

Please if you see the comment please give more input about this interview

In these sorts of interviews you really need to drill down and understand what the interviewer is looking for. A good way to simulate a real interview experience is to do a mock with one of the EPAM Systems Senior Test Automation Engineer experts on Prepfully, rated super strongly on TrustPilot... prepfully.com/practice-interviews Less

Show more responses
EPAM Systems

A quick programming question. Count from 1 to 100 and write 'X' if the current number can be divided by 3 or 'Y' if by 5 and 'Z' if both.

3 Answers

public class Func35 { public static void main(String[] args) { for(int i=1;i<=100;i++){ if(i%3==0 && i%5==0){ System.out.print("Z"+","); } else if(i%3==0){ System.out.print("X"+","); } else if(i%5==0){ System.out.print("Y"+","); } else { System.out.print(i+","); } } } } Less

for(int i=1;i<=100;i++) { boolean flag=false; if(i%15==0) { System.out.println(i+"Z"); flag=true; } else if(i%3==0 && flag==false) { System.out.println(i+"X"); flag=true; } else if(i%5==0&&flag==false) { System.out.println(i+" Y"); } } Less

Used a bool variable added the two division in the loop (with the loop variables) (i%5 and i%3). The first division only sets the bool variable and the second division writes the output according Less

Legato Health Technologies

1.Tell me about yourself? 2.The asked about which framework you used? about that. 3.Selenium-about locators, selenium wait and usage 4.Basic Java Q? Difference between HashMap and HashSet, Abstract and Interface, What is Final? What is Encapsulation? 5.What is Instance Variable, method and object? 6.Java program to count and print repeated character in a string? String would be Your Name. 7.Cucumber-About Gherkins, Background, Scenario Outline, Reporting, How Feature file and stepDefinition file are linked etc. 8.About API Automation?

3 Answers

Did u get schedule date?

I have completed L1 & l2 rounds of interview. I am waiting for another Managerial round as per the consultancy guy said. Less

Did u give interview by video call? They took me interview via Microsoft teams . That was first round its almost 3 days i didnt get any response. My interview was regarding python developer 2+ experience. They took around 45min interview . I dono whom to contact for further updates Less

LTI

Public int compareTo(object o) { Employee emp = (Employee)o; return this.id - e.id; }

3 Answers

Output should be 0. Since compareTo() implements Comparable interface.

Have you received offer.?

Have you received offer?

NICE

Why there are 4 Automation engineers in your team and not 2 or 1?

3 Answers

Gave generic answer as its not in my hands

Hi Can you pls specify questions asked in Technical Round -2 and Managerial round ? Less

Can you please tell more about technical test 1round

HelloFresh

HR, what is the latest project you worked on?

2 Answers

Carrefour native app and website

Can you please tell me by when they gave you the feedback for your tech task ?

Morningstar

Basic logic building at code level. Manipulation of string and int array values depending upon problem statement. Framework structure and explain flow of script trigger events.

2 Answers

It is all about if you have really worked upon logic building then you can answer easily. Less

Even if you great in interview, they discriminate people . They do not care how good you are in your job . They only care about certain races. Less

INTERSECT

The interview process was really structured as it was segmented in 4 major areas. They started with questions related to my past experience, projects that I worked on, roles and responsibilities, etc. After this, their questions revolved around manual testing concepts, techniques, types of testing, test strategy, test plan, etc. Next in line were questions related to Automation testing such as Frameworks, Structure of a framework, Challenges in building a framework, etc. Last part of the interview was 'White-boarding' where I was given the problem statement and was asked to provide solution using Java programming. I could easily comprehend these scenarios and was able to write meaningful code because QA manager was very clear and detail-oriented in his explanation of the situation.

1 Answers

I could answer most of the questions as the environment was really friendly and I was given the opportunity to express and showcase what I have done in my previous organisations. They rolled out a very generous offer to me within 2 days of the interview and I happily accepted the same. Less

Tatweer Petroleum

Generic interview questions on the position.

1 Answers

Responded using experience and knowledge.

TechChefs Software

Selenium - system test to login into web application with combination of username and password reading excel

1 Answers

Use data provider annotations and declare username and password as the variables. and from excel extract the username name and password in form for list or array. and using data provider you can test it for both valid and non valid username and password. NOTE:- @dataprovider annotation follow one to one mapping do care of that while providing values in your test case. Less

Viewing 1 - 10 of 966 interview questions

See Interview Questions for Similar Jobs

senior controls engineerqa engineerautomation engineer

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