Junior Software Interview Questions

12,129 junior software interview questions shared by candidates

Codility Questions -> LeetCode Style. 1. you are given a message (String) and K (number), and you need to return an edited message (String) to be displayed at some app that can display at most K chars for this message. for this you need to edit the message only between words and add " ..." in the end. for example: "this is an example message", K = 10 : return "this ,,, " because "this is ,,," length is 11 and you need to omit "is" as well. 2. you are given a string representing moves of a robot "<><>v^" in a 2D plane. you are starting at (0,0) and need to return True or False if the robot path after the moves creats a rectangle. 3. https://leetcode.com/discuss/interview-question/4309863/Microsoft-OA-Historical-Max-Profit-of-a-Stock/ I though I was doing great, and I passed all the example tests. I think I fell on "performance" tests. LESSON LEARNED : AVOID RECURSION IF THE INPUT CAN BE LARGE! :(
avatar

Junior Software Engineer

Interviewed at Check Point Software Technologies

3.5
Feb 7, 2024

Codility Questions -> LeetCode Style. 1. you are given a message (String) and K (number), and you need to return an edited message (String) to be displayed at some app that can display at most K chars for this message. for this you need to edit the message only between words and add " ..." in the end. for example: "this is an example message", K = 10 : return "this ,,, " because "this is ,,," length is 11 and you need to omit "is" as well. 2. you are given a string representing moves of a robot "<><>v^" in a 2D plane. you are starting at (0,0) and need to return True or False if the robot path after the moves creats a rectangle. 3. https://leetcode.com/discuss/interview-question/4309863/Microsoft-OA-Historical-Max-Profit-of-a-Stock/ I though I was doing great, and I passed all the example tests. I think I fell on "performance" tests. LESSON LEARNED : AVOID RECURSION IF THE INPUT CAN BE LARGE! :(

1. You get long string in format cv file exe: str = "a,b,c\nd,e,.." and you need to found the name of "columd" and return the value . 2. i dont remember 3. You get an N number which is the size of the number of people you need to seat in the seats on the plane, and you need to find the number of times you can seat the N people in succession next to each other
avatar

Junior Software Developer

Interviewed at Check Point Software Technologies

3.5
Nov 9, 2021

1. You get long string in format cv file exe: str = "a,b,c\nd,e,.." and you need to found the name of "columd" and return the value . 2. i dont remember 3. You get an N number which is the size of the number of people you need to seat in the seats on the plane, and you need to find the number of times you can seat the N people in succession next to each other

Viewing 3131 - 3140 interview questions

Glassdoor has 12,129 interview questions and reports from Junior software interviews. Prepare for your interview. Get hired. Love your job.