Asked me several times to send my grade sheet, did not contact me further although they kept asking for it and confirming they got it. Did not answer my questions about the process.
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
They asked about my past experience and stuff about courses I learned.
They give me a question that was written in english. They asked me to read it, and explain what I understand and to explain how i would solve it without coding.
three horses are having a race. at the finish line of each lane there is a detector which gives a logical '1' when a horse crosses the line. design a circuit which will let you know which horse won the race (even if checked after a long time)
In Java, an interface can implement an abstract class (T/F) in Java, a private method is always final (T/F) in Java, a private method cannot be overriden (T/F) in Java, a protected class can be accessed by anyone in the package (T/F) in Java, a protected class can be accessed by it's child classes always (even when not in the package) (T/F)
explain the JS concept of async\await? what is promise in JS?
how would you calculate the number of trailing zeros in a factorial in an efficient way?
LRU cache from leetcode but to build the whole thing myself and do no use any datastructures other than list.
Just general personality questions to see whether you will fit into the team. Nothing technical.
Oop Questions, 2 coding problems with test cases
Viewing 1271 - 1280 interview questions