Automation Analyst Interview Questions

10K

Automation Analyst interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
Valmet
Automation Engineer was asked...March 2, 2018

Experience with a certain control system, in depth and how often used.

3 Answers

1 year

Was Good and meaningful learning

Explained my experience with it.

IOMEDIA

Write a program to print: 1 2 3 4 5 6 7 8 9 10

3 Answers

Answer of Program 1: String[] a={"a","b","c","d","e"}; String[] b={"1","2","3","4","5"}; int j=a.length-1; for(int i=a.length-1;i>=0;i--){ System.out.print(a[i]+""+b[j]+" "); j--; } Less

int k=1; for(int i=1;i<6;i++){ for(int j=1;j

String[] a={"a","b","c","d","e"}; String[] b={"1","2","3","4","5"}; int j=a.length-1; for(int i=0;i<=b.length-1;i++){ System.out.print(a[j]+""+b[i]+" "); j--; } Less

Intelegencia

1. One QA Automation lead will take your face to face technical round. 2. He don’t have any practical knowledge of coding or you can say simple oops concepts. 3. To crack his interview you don’t have to stop giving answers whether this is wrong or right. 4. He will ask you to find one xpath, even if you write that wrong don’t worry, just write it on the paper. Even after interview I got realised that I have written wrong xpath there) 5. He just have the knowledge that how to handle the framework just by reading from the google. 6. Questions related to datasheet, POM, maven dependencies and some basic commands. Last but not the least - I don’t found him as a lead because the way he will ask the questions , you might think that it’s better to give interview in Hindi language. 🤪

3 Answers

Just be confident and don’t say no to any questions. Because his mentality is something different while taking interview. Less

The interview process that we follow is as thorough as possible. After an initial HR screening, there are 2-3 technical/techno-managerial interviews depending on the position being interviewed for. The second round of technical interview is always done by Leads or above, who have rich experience and technical expertise in their respective domain. Communication skills are an important factor that we consider while interviewing a candidate, and if there has been an instance where the interviewer has asked a question in Hindi, it is usually to accommodate the candidates' comprehension level and convenience. Less

Just take the interview of your leads again by giving practical scenarios on laptop for coding test so that you might come to know how they take interviews of other candidates. Less

Optimum Solutions

About current profile and frameworks used

3 Answers

Very well

Currently working in Coforge Limited as a Senior Software Tester

Currently working in Coforge Limited as a Senior Software Tester

Alfa Laval

Why do you want yo relocate?

3 Answers

İ would like to live in a well developed country with high Life standards.

Yes

I certainly enjoy and would love to pursue my career , but this position is a great opportunity for my career growth and if it requires relocating, I would definitely consider it. Less

Entrata India

Related to jar file. Y jar files?what is jar files?how java run in command prompt?

3 Answers

Sql related question related to Join?

Javac demo.java: compile Java demo

A JAR ( J ava AR chive) is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file for distribution. Less

Xebia

there are 3 Question in Written. 1. there is array of heights of Trees and there is a man having some height.Write a function which Written a array which contains the height of Trees and man can see that trees. 2. there is table in which first column having From email address and another one column to email Address. in 2nd column there more than one email address.write down a function which validate that mail send only one time to every mail address. 3. there is Number N which lies between 0 and 42k and suppose there are prime no in between 37 and 73. in that number 3 and 7 also prime. write a logic to validate that kind of numbers

3 Answers

Same questions were asked in interview held on 6th December 2014

Same questions were asked in interview held on 19th August 2017.

Same today

Netlink

first two round cleared by me but third face to face was hell. the person was highly non technical

3 Answers

I recently joined Netlink and the process was very smooth, might be the luck for you.And here people are very technical and works on niche technologies.I am happy to work here. Less

I hope you understand why you got rejected.

Behind every successful brand there is not only good technology but always good people too. I am among those lucky person who tasted all three in my current organization. I was sure after joining them, they get more than I get from them. In brief it was their hard luck not mine. Less

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

Oracle

Is Webdriver a class or interface?

3 Answers

It is an Interface.

Webdriver is basically an Interface which is always implemented by any of browser class like ChromeDrive() , FirefoxDriver(), OperaDriver() etc. Less

WebDriver is an interface which can be implemented by the class which implements it. ChromeDriver,geckoDriver,IEDriver these are the class which implements the webdriver interface . Since webdriver is an interface it contians all the abstract methods .These methods are implemented by the class implementing the interface . Hence in our code we write WebDriver driver = new ChromeDriver(); we can also write ChromeDriver driver = new ChromeDriver(); But here we can only invoke methods that are of chrome driver. Whereas in WebDriver driver = new ChromeDriver(); we can invoke the methods of both chrome driver and webdriver Less

Viewing 31 - 40 of 10,462 interview questions

Glassdoor has 10,462 interview questions and reports from Automation analyst interviews. Prepare for your interview. Get hired. Love your job.