Find the intersection of two linked list.
Financial Software Developer Interview Questions
679 financial software developer interview questions shared by candidates
How to reverse a string by word like "I love California" to "California love I"
Hash Code Implimentation
1. How will you find the max and second max of an array of n elements? How will you find the largest k elements? 2. How will you properly shuffle a deck of cards?
How would you sort a text file full of phone numbers. You do not have enough memory to load all the file contents at once and sort them. You should write back the sorted list to the file in the end.
multiply by 2 if less than 25 go back, else continue divide by 3 subract 4 multiply by 3 Which will produce the greater result? A. 2 B. 3 C. 4 D. 5
For a non- programmer, how would you search a linear array for a set of information?
difference Stack and heap
Interviewer : I have written a book on C++. I ask you to write a program to generate the Index (all keywords and the page nos where those keywords occur) . Give the data structures and how you would go about it.
How would you print last n elements of a linked list, n being small compared to size of linked list?
Viewing 271 - 280 interview questions