Aptitude, Psudeo code, Computer fundamentals, Coding in python
Software Development Test Engineer Interview Questions
5,414 software development test engineer interview questions shared by candidates
Can you describe a time when a mistake you made—such as a bug in your code—led to a larger issue? What was the impact and how did you handle it?
Mostly from your projects. How API Serialisation and Deserialisation work, why we need it? Few DevOps questions How do you increase performance of your applications in Cloud
Asked to write Code on file reading and changing its path.
Describe your current work situation.
Nothing difficult or unexpected as far as I feel.
5. Same as 4th Round diving further deep in my design and implementation of my framework.
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.
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.
Viewing 3321 - 3330 interview questions