Q: What is OOP the way you understand it? Q: What is the difference between Overload and Override?
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
Classic OOP use cases, data bases, data structure usage, and general prior experience in software development
Two sum problem and implement stack with a queue.
Check if there are duplicates in array in O(n)
I have a published paper on local path planning, and they asked me to explain my contributions to it.
implement search in binary tree.
My task was to manage a data structure representing an office and its employees. Each employee had an employee ID and was linked to their manager (who was also an 'Employee' type). The office itself had a count of its employees and a head of office, who was also an employee. I was required to write a function to add an employee to the office, a function to print the employee hierarchy, a function to change an employee's manager, and a function to delete an employee.
They asked me to write a program to find the second highest number in an array and explain the time complexity.
Explain and implement Merge Sort, including runtime and memory complexities.
3. Some basic questions about OOP and polymorphism
Viewing 251 - 260 interview questions