Programmer Analyst Interview Questions

25,424 programmer analyst interview questions shared by candidates

question like: ArrayList list = new ArrayList(); for (i =0; i < 10000;i++) { list.add(i); } do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.
avatar

.NET Back End Programmer

Interviewed at BDC

3.9
Oct 25, 2019

question like: ArrayList list = new ArrayList(); for (i =0; i < 10000;i++) { list.add(i); } do you see a problem here ? you add to answer that this list is slower than the new List object and there is a danger of mixing different object type in the same list. I didn't event think of that because you are looking for the catch. and it goes on like this the hole interview.

1. some function was there had to find error . 2. given an array and integer m , had to find average of m groups in O(n) . Ex : A[]={1,2,3,4,5} ,m=3 ans : avg(1,2,3) , avg(2,3,4),avg(3,4,5) 3.givean an array and target , had to find all pairs whose sum is equal to target.
Apr 13, 2016

1. some function was there had to find error . 2. given an array and integer m , had to find average of m groups in O(n) . Ex : A[]={1,2,3,4,5} ,m=3 ans : avg(1,2,3) , avg(2,3,4),avg(3,4,5) 3.givean an array and target , had to find all pairs whose sum is equal to target.

Viewing 1721 - 1730 interview questions

Glassdoor has 25,424 interview questions and reports from Programmer analyst interviews. Prepare for your interview. Get hired. Love your job.