How you handle situation in stress?
C Engineer Interview Questions
3,798 c engineer interview questions shared by candidates
what is dynamic resource allocation real time example
Projects you have done in C++, how many lines of codes you have written in c++ in total.
First of all, I introduced myself. Since I was applying for summer intern, the HR asked the graduate colleges that I have applied for and why I chose my final program. Also, my career plan was asked. After that, the HR noticed I transferred my major and wondered the reason. Of course, some general questions like how many lines of C++ code I have implemented and what projects based on C++ have I done were asked finally.
What is grabage collector and what is for?
Basics of Data Structure
the level of questions are easy if you have the basic knowledge of c++ .
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
Implement queue using stacks.
You have a list of projects. Each project have ID, runtime and list of sub-projects. Project could be started only after all its sub-projects would be done. Different projects could have similar sub-projects (1 or more). Different projects can be performed simultaneously. Calculate the minimum time for which all projects will be completed.
Viewing 1931 - 1940 interview questions