Feedback about the process after receiving the offer
Internship Software Engineer Interview Questions
23,465 internship software engineer interview questions shared by candidates
Explain what this code will print out: for (int i = 0;;i++){ if (i & i - 1 == 0) cout << i; }
Write a simple class that inherits from a parent class and override one of the methods. If the method is called which code will be executed, the parent or the child class?
C++, basic questions
Ask fundamental questions about C++ such as constructor, de-constructor, OOD, etc
What is the difference between interface and class?
Asked question about projects on the resume, and a simple coding problem
Basic questions on preferred language, oops questions and stuff.
Asked about previous years experience.
the easy one was to return the last char that appears twice in string. another was with DFS, BFS. and one with DP.
Viewing 1411 - 1420 interview questions