Q: In an array that has one value for more than half of its elements, how can you find that value?
Software Development Engineer Interview Questions
32,823 software development engineer interview questions shared by candidates
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?
Write a function to turn a string into an integer and test it
Write a function to print out the contents of a singly-linked list in reverse order.
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
return Last 3rd consonant character in a string
why do you want to join nokia?
remove all elements from linked list with "n" as their value
How to rotate an array by a particular amount, require best time and space complexity.
Viewing 351 - 360 interview questions