Just behavioral questions. Client in my case was keen for long term employee and good person to work with the team.
Sr Test Engineer Interview Questions
2,743 sr test engineer interview questions shared by candidates
L2 round questions - 1) Find error in below code - class Base { final public void show() { System.out.println("Base:test() call"); } } class Derived extends Base { public void show() { System.out.println("Derived:test() call"); } } class Main { public static void main(String[] args) { Base b = new Derived(); b.show(); } } 2) Write code for equivalent star pattern in java 3) Write code to identify all the numbers in this array whose sum is also present in the array sample array 1 = [-1, 3, -2, 1, -4, 0, 5, 2, -3] sample array 2 = [21, 13, 47, 61, 34, 40, 55, 71, 87] example = -1 + 3 = 2 (also present in array so will be printed) -4 + 0 = -4 (not present in array so will be excluded)
Diff between overloading and overriding?
Technical Knowledge based questions
Background técnico, soluções de desafios.
convert keyword driven into data driven framework
arrays question to find equilibrium point
1. Sort the objects of the class based on instance variables or attribute of that class. 2. Rest assured basic script 3. Manual xpath writing and updating existing xpath to reach its parent tag attributes
Candidate should be proficient in automation testing
OOPS Concepts. Collections Selenium X-Path
Viewing 2421 - 2430 interview questions