Are you ok for relocation
Junior Software Developer Interview Questions
4,366 junior software developer interview questions shared by candidates
Welche Erfahrungen hast du mit dem Clean-Code-Verfahren?
Wer bist du und was zeichnet deinen Werdegang aus? Bist du offen für andere Rollen?
What is a recent challenge you had to overcome as a team?
Tell me about yourself
first question was to receive a string that may contains numbers, minus/plus signs and other characters and return an integer with some rules - the first character that isn't a digit ends the number, and the only legal character before numbers is either minus or plus. the second was to receive a number and perform prime factorization on it.
General tell me about yourself. Questions related to CV points internship projects etc Coding scenario to gauge decision making
Tell me about yourself Question related to resume
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] */
They asked to first introduce yourself then asked several questions related to the resume and also about the soft skill mentioned.
Viewing 4281 - 4290 interview questions