Design a function to reverse the order of words in a string - "This is a string" -> "string a is This"
Development Interview Questions
137,392 development interview questions shared by candidates
Q. How to prioritize the features slotted for a given release.
Know your data structures
How to detect overlapping area for two rectangles
Connect nodes at the same level in a binary tree
What is your biggest weakness
Logical: You are given 2 mugs of 3l and 5l capacity and a giant water tank of unlimited water. You have to contain 4ltrs water in a 5ltr mug. You can take out water from the tank unlimited times and throw water from the mug outside an unlimited number of times.
post order traversal of a Binary Search Tree Follow up Create a BST from this post order traversed array and write test cases for this function
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Viewing 511 - 520 interview questions