Convert string to float without using any functions
Software Development Interview Questions
36,992 software development interview questions shared by candidates
Challenge
Program in ide: Input - wwwaabbc Output - w3a2b2c1
write a function to find the n-th fibonacci number
Code question: There is a frog. He hops once, but leaps twice. if you were given a number, say n = 3, then your code should print all the possible outcomes of leap and hops. Ex: n=3 will print hop, hop, hop hop, leap
Generally covers all data structures and Algorithm question types.
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.
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.
Standard coding and design questions. Some questions about my background. A tedious question was to convert a string representing a roman number to an integer. This question is not hard to solve, but tedious to code.
Given a 2D array of boolean values determine the largest square sub-array containing only 1s.
Viewing 801 - 810 interview questions