Questions related to the coding assignment
C Interview Questions
5,469 c interview questions shared by candidates
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] */
DSA questions like linked List, Queue
Mostly C++ programming and OOPs concepts.
Tree traversal and stock trading coding questions
some syntax questions and one algorithm question in c++
Final , Finally, Finalize String manipulation Questions
Tell me a project for which you are proud of
A memorable debug experience. Explain step by step
About internship and projects mentioned in resume.
Viewing 5391 - 5400 interview questions