Compare and Book and a Three Ring Binder using data structures and classes.
Intern Software Engineer Interview Questions
9,334 intern software engineer interview questions shared by candidates
Reverse all the characters in a string before you encounter an 'x'. abcdxdd - > dcbaxdd
Given the sum, find all pairs of 2 numbers that have the sum.
Given a word (does not have to be an actual word, just a string of capital letters), return the alphabetical rank of that word out of all possible combinations of the given set of letters.
Design a class to implement a queue which supports pop from head, push from end and delete at any position of the queue.
Implement mergesort in language of choice (chose java)
What are the main OOP concepts?
Print a binary tree by level.
Implement a linked list. Given a collection of linked lists, give the list with the minimum length. Given a collection of linked lists, give the list with the minimum sum.
Just one question. There are 3 classes: coupon, location, forgot what was the last one.. was asked to get best coupon from a given locationId
Viewing 271 - 280 interview questions