Implement getElementById
Engineer Iv Interview Questions
1,282 engineer iv interview questions shared by candidates
There were several question involving data structures, algorithms, and a few involving databases.
How many managers reports ti you?
Tell me about a time you had to deal with change. How did you handle it? What was the ultimate outcome?
The questions were all pretty basic behavioral questions starting with "Tell me about a time when....". I was asked about attention to detail, prioritizing, and communicating with a difficult coworker.
First round can be little tricky as there are no direct technical questions from the Lead they come as you answer the questions along the way during interview.
Flatten deep nested object: const nestedData = { name: 'Abc', age: '29', address: { pincode: '110011', area: 'bangalore', state: 'karnataka', location: { lat: '122.21', long: '11.21', }, phone: '1212121', }, }; Output: const op = { "nestedData_name": "Abc", "nestedData_age": "29", "nestedData_address_pincode": "110011", "nestedData_address_area": "bangalore", "nestedData_address_state": "karnataka", "nestedData_address_location_lat": "122.21", "nestedData_address_location_long": "11.21", "nestedData_address_phone": "1212121" }
There were questions about Data structure and python
Are you willing to work over the weekends?
things I liked/disliked from my degree/previous employment
Viewing 1081 - 1090 interview questions