Find duplicate elements in two lists
Software Interview Questions
748,807 software interview questions shared by candidates
NDA. Study algorithms and data structures. I used Cracking the Coding Interview
Delete node in BST
Write a function where, given an index, you return the Fibonacci number at that index.
Remove an item from a singly linked list. Next: do it with no additional memory usage
Difference between c++ and java?
How would you handle a user/group who is against using IT standard software?
Given a sorted array of distinct integers and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
Staircase problem: Given a stair of size N and two ways to reach next step, take 1 step at a time or take 2 steps at a time. What is the total possible ways you can reach staircase of particular length?
The second int: You have a file like this: asb stop sba tops ..... Write the program, which prints: asb, sba stop, tops ... OK, you have 100gb file - approach? Using pure java? Why you use HashTable, not HashMap? What the difference? White sort for string (you use it in the algorithm)
Viewing 2081 - 2090 interview questions