As there was NDA so cant disclose the questions exactly but all the rounds will having one coding questions and questions related to testing the program of the real world scenario of the there product. The programming question will never be a direct one like find the solution in O(n) or like that. They are more focusing on whether you are able to solve the problem or not.
Engineer 1 Interview Questions
3,915 engineer 1 interview questions shared by candidates
They asked 2 DSA question one was easy and other is medium level
Discussion of Projects mentioned in the resume in great detail, basic questions on topics like operating systems, data base management system, data structures etc.
They asked me if I was able to wake up early enough to work the first shift (5-6 am start time).
Why are you leaving your current job
Você se importa em trabalhar em executar trabalhos braçais.
Mon expérience ?.
What do you expect from the next 4 months, while working at Stellar? How will you handle a difficult, angry customer?
Given two sequences pushed and popped with distinct values, return true if and only if this could have been the result of a sequence of push and pop operations on an initially empty stack. Example 1: Input: pushed = [1,2,3,4,5], popped = [4,5,3,2,1] Output: true Explanation: We might do the following sequence: push(1), push(2), push(3), push(4), pop() -> 4, push(5), pop() -> 5, pop() -> 3, pop() -> 2, pop() -> 1
You walk into a fast food restaurant and see a whole bunch of angry people. What do you do?
Viewing 201 - 210 interview questions