You have two operations: add by one and multiply by 2. Find the minimum number of operations to get from 0 to any particular integer.
Software Engineer Intern Interview Questions
9,339 software engineer intern interview questions shared by candidates
Given the sum, find all pairs of 2 numbers that have the sum.
Reverse all the characters in a string before you encounter an 'x'. abcdxdd - > dcbaxdd
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