Do you prefer front-end or back-end development?
Developer Intern Interview Questions
12,194 developer intern interview questions shared by candidates
Given a graph where each node is a person and they are connected to their friends, and a method to obtain the friends of a person, write a method to get mutual friends between two people, and write a method to get friends of their friends.
leetcode medium question , valid anagram or not.
Given a string, return true if it's a palindrome. Only alphanumeric characters considered. Do this in one pass through the string.
Mention one challenge you faced and how you overcame it.
given an array of integers, which contains positive and negative numbers, find the subsequence which has the max sum.
you're given a 100 jelly-beans, 50 white and 50 black. You need to set up a game which uses two cups filled with those jelly-beans, you can put a random number of each in each cup, but each cup must have at least one jelly-bean inside. A customer comes up and pick randomly a jelly-bean (it can be white or black), puts it back and then bets money that they can pull out the same color again. As a game provided you want to set it in a way that you have a higher probability of winning the game over a customer. (Hopefully this makes sense)
What is Eclipse?
What is the one thing that proved to be a challenge in your previous job and how did you deal with it?
1) Write a function that returns the second highest number within an array 2) Write a function that returns the most occurring letter in a string 3) Combine the above ^ into one function I would say in as much as leetcode helps, study data structures as much as possible because the questions may not even be there and you'd have to figure it out yourself
Viewing 1671 - 1680 interview questions