Senior Sdet Interview Questions

399 senior sdet 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)
Feb 1, 2024

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)

1.Login to https://www.saucedemo.com/ using the "standard_user" account 2.Sort the products by Price (high to low) 3.Add the two cheapest products to your basket 4.Open the basket 5.Remove the cheapest product from your basket Checkout Finish on the page where you need to enter your name and postal code (you do not need to fill in this form)
avatar

Senior SDET

Interviewed at Tray.ai

3.7
Jun 29, 2021

1.Login to https://www.saucedemo.com/ using the "standard_user" account 2.Sort the products by Price (high to low) 3.Add the two cheapest products to your basket 4.Open the basket 5.Remove the cheapest product from your basket Checkout Finish on the page where you need to enter your name and postal code (you do not need to fill in this form)

Viewing 331 - 340 interview questions

Glassdoor has 399 interview questions and reports from Senior sdet interviews. Prepare for your interview. Get hired. Love your job.