Entry java developer Interview Questions in United States

206

Entry Java Developer interview questions shared by candidates

Top Interview Questions

Sort: Relevance|Popular|Date
RedMane Technology
Entry Level Java Developer was asked...March 25, 2015

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.

3 Answers

Algo Approach: Use Binary Search to find the location where the element is to be inserted and store in a variable index. Call a function insert(a,index,newVal) where a is the sorted array. Run a for loop until index and copy elements into a new array. newArray[index] = newVal and continue copying elements from the given array into the new Array. Less

You said that every one who is interviewed by CEO gets offer then how come you haven't received offer?!! Less

I got the offer.

Lanyon

Programming experience?

1 Answers

It looks great if you've had interesting projects outside of course work. If not, make sure you can speak clearly about your larger school projects, including choice of technology (pros and cons), development cycle, problems encountered and how you significantly contributed to the projects success. Less

Hub City Media

Basic Java questions

1 Answers

Simply taking a typical Java quiz online will prepare for it, be sure to be technical. Less

Pythys

What is the difference between quick sort and bubble sort?

1 Answers

I started from their time complexities and memory and then to efficiency. Described each factor and difference. Less

Jio

What are design patterns and can you give a few example of design patterns in JAVA?

1 Answers

I don't know.......

Prodinf Software

Java Frameworks, tools, design pattern

1 Answers

I answered based on my knowledge and experience.

BNT SOFT

Did not appear for an interview

1 Answers

Sorry to know that you had a negative experience. We would be more than happy to hear you out and help you have a better experience. Thank you Less

Skillnet Solutions

Prime number question to find between 1 to 50

1 Answers

Password check program

Jean Martin

What's different between abstract and interface?

1 Answers

1. extends abstract for only ONCE implement intefaces as many as you want 2. abstrace: what the object is interface: what the object can do Less

Antra

What is the use of the 'static' keyword in Java?

1 Answers

Used when we want to access members of a class without first instantiating an object of the class. Less

Viewing 1 - 10 of 206 interview questions