Coin algorithm - I forgot the exact number, but we had 1, 5, 10, 25 cents and based on the number of cents, calculate the least number of coins to achieve the given values.
Development Engineer Interview Questions
37,118 development engineer interview questions shared by candidates
Rearrange digits of a number to find the largest possible number in O(n) time.
I was asked a couple coding questions, a couple design problems on concurrency and scalability, but most of my interviews were discussions about past projects and experiences.
write a function to find the n-th fibonacci number
Generally covers all data structures and Algorithm question types.
The differences between recursive and iterative implementations?
Convert string to number. "123" to 123
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.
Convert string to float without using any functions
Challenge
Viewing 801 - 810 interview questions