Tell me about yourself Question related to resume
Junior Software Developer Interview Questions
4,366 junior software developer 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] */
Come reagiresti in determinate situazioni e in determinate condizioni?
General tell me about yourself. Questions related to CV points internship projects etc Coding scenario to gauge decision making
What do you know about unsafe operations?
What is the difference between a process and a thread?
Do a code review, talk about carreer plans
What is the difference between protected and private methods on Java?
Why do you want to work here? Also, describe yourself.
How do you manage stress in your life or work? What motivates you in life or work?
Viewing 4331 - 4340 interview questions