Selenium: How to switch between 2 tabs?
Senior Sdet Interview Questions
401 senior sdet interview questions shared by candidates
Difference between HashMap and HashTable
Interface in Java
Tell me where you have used any customized interface in Java
1)Why testing is needed for any development process.? 2) what difference authorization and authentication in api and the different Authorization works?
How can you justify the number in your resume where you described that you have improved the code quality and performance by 50%?
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)
arrays question to find equilibrium point
Coding practices Puzzles and manual testing
How the request is delivered from the browser to the server?
Viewing 331 - 340 interview questions