What is inheritance? What is the difference between overloading and overriding?
Software Engineer Entry Interview Questions
2,582 software engineer entry interview questions shared by candidates
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?
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
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 251 - 260 interview questions