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
Engenheiro 1 Interview Questions
346 engenheiro 1 interview questions shared by candidates
Array question in which we have to find the missing number and print it in a number sequence.
Basic concepts of Object Oriented Programming.
They tested me on problem solving because I know Java and c ,but their requirement was c++.They asked some questions on arrays , strings ,bfs ,DFS , sortings etc..They want applications of data structures and algorithms,not implementations.
a situation where u faced a major problem and how u tackled it?
Description of life cycle hooks in angular
Q: What is a time you had to take a risk?
They asked me to solve the “Container With Most Water” problem and explain my approach.
Find how many pairs of matching socks are present in the array
1st a quick call with the Recruiter just discussion on tech stack, current and expected CTC, and notice period. The recruiter arranged the 1st interview on the mutually decided date. 1st Round | Technical Interview - 1 | 1 hour 1. Introduce yourself. (5 mins) 2. Just a resume walk-through and background details question. (10 mins) 3. Past project discussion. (10 mins) 4. Basic java, java-spring question. (10 mins) 5. Then a detailed discussion on building a movie ticket booking system:- database designing, API designing, architecture, approach, etc. (20 mins) 6. Simple Question on databases. (5 mins) 2nd Round | Technical Interview - 2 | 1.5 hour 1. Introduce yourself. (5 mins) 2. Tech stacks worked on. (5 mins) 3. Showed some code snippets to find time and space complexity. (10 mins) 4. Core Java and Spring-boot, Hibernate question. (10 mins) 5. 4 Coding questions (1 Hour) String manipulation Array-based question Graph question (approach only) Kth largest element from array ( Write Production-level code ) 3nd Round | Managerial Interview | 1 hour 1. Introduce yourself. 2. How you deal with stress. 3. How is covid-19 affecting your personal growth 4. Why are you switching 5. Any plans for further studies. 6. You can ask me any question I am done. I asked questions related to any project approach, architecture like what they follow how are deadlines decided, and all.
Viewing 11 - 20 interview questions