Jr Software Engineer Interview Questions

7,340 jr software engineer interview questions shared by candidates

The last question was: design a class (pseudo code or whatever language you want) that has three methods: insert an element, remove an element, remove all elements. all methods must meet O(1) time complexity (no limits on memory).
avatar

Junior Software Engineer

Interviewed at Cortica

3.3
Dec 29, 2019

The last question was: design a class (pseudo code or whatever language you want) that has three methods: insert an element, remove an element, remove all elements. all methods must meet O(1) time complexity (no limits on memory).

Primitive Assembley Question: ============================= Assume your assembley language includes ONLY the following instructions: - 'inc REG': increments a given register by one. - 'dec REG': decrements a given register by one. - 'jnz LABEL': jumps to a given LABEL if the previous instruction's result was not zero. - 'HALT': stops running. Task: A and B registers hold non-negative values. The program should calculate the value of |A-B| and locate the result in C. In addition the language holds registers C, D, ..., Z, which you can assume are initialized at program start to zero.
avatar

Junior Compiler Software Engineer

Interviewed at CEVA

3.6
Apr 12, 2021

Primitive Assembley Question: ============================= Assume your assembley language includes ONLY the following instructions: - 'inc REG': increments a given register by one. - 'dec REG': decrements a given register by one. - 'jnz LABEL': jumps to a given LABEL if the previous instruction's result was not zero. - 'HALT': stops running. Task: A and B registers hold non-negative values. The program should calculate the value of |A-B| and locate the result in C. In addition the language holds registers C, D, ..., Z, which you can assume are initialized at program start to zero.

Viewing 1081 - 1090 interview questions

Glassdoor has 7,340 interview questions and reports from Jr software engineer interviews. Prepare for your interview. Get hired. Love your job.