employer cover photo
employer logo
employer logo

QNX Software Systems

Part of BlackBerry

Is this your company?

QNX Software Systems Interview Question

In given c++ code find all issues. Code processes file: looks for a specific string is each line of the file. Specifically written poorly so it is hard to understand it.

Interview Answer

Anonymous

Aug 17, 2017

Basically find quadratic complexity. Check for memory leaks. Suggest other algorithm. I think I didn't find all of the issues there.