Junior Software Engineer Interview Questions

21,792 junior software engineer interview questions shared by candidates

1. Given an array of consecutive numbers, find the missing number 2. count max continuous count of zero in a string 3. Which data structure you will choose to implement undo-redo in a text editor, why and how?? 4. Find if there is a loop inside a linked list. 5. Given a code snippet unsigned i=5; for(j=0;j<=i-2;i--) how many cycles will happen in this loop?? 6. write a singleton class 7. Explain tcp and udp, where you will use which. 8. given a number,return it if it’s even, or return subsequent number if it is odd, without any if-else. Example: given 6-> return 6, given 7-> return 8. 9. A question about bitwise operation, left shift or right shift
avatar

Junior Software Engineer

Interviewed at REVE Systems

3
Jul 3, 2021

1. Given an array of consecutive numbers, find the missing number 2. count max continuous count of zero in a string 3. Which data structure you will choose to implement undo-redo in a text editor, why and how?? 4. Find if there is a loop inside a linked list. 5. Given a code snippet unsigned i=5; for(j=0;j<=i-2;i--) how many cycles will happen in this loop?? 6. write a singleton class 7. Explain tcp and udp, where you will use which. 8. given a number,return it if it’s even, or return subsequent number if it is odd, without any if-else. Example: given 6-> return 6, given 7-> return 8. 9. A question about bitwise operation, left shift or right shift

1. It's a question about attendance policy if you are absent it will be 0 if not it will be 1. Once you enter the input it will return the sum to determine whether you can take the exam or not. 2. It's a question from an input for i.e 10, you will print an array which show the number from 0 to 10. If the number is divisble by 3 it must not be shown in the array. I tried to use split('"),but no works as the input is an object.
avatar

Junior Software Engineer

Interviewed at Azeus Systems Philippines Limited

3.6
May 29, 2023

1. It's a question about attendance policy if you are absent it will be 0 if not it will be 1. Once you enter the input it will return the sum to determine whether you can take the exam or not. 2. It's a question from an input for i.e 10, you will print an array which show the number from 0 to 10. If the number is divisble by 3 it must not be shown in the array. I tried to use split('"),but no works as the input is an object.

Viewing 5351 - 5360 interview questions

Glassdoor has 21,792 interview questions and reports from Junior software engineer interviews. Prepare for your interview. Get hired. Love your job.