Technical Questions: 1. Three pillars of OOP with explanation of each 2. Final Keyword in Java 3. Abstract Class & Interface difference 4. JSP & Servlets difference 5. What is meant by immutability in Java? 6. Multi-threading - Sleep vs Yield? 7. What is a design pattern and name some. Explain Singleton Design Pattern? 8. protected keyword in access modifiers 9. Continue vs break statement 10. Describe MVC? 11. StringBuffer vs StringBuilder? 12. One logic/algo question: Inserting an element at proper position in a sorted array. They will focus on the very basic logic design like loops, function and their arguments.
Software Engineer Entry Level Interview Questions
3,534 software engineer entry level interview questions shared by candidates
Array reverse without using iteration. Code in C.
One of the questions was reverse a string and capitalize the front and end letter of the word .
Given a few strings that have essentially the same alphabetic characters but differing case, punctuation, etc, return the least common denominator output that defaults to the first string given.
What are the four pillars and concept of OOP?
If you didn't have to worry about time efficiency at all, but need a space efficiency of O(1), how do you check if an array has duplicate numbers?
Valid Paranthesis, Direction based question
What was the most challenging technical feature or project you have worked on until now?
Describe the 4 OOP concepts, polymorphism, inheritance, abstraction, encapsulation? C++ vs Java, Javascript vs Java?
Explain inheritance
Viewing 11 - 20 interview questions