Some of the ethics questions were difficult to answer on the test. One question that stood out was I used to show up late to work, but now I am reformed (true or false). It is difficult to answer this one if you've never been late and therefore have no need to reform. If you answer false, it just looks like you show up late.
Software Developer Intern Interview Questions
2,874 software developer intern interview questions shared by candidates
Do you prefer front-end or back-end development?
maps basic usage in c++
Given a string, return true if it's a palindrome. Only alphanumeric characters considered. Do this in one pass through the string.
What classes are you taking in class right now?
To find if the two words are anagram.
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)
did you have any problem where you were not able to complete the task and how did you take it
Also asked about stack verses heap.
What is the difference between an interface and an abstract class? Given a string input, write a function that removes the character in the string that occurs the most, then return the resulting string.
Viewing 401 - 410 interview questions