Critical Thinking Question: You have three boxes—one containing only black balls, another containing only white balls, and a third containing both black and white balls. Each box has a label in front of it (Black, White, or Mixed), but all the labels are incorrect. How many iterations would it take to correctly label each box?
Entry Level Programmer Interview Questions
3,185 entry level programmer interview questions shared by candidates
The hardest part of this interview process is the project and it should be your main focus.
Tell us about a time where you struggled and what steps you took to overcome that struggle.
If you had a customer who submitted a ticket that a web page is not working, how would you troubleshoot?
What are the features of OOP?
Explain method overriding vs method overloading
This was the infamous trapping rain water/ trapping snowfall
What is a challenge you encountered in the workplace?
What is a Stack? What is a good implementation?
Solve the "ginortS" problem on Hackerrank--basically sort the string so that the lowercase letters come before the uppercase, and the uppercase come before the digits, and the even #s come before the odd. (hint: Use Python for ease) I used Java and it is much more complicated this way.
Viewing 311 - 320 interview questions