Extremely technical interview.
Software Development Interview Questions
37,008 software development interview questions shared by candidates
Why do you want to work here?
Are you married? Do you have any kids? Where do you live?
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
Challenge
Questions were not difficult but my English was a little bit poor. Also my solutions were the first solutions that came to my mind and I think they asked for a better algorithm for the Development Lead position. Questions were: You have 3 integer arrays, find the common items that exist in at least two of the arrays; Write a program to create a histogram of the top 5 most used words in a file.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
write a function to find the n-th fibonacci number
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
It is easy, look online for questions and how to solve them
Viewing 801 - 810 interview questions