THIS is the point I'm trying to make.
Asking people to solve a problem "reverse an array" can have many valid answers. You can go and create your own method, or you can say "This language has all these utility methods, one of this is reverse array and this is how it's implemented" shows to ME that not only can you explain how reversing an array works but also that you are knowledgeable and familiar with a language/api/framework. Also that while you might not be afraid of implementing your own you're more than comfortable using a particular implementation in a language that probably runs in a much better time (O complexities and all) and where proper testing has been done.