If you get an array of integers, find the only integer that is repeated for an odd number of times.
Software Development Engineer Interview Questions
32,841 software development engineer interview questions shared by candidates
Simple screening questions about my background
Given a sorted array of integers in increasing order (can contain duplicates), return the last index of a specified target integer, or return -1 otherwise. Thus 1, 2, 2, 3, 4 and the target is 2, the function should return 2.
Convert string to float without using any functions
Write a function in C++ that takes two dates as input and determines if the two dates fall on the same day of the week. The tricky part was thinking of things like leap years and such.
They gave me an open ended problem , optimizing some part of their operations. Given a map and multiple locations from where an order has to be procured , Delivery executive location and customer location, how would you find the best path.
Extremely technical interview.
Why do you want to work here?
Are you married? Do you have any kids? Where do you live?
The differences between recursive and iterative implementations?
Viewing 721 - 730 interview questions