Write a function to convert a number in Roman numeral form to a decimal representation.
Development Interview Questions
137,277 development interview questions shared by candidates
Write a function to print out the contents of a singly-linked list in reverse order.
Reverse each word of the string without reversing the order of the words this is a test BECOMES siht si a tset
Find if given number matched sum of two elements in sorted array.
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?
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.
Given a sentence input : helloworld output: HelloWorld YOu should make use of a dictionary available with you. Capitalize the dictionary words in the sentence
Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Q: In an array that has one value for more than half of its elements, how can you find that value?
How to create excel header string
Viewing 511 - 520 interview questions