First Round was Good Both Interviewers was Very Mature, asked questions on DS/Algo/Puzzle, and helped me in solving the problem. 2nd Round- Interviewer named Ravi Narayan, he was an Immature interviewer. He only trying to make the simple questions more complex so you can't give him the correct answer. When I asked him to give an answer to his own question, he failed to answer. Even he was not able to make me understand his Questions. 1st Round- Algo, DS, Puzzles 2nd Round - He will try to make simple questions very complex which he can't explain.
Software Development Engineer Test Interview Questions
5,413 software development engineer test interview questions shared by candidates
Q 1. Predict the output public class GFG { private GFG(Object o) { System.out.println("Object"); } private GFG(double[] d) { System.out.println("double array"); } public static void main(String[] args) { new GFG(null); } } Q. Print even numbers between 0-100 without using loop control.
1.Given sides of a triangle write a function which could say it is equilateral , isosceles or scalene. Give Test data for the solution you give 2.Write a program to find Max Depth of a BST. Give test data for the same.
Reading a text file saved in cloud s3 storage.
DS, coding, sql, qa, framework related
Given a number of closing and opening brackets, produce the number of sets of brackets that have been closed/opened.
Design an LRU algorithm
Convert a binary tree into a doubly linked list
Written: Simple programs related to number reversal without using Array, Finding the pairs forming a particular sum from a given array. PI: Explaining the logic used for solving the questions in the written test. Only programming questions were asked even for SDET interviews.
What is severity and proity
Viewing 3331 - 3340 interview questions