Arrays Interview Questions
(Posted anonymously by job candidates)
| 15 Interview Questions: 1–10 of 15 | Sort by |
Mar 4, 2012
Interview Question for Financial Software Developer Intern at Bloomberg L.P.:
|
“How to find a number in an array of number” |
Feb 10, 2012
Interview Question for Software Development Engineer at Microsoft:
|
“Diagonally flip a two dimensional array.” |
Jan 13, 2012
Interview Question for Software Development Engineer I at Amazon.com:
|
“Can you write a program to extract data from 4X4 array of strings ?” |
Jan 10, 2012
Interview Question for Software Engineer at Cloudera:
|
“How would you find two numbers that add to a sum in an array?” |
Jul 15, 2011
Interview Question for Principal Software Engineer at Ariba:
|
“Trim a string in Java (remove leading and trailing white space). You can't use the String.trim() function. Do it just using an array. Keep in mind the string could have white spaces within it.” |
Jul 12, 2011
Interview Question for Software Development Engineer at Amazon.com:
|
“Given an array, put all repeated characters together.” |
Jul 9, 2011
Interview Question for Technical Program Manager at Amazon.com:
|
“Given two arrays find all the points of intersection between the (i.e. equal elements) and return them in an array.” |
Apr 18, 2011
Interview Question for Software Engineer at Amazon.com:
|
“Find the numbers occur odd times (e.g. 1,3,5,7,...) in the given array. e.g. { 2, 2, 1, 1, 1, 4, 4 } You should print 1.” |
Mar 22, 2011
Interview Question for Software Engineer at Google:
| 1 of 1 found helpful |
|
“Write a function that computes the intersection of two arrays. The arrays are sorted. Then, what if one array is really larger than the other array?” |
