Software Developer Engineer Interview Questions

3,279 software developer engineer interview questions shared by candidates

In HR interview, 1) Are u comfortable with relocation 2) Are u comfortable with different shifts, 3)Tell me about yourself. In Technical round 1)one quants question(basic, speed distance time or profit or loss) 2)coding question (a no. is given, upto that no. find the biggest prime no.) 3)optimise that code, tell the execution time of that code etc 4)what is normalisation? 5)solve a database query (basic). etc
avatar

Associate Software Engineer Developer

Interviewed at Sopra Steria

3.5
Dec 27, 2017

In HR interview, 1) Are u comfortable with relocation 2) Are u comfortable with different shifts, 3)Tell me about yourself. In Technical round 1)one quants question(basic, speed distance time or profit or loss) 2)coding question (a no. is given, upto that no. find the biggest prime no.) 3)optimise that code, tell the execution time of that code etc 4)what is normalisation? 5)solve a database query (basic). etc

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 };

Viewing 1491 - 1500 interview questions

Glassdoor has 3,279 interview questions and reports from Software developer engineer interviews. Prepare for your interview. Get hired. Love your job.