Software Development Engineer In De Test Interview Questions

5,154 software development engineer in de test interview questions shared by candidates

Focus on what you have done, And what you have mentioned in your resume. So if java is mentioned then all basic concepts shall be strong enough. 2-3 Java program were asked depending on your answer they will ask more. Selenium - questions on frames, ajax, browsers specific scenario based. Logical - 2-3 puzzles Output of a java program.
avatar

Software Development Engineer In Test

Interviewed at Ixigo.com

4.2
Feb 17, 2017

Focus on what you have done, And what you have mentioned in your resume. So if java is mentioned then all basic concepts shall be strong enough. 2-3 Java program were asked depending on your answer they will ask more. Selenium - questions on frames, ajax, browsers specific scenario based. Logical - 2-3 puzzles Output of a java program.

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)

Viewing 4471 - 4480 interview questions

Glassdoor has 5,154 interview questions and reports from Software development engineer in de test interviews. Prepare for your interview. Get hired. Love your job.