Write a program to reverse the words in a sentence. "Sky is blue" would be "blue is sky". Write test cases for this program
Manager In Interview Questions
17,818 manager in interview questions shared by candidates
What's your availability? And any questions you have for the interviewer.
How can you copy files from one directory to another using Python?
Linked list questions
Why do you want to work here?
Extremely technical interview.
Most questions are around data structures. Also expect word puzzles, like write an algorithm to spell out actual numbers. E.g. 121 -> "One Hundred and Twenty One".
Given an array of integers and k, print all the pairs of numbers (a,b), both of them inside the array, such that a+b=k
Given a list of unordered numbers, what would be the best algorithm to find the n largest numbers.
The differences between recursive and iterative implementations?
Viewing 271 - 280 interview questions