- Expliquer Singleton Design Pattern, MVC, Polymorphise
Intern Software Engineer Interview Questions
9,335 intern software engineer interview questions shared by candidates
OOP, SQL, ER Diagrams, Projects I did in university
Can you describe each pillar?
Typical behavioral questions... i.e. tell me about a team experience
Give an example of LIFO and FIFO data structures and give technical use-cases of these data structures (for example, stack which is a LIFO data structure can be used to implement Undo feature).
What was the tech stack used for the frontend?
Remove Duplicates from and Array
Can you introduce yourself bit.
Determine the output of the following Java code: class B { public static void main(String[] args) { int k = 55; try { System.out.println("In try block"); int t = k/55; } catch (ArithmeticException e) { System.out.println("In catch block"); System.out.println("Dividing by zero but caught"); } finally { System.out.println("Execution, whether an exception occurs or not"); } } }
How would you implement a pattern like the one below using your familiar programming language? * ** *** **** *****
Viewing 9301 - 9310 interview questions