How long would you stay with the company ?
Junior Engineer Interview Questions
12,058 junior engineer interview questions shared by candidates
Assume your assembly language includes ONLY the following instructions: 'inc REG': increments a given register by one. 'dec REG': decrement 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.
Questions are similar to what everybody posted earlier so study those and you will be fine.
what is the testing levels
Asked questions based on previous projects and work from last job / college. They had resumes in front of them to use for reference.
3.Find the minimum missing positive integer from given array {2,3,4,-1,7,6,0} expected 1 {1,2,3,4,-1,7,9,0} expected 5 {-2,-1,0,1,2,4,5,6,11} expected 3 in O(n) complexity
About project
My GPA and any extracurricular activities.
Write a program to check if the given array is palindrome or not ??
All stupid questions which can't be expected to be answered by a junior engineer.
Viewing 51 - 60 interview questions