What school/year are you in?
C Software Developer Interview Questions
396 c software developer interview questions shared by candidates
Do you know design patterns?
Talk the differents of memory management between Java and C++
Normalize a file path/directory: /// /// /// Normalizes the path, meaning that you reduce any unnecessary directory. /// For example, given the value notneeded1/notneeded2/../../hello you would /// return hello. /// /// /// input string /// Normalized string /* * Sample Directory structure * - home * -- documents * -- desktop * -- myMedia * ----- photos * ----- videos * ----- music * -- downloads * /home/myMedia/photos/../../documents -> /home/documents * /home/myMedia/photos/../documents/.. -> /home/myMedia * /home/myMedia/../documents -> /home/documents * ../home -> ../home * home/../../final -> ../final * /home/myMdeia/documents -> /home/myMdeia/documents * Case 1: * C:\ [current working directory] * cd hello [command operating on cwd] * C:\hello [final path] * Case 2: * C:\ [current working directory] * cd notneeded1/notneeded2/../../hello [command operating on cwd] * C:\hello [final path] */
c++ basics oops, macro vs inline function, predicates, vector vs list program to print 1,2,3 using 3 threads thread 1 print 1, thread 2 print 2,thread 3 print 3
Regular technical questions during the online coding sessions. Reasons for the application. Questions about career and expectations.
write optimised code for prime numbers
What's your most relevant professional experience?
Some problem solving questions which were average and expected, a lot of C/C++ related questions which required experience with the language
Can you name different echniques for video compression?
Viewing 381 - 390 interview questions