Given an unsorted array, extract the max and min value using the least number of comparison.
Intern Software Engineer Interview Questions
12,219 intern software engineer interview questions shared by candidates
Write a C procedure to reverse a string in-place.
Given an array of numbers, there is one number that has a duplicate. How would you find the number?
1. Describe what happens when user surf the internet 2. What's Java Object class. Name one of its method. What will be returned for equal() if two objects have same hashcode
Assuming a preexisting list of 100 words, how would you efficiently see if a word received from input is an anagram of any of the 100 words?
How would you store and search 1 million names?
Give me 5 different ways of finding the median (middle element) of a linked list. For the sake of simplicity, assume the list has odd number of ints. Also mention the runtime for each. Follow up: What's the fastest way you could find the median? What is the runtime? Oh.. and yes, code your answer(s) in any language of your preference.
Implement integer division
Logical Reasoning Goal: The person to reach 50 first wins. Rules: Play with another person, say a number, and the other person can say any number upto 10 over your number.
How can one implement a queue with only a stack implementation?
Viewing 51 - 60 interview questions