1) Given an array of numbers where each number has a duplicate except one, write a program to return the lone number.
Intern Interviews
Intern Interview Questions
An intern works in a professional environment to gain practical, meaningful, and work-related experience in their chosen field or career. Interns are trainees who sign up to work for an organization for a short period of time to gain experience. Interns may be unpaid, partially paid, or paid.
Top Intern Interview Questions & How To Answer
Question #1: Can you tell me about a time you failed something, either in school or at a job?
Question #2: How did you land in this particular field?
Question #3: What do you hope to gain from this experience?
248,183 intern interview questions shared by candidates
Given an integer N and an array of unsorted integers A find all pairs of numbers within A which add up to N. (This is the only question I can remember and I had trouble thinking of an answer at the time)
Given 999 distinct numbers between 1 and 1000, find one/two that is/are missing.
Write a program to print out the first n primes.
Given only a pointer to an arbitrary node in a singly-linked list, how would you delete that node? Are there any cases where this is impossible?
Simplify a'b+abc+bc'
"There is no right or wrong answer to this... but, do you think it's better to ask for forgiveness or permission?"
Where are you studying currently ?
conditional probability questions: there is a test to test one's IQ. If your IQ is x, you will get a score between x-10 to x+10. Now someone's score is 150. What's his IQ range? Can you tell the best estimate? If not, what else condition you need?
Find the largest possible difference in an array of integers, such that the smaller integer occurs earlier in the array.
Viewing 271 - 280 interview questions