What is a Stack? What is a good implementation?
Entry Level Software Developer Interview Questions
2,568 entry level software developer interview questions shared by candidates
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.
They asked several questions ranging from technical to behavioral
Singly linked list
Study C++ object oriented concept like constructor, destructor, copy constructor, deep copy, operator overloading, dangling pointer, memory leak and other memory management questions. Basically, they give show you some c++ functions like constructors, destructors, operator overloading etc. and ask you questions regarding this.
What are the 4 main principles of OOP?
How would you solve a complex problem given to you? Among C and C++, which one is closer to system level? How is multiple inheritance allowed in C++
Describe your self in one word.
Included multiple choice questions, like which predefined function is used to find max of 2 numbers in javascript, which function is used to find the nearest integer of 2 no.s in javascript, Given a string with commas output the separated words, reverse of a string, find errors in java code snippets, very easy sql queries, how reset function works in css, difference between reset and normalize css, how would you include style.css and main.js located at root folder, in a page. Java interface and inheritance coding snippets to identify error and correct them, similarly for php.
What is the difference between == and === in javascript?
Viewing 261 - 270 interview questions