Junior Programmer Interview Questions

22,676 junior programmer interview questions shared by candidates

This was the home programming assignment: Write a program to parse and evaluate arithmetic expressions. Your problem should support addition and multiplication at a minimum. It should be creating in an object oriented manner. Do not use the "shunting yard" algorithm.
avatar

Junior Software Engineer

Interviewed at PLEXSYS Interface Products

4.7
Jul 7, 2017

This was the home programming assignment: Write a program to parse and evaluate arithmetic expressions. Your problem should support addition and multiplication at a minimum. It should be creating in an object oriented manner. Do not use the "shunting yard" algorithm.

Write a program in C that gets a string with letters and numbers only, and puts the letters on the left side and numbers on the right side. (e.g: "1ba23" -> "ba123" or any permutation like this). Time Complexity O(n), memory O(1)
avatar

Junior Software Engineer

Interviewed at Bloomberg

4
Dec 27, 2018

Write a program in C that gets a string with letters and numbers only, and puts the letters on the left side and numbers on the right side. (e.g: "1ba23" -> "ba123" or any permutation like this). Time Complexity O(n), memory O(1)

Viewing 121 - 130 interview questions

Glassdoor has 22,676 interview questions and reports from Junior programmer interviews. Prepare for your interview. Get hired. Love your job.