I applied online. The process took 4 weeks. I interviewed at gomoney (Lagos) in Oct 2023
Interview
I have about 12 questions to answer for the technical interviews stage but I am yet to answer the questions completely. I was hoping I could find the answers to the technical questions here
Interview questions [1]
Question 1
Find the first occurrence of a given number from the series which has the difference between the adjacent elements as 1. For Example {1, 0, -1,-2,-1,0,1,2,3} Note: Do not use Linear Search