The interviewer asked me a few questions.
First was to write a function which can print Fibonacci sequence.
The second question was to print an array in reversed order.
The third question was to use the value of an index from an integer array to find the number in the Fibonacci sequence and print it out, using reversed order for that array.