C Software Developer Interview Questions

3,509 c software developer interview questions shared by candidates

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.
avatar

C++ Developer Summer Intern

Interviewed at STEVENS CAPITAL MANAGEMENT LP

4.8
Mar 23, 2016

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.

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.
avatar

C++ Developer

Interviewed at Yandex

4.1
Jul 27, 2018

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.

You have unordered list of pairs of days numbers - days when hotel visitor arrives and leaves ({1, 4}, {6, 8}, {2, 4}, ...). Find out max number of visitors that lived in this hotel at the same time. If at the same day one visitor leaves hotel and another one arrives, we must assume that on this day only one visitor lived in hotel room.
avatar

C++ Developer

Interviewed at Yandex

4.1
Jul 27, 2018

You have unordered list of pairs of days numbers - days when hotel visitor arrives and leaves ({1, 4}, {6, 8}, {2, 4}, ...). Find out max number of visitors that lived in this hotel at the same time. If at the same day one visitor leaves hotel and another one arrives, we must assume that on this day only one visitor lived in hotel room.

Viewing 1791 - 1800 interview questions

Glassdoor has 3,509 interview questions and reports from C software developer interviews. Prepare for your interview. Get hired. Love your job.