Engineer 1 Interview Questions

3,915 engineer 1 interview questions shared by candidates

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.
avatar

SDET-1

Interviewed at Rubrik

3.4
Mar 24, 2019

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.

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
avatar

Software Engineer-1

Interviewed at Vedantu

3.3
Aug 4, 2020

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

Viewing 201 - 210 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 3,915 interview questions and reports from Engineer 1 interviews. Prepare for your interview. Get hired. Love your job.