What are you doing for you final year project?
Software Development Interview Questions
37,024 software development interview questions shared by candidates
Java hashmap , garbage collector and searching sorting questions. Programming question: Check if the number has appeared odd times
How would you design a chat system?
Without using any high level language methods (such as indexOf()) write a function that takes two strings (A and B) and checks to see if B is in A, if it is return the index that B starts at.
The client has complained about your website that it runs very slowly. How would you increase the speed of the website?
Design an algorithm to find out if an array has a pair of integers summing to some number X.
all numbers appear twice in an array, except one special number that only apprears once. how to find it efficiently using only constant extra space
Design an algorithm to compute the even parity bit for a binary input of any size.
Design a function that will return a pointer to the n-th element from the end of a linked list.
Implement a string matching algorithm that matches a given string prefix to the longest matching string in a dictionary.
Viewing 3051 - 3060 interview questions