Junior Software Developer Interview Questions

4,366 junior software developer interview questions shared by candidates

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 ?
avatar

Junior Software Developer

Interviewed at Cognizant

3.6
Sep 5, 2024

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 ?

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] */
avatar

Junior Software Developer (C++)

Interviewed at Accelya Group

3.4
Aug 15, 2024

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] */

Viewing 4321 - 4330 interview questions

Glassdoor has 4,366 interview questions and reports from Junior software developer interviews. Prepare for your interview. Get hired. Love your job.