Software Engineer Associate Interview Questions

21,502 software engineer associate interview questions shared by candidates

They asked me a few questions about JAVA. I knew the answers to all of them except one. They asked me what a static class is, and I had no idea about that. In fact they asked this question to many of us, and as far as I know, not many could answer it.
avatar

Associate Software Engineer

Interviewed at Indus Valley Partners

3.2
Dec 19, 2012

They asked me a few questions about JAVA. I knew the answers to all of them except one. They asked me what a static class is, and I had no idea about that. In fact they asked this question to many of us, and as far as I know, not many could answer it.

The coding questions were not very hard! There were four questions with increasing difficulty at least for me! But was able to solve them! A question that I remember was: A lot of non-essential info, essentially it boiled down to: I had to mimic the distribution center according to the conditions provided! Given an array CenterCapacity that contains a center's capacity between 1 to 5 and a String Array dailyLogs! It contains info in the form of strings, like "Packages" and "Closed ". If it is a package, then I will keep using a center until it hits its capacity given by centerCapacity[j]! and then sequentially move on to the other. If we complete a cycle, then the capacity gets restored! However, if we encounter a "closed " entry, it means that this jth center is now closed until otherwise said so, and we cannot use it to store the packages! Then we continue until all the packages we reach the end of the daily logs! And finally, I had to return the index of the Center that stores the most packages.( in case of same count return the bigger index )
avatar

Associate Software Engineer

Interviewed at Capital One

3.6
Aug 14, 2025

The coding questions were not very hard! There were four questions with increasing difficulty at least for me! But was able to solve them! A question that I remember was: A lot of non-essential info, essentially it boiled down to: I had to mimic the distribution center according to the conditions provided! Given an array CenterCapacity that contains a center's capacity between 1 to 5 and a String Array dailyLogs! It contains info in the form of strings, like "Packages" and "Closed ". If it is a package, then I will keep using a center until it hits its capacity given by centerCapacity[j]! and then sequentially move on to the other. If we complete a cycle, then the capacity gets restored! However, if we encounter a "closed " entry, it means that this jth center is now closed until otherwise said so, and we cannot use it to store the packages! Then we continue until all the packages we reach the end of the daily logs! And finally, I had to return the index of the Center that stores the most packages.( in case of same count return the bigger index )

Viewing 3461 - 3470 interview questions

Glassdoor has 21,502 interview questions and reports from Software engineer associate interviews. Prepare for your interview. Get hired. Love your job.