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

Question #1: Can you tell me about a time you failed something, either in school or at a job?

How to answer
How to answer: This open-ended question is designed to show how you recognize and grow from failure. Be sure to speak to how you identified the failure and the steps you took to ensure that you met success in the future. Discuss how you were able to reflect on the situation in order to grow from it.
Question 2

Question #2: How did you land in this particular field?

How to answer
How to answer: This open-ended question lets you share your passion for your chosen career. Discuss how you first learned about the field, the steps you took to put yourself on the path to this career, and what drives you to want to work in this field. Ensure that you answer this question with a visible enthusiasm for your chosen career.
Question 3

Question #3: What do you hope to gain from this experience?

How to answer
How to answer: This open-ended question allows you the opportunity to talk about the knowledge and experience you hope to get from working as an intern for their company. Be as specific to their company as possible.

248,188 intern interview questions shared by candidates

Write a function in Java that will take a sorted array of ints, possibly with duplicates, and compact the array removing all the duplicate numbers. That is, if the contains the numbers - 1, 3, 7, 7, 8, 9, 9, 9, 10, then when the function returns, the contents should be - 1, 3, 7, 8, 9, 10. Be sure your answer is as efficient as possible. Describe the efficiency of your algorithm using big O notation.
avatar

Software Engineer Intern

Interviewed at Motorola Mobility

4.2
Mar 19, 2009

Write a function in Java that will take a sorted array of ints, possibly with duplicates, and compact the array removing all the duplicate numbers. That is, if the contains the numbers - 1, 3, 7, 7, 8, 9, 9, 9, 10, then when the function returns, the contents should be - 1, 3, 7, 8, 9, 10. Be sure your answer is as efficient as possible. Describe the efficiency of your algorithm using big O notation.

how would you design how a cellphone implements its contact list when you press a certain letter. For example, If you press M it will tell you all the names starting with M. then if you press MI it will tell you all names starting from MI and so forth....
avatar

Amazon Software Developer Intern

Interviewed at Amazon

3.5
Apr 1, 2011

how would you design how a cellphone implements its contact list when you press a certain letter. For example, If you press M it will tell you all the names starting with M. then if you press MI it will tell you all names starting from MI and so forth....

The interviewer gives you 100 blank cards, and you can write a single positive integer on each card. The interviewer looks at the cards when you're done (so he knows the probability distribution of the deck), then shuffles the deck. The interviewer guesses the top card of the deck, and if he's right, he makes in $ the number written on the card. What numbers should you write on the cards to minimize the expected return of the interviewer?
avatar

Trading Intern

Interviewed at Jane Street

4.4
Apr 23, 2014

The interviewer gives you 100 blank cards, and you can write a single positive integer on each card. The interviewer looks at the cards when you're done (so he knows the probability distribution of the deck), then shuffles the deck. The interviewer guesses the top card of the deck, and if he's right, he makes in $ the number written on the card. What numbers should you write on the cards to minimize the expected return of the interviewer?

Viewing 181 - 190 interview questions

Glassdoor has 248,188 interview questions and reports from Intern interviews. Prepare for your interview. Get hired. Love your job.