Engineer Developer Interview Questions

3,865 engineer developer interview questions shared by candidates

1. split array int smaller arrays based on given size. int[] original = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; int splitSize = 3; /* expected Output [0, 1, 2] [3, 4, 5] [6, 7, 8] [9] */ 2.Flatten object array. Object[] array = { 1, 2, new Object[]{ 3, 4, new Object[]{ 5 }, 6, 7 }, 8, 9, 10 };
avatar

Software Engineer - Java Developer

Interviewed at Wissen Infotech

3.8
Jun 12, 2023

1. split array int smaller arrays based on given size. int[] original = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; int splitSize = 3; /* expected Output [0, 1, 2] [3, 4, 5] [6, 7, 8] [9] */ 2.Flatten object array. Object[] array = { 1, 2, new Object[]{ 3, 4, new Object[]{ 5 }, 6, 7 }, 8, 9, 10 };

They focused more on the fundamentals of computer graphics, especially around the graphics pipeline and mathematical concepts used in rendering. It wasn’t a direct Q&A format — rather, it turned into an engaging discussion and problem-solving session where we worked through ideas together.
avatar

Software Engineer (Ios Developer)

Interviewed at Flam

4.4
Nov 4, 2025

They focused more on the fundamentals of computer graphics, especially around the graphics pipeline and mathematical concepts used in rendering. It wasn’t a direct Q&A format — rather, it turned into an engaging discussion and problem-solving session where we worked through ideas together.

Viewing 1761 - 1770 interview questions

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