Questions related to Selenium, Java, Frameworks
Senior Automation Engineer Interview Questions
1,390 senior automation engineer interview questions shared by candidates
How will you automation Data Testing. How will you do parallel testing with selenium. How can you automate Data Table. How do you automate APIs that have multiple integrations to various systems.
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.
Basic background and personality questions
Selenium, Core java, agile process
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(); } }
int []arr ={1,2,3,4,5,6,7,8,9,10} i.e another example : {1,3,5,6,7,8,9,10} o/p: 1 2 3 2 3 4 3 4 5 ..... int []arr ={1,2,3,5,6,7,8,9,10} o/p: 1 2 3 5 6 7 9 11 12
What is the difference between a HashMap and a HashTable?
mainly core Java and selenium and appium they asked
All basic questions related to Java, TestNG, Selenium.
Viewing 831 - 840 interview questions