Welche Erfahrungen hast du mit dem Clean-Code-Verfahren?
Junior Software Developer Interview Questions
4,371 junior software developer interview questions shared by candidates
Wer bist du und was zeichnet deinen Werdegang aus? Bist du offen für andere Rollen?
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] */
Say about yourself Explanation of project
Coding questions : Design a linked list . Use classes for this . It should handle all the basic functions Use classes for this .
Technical: 1. Did you work with databases joins ? what is inner join and outer join ? 2. What is group by clause ? 3. Do you like to work alone or in groups ? 4. At database level what is that one feature you want to learn ? 5, what kind of work are you expecting to learn ? 6. can you work with team and individually ? 7. what is the use of microservice architecture ? 8. what is the use of jenkins in continuous integration .? 9 . tell me about urself in 5 min ? 10 . do you like c# or java ? 11. what do you know abt maven ? 12 what is your experience with performance testing ?
Questions like what your motivation is, how you got to where you are today etc. Pretty standard questions.
Describe bubble sorting
Is there a contract between equals and hashcode?
Viewing 4271 - 4280 interview questions