How to find K most frequently occurring elements.
Softwareentwickler Java Interview Questions
513,299 softwareentwickler java interview questions shared by candidates
Given a limited amount of RAM, how would you sort an entire disks worth of data?
Is multii level inheritance possible in java ? explain with example.
How can you keep a process's data safe from an external process overwriting it.
They asked many difficult programming questions to write the code on paper which cannot be explained here
How to arrange an array of strings in the groups of the same strings which can be obtained by permutating characters in them.
The interviewer asked a question about sorting cards. Given a complete set of cards, you should sort them without using extra space.
You have to measure exactly 4 liters of water, but you only have a 3-liter bottle and a 5-liter bottle. How do you do it?
Reverse words in a sentence so like ex: to be or not to be return be to not or be to Note: I'm a freshman in college and he knows I don't know much so I got an easy question
Given an array A, find the count of the ordered pairs. An ordered pair is defined as any number A[j], such that A[j]>A[i] and j>i. You have to do this in optimal time.
Viewing 2051 - 2060 interview questions