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)
Sdet Interview Questions
4,403 sdet interview questions shared by candidates
functional test questions and basic automation scenarios
What do you know about Regex, they emphasize regex a lot.
They asked a lot of ML fundamental Questions and weird testing analogies. No DSA or anything else.
arrays question to find equilibrium point
Explain the OOP concept and give practical examples
Coding practices Puzzles and manual testing
what was your personal experience like
Given the json validate whether Purchase Amount is equal to copies * price of given courses.
Only about Terraform and some general question how I would behave in stress situation (yes, without any specifics)
Viewing 3781 - 3790 interview questions
See Interview Questions for Similar Jobs
Senior Software Engineer Im TestSoftware Test EngineerJunior Software Test EngineerSenior Software Test EngineerSoftware Development Engineer In TestSenior Software Engineer In TestSenior Software TesterSenior Software Development Engineer In TestSoftware Test LeadSenior Software Qa Test EngineerSenior Software Systems Test EngineerSenior Software Engineer TestSenior Software Test Automation EngineerSoftware Testing EngineerSoftware Development Engineer In De TestSoftware TestingSoftware Test Automation EngineerSenior Software Qa Engineer