|
|
|
|
|
by fjp
2612 days ago
|
|
I once passed a whiteboard interview just calling random made-up operations on generic java arrays, like Array.flatten(). I was relatively new to programming and had been practicing in Java but didn't know how to execute a lot of map/filter/reduce operations off the top of my head like that. I did, however, know that my interviewer was a Python programmer that probably didn't know much about Java language features. |
|
I think most decent interviews will give you a pass on an enhanced standard library.