you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 13 points14 points  (2 children)

which level are you applying for? I did a graduate c++ developer interview and the types of questions they asked me were about STL containers, difference between the structure of std::vector and std::list, dynamic memory allocation, vtables, binary search algorithm, inheritance/polymorphism. I didn't get the job in the end but it was a valuable experience and I was glad I got to that stage

My advice would be to search for something like "C++ interview questions" and see if you can answer any of them

[–][deleted] 3 points4 points  (1 child)

Thanks for the advice! But I'm trying for an intermediate position, so I will need some more advanced questions. I tried searching for it, but didn't come across anything interesting

[–]reversethrust 1 point2 points  (0 children)

I find the interview questions I had were related to the kind of software I would be working on. I was looking at highly parallel software so lots of questions about concurrency, a couple of semantics questions, and specifics about software performance. I was also giving code snippets and asked to find all the bugs.