What is polymorphism?
Software Engineer Associate Interview Questions
21,458 software engineer associate interview questions shared by candidates
3rd round: inheritance and DS (linked list, BST and arrays) based coding, puzzles and my projects.
Difference between abstract class and Interface.
What can you offer us that someone else can not?
Explain an algorithm for determining the shortest path through a room with the start, end, and several obstacle positions know.
Basic questions on technical skills and others.
2 Competitive coding questions in Coding round
Explain about all your projects till date.
what are joins in sql
public class arr1 { public static void main(String[] args) { int a[]= {10,20,30,40,50}; for(int x:a) { System.out.println(x); } a[1]=105; System.out.println("the element in the first index: "+a[2]); } }
Viewing 61 - 70 interview questions