the technical question of the phone interview was to implement a stack which supports the methods push, pop, getMin with O(1) complexity
C Interview Questions
5,469 c interview questions shared by candidates
After the previous set of quest., I had 2 task: 1. A C++ with OOP problem - with class Wheel, Car(is a vehicle, has 4 wheels), Truck(is a vehicle, has n wheels), Vehicle(some int data like speed, cylindrix capacity). I had to implement them and in class Truck - 3 more functions: AddWheel(const Wheel&), InsertWheel(const Wheels&, int index), DeleteWheel(int index)
Well that came from me. I had to ask if they were breast feeding friendly.
write a program for displaying odd number in between 0 to 100?
what is C language?
What is a PID controller and what is it used for?
What is the best case lookup time for a hash table?
What 4 functions are automatically generated for a class by the c++ compiler?
Mock patient encounter that was appropriate.
Implement function str_replace that replaces all instances of substring to other in a passed string. In just C. On paper.
Viewing 451 - 460 interview questions