Engineer I Interview Questions

6,859 engineer i interview questions shared by candidates

There is a gang war going on between multiple gangs (many people & they have been fighting for some time). Police has to stop it. What will you do?” This seems really ambiguous and abstract. But later on it comes on to finding which person belongs to which gang. And ultimately its solution is related to Graphs. I wasn’t told to write the code.
avatar

Software Development Engineer I

Interviewed at Flipkart

3.8
Oct 24, 2012

There is a gang war going on between multiple gangs (many people & they have been fighting for some time). Police has to stop it. What will you do?” This seems really ambiguous and abstract. But later on it comes on to finding which person belongs to which gang. And ultimately its solution is related to Graphs. I wasn’t told to write the code.

Write a program to iterate through a 2D grid in a spiral way. Since I can't attach images here, I'll explain it using an array. Imagine you've a nxm matrix of bytes. you've iterate through it in a spiral way. It means, iterate the first row (left to right), then iterate through the right most column (top-bottom) then iterate the bottom most row (right-left) until you reach the center of the matrix. Hope its clear now.
avatar

Software Development Engineer I

Interviewed at Microsoft

4
Aug 17, 2012

Write a program to iterate through a 2D grid in a spiral way. Since I can't attach images here, I'll explain it using an array. Imagine you've a nxm matrix of bytes. you've iterate through it in a spiral way. It means, iterate the first row (left to right), then iterate through the right most column (top-bottom) then iterate the bottom most row (right-left) until you reach the center of the matrix. Hope its clear now.

Viewing 1501 - 1510 interview questions

Glassdoor has 6,859 interview questions and reports from Engineer i interviews. Prepare for your interview. Get hired. Love your job.