(1) Stack, Queue, Linked List and Array. Pros and Cons of each data structure. (e.g. if you read and delete a lot of data not insert too many data, which data structure will you pick?) (2) What's the average complexity and worse complexity of quick sort. (3) Reverse a string, and reverse a sentence. (4) Given 2 red balls 2 black balls and 1 white balls, and randomly pick 2 of them. What's the probability of having none of 2 balls that you picked is black?
Software Developer 2 Interview Questions
96,302 software developer 2 interview questions shared by candidates
What is left join ?
Reverse a linked list
hashmap with key value and retrieval value out of it.
Describe pass by reference. You have a program with a method changeMe() that takes a string. In the main method, a string is set to "Hello" and it is passed to changeMe(). The changeMe() method sets the string to "I'm changed". In the main method, after call to changeMe(), there is a print statement for the string. What is printed?
They asked me puzzles which i think is the most unexpected and toughest part for me.(But somehow i managed to answer the puzzles) THE PUZZLE IS->> Over at your local high school, the main hallway has a bank of 100 lockers. All of these lockers, labeled 1 through 100, start with their doors closed. The resident class clown decides to open every locker door. He then returns to the front of the row and toggles (opens/closes) every 2nd locker door (2,4,6,8...) in the hallway. That is, he goes to every 2nd locker, if it's open, he closes it, if it's closed, he opens it. The class clown repeats this for every 3rd locker (3,6,9...), then every 4th locker (4,8,12...), then every 5th (5,10,15...), etc. until he finally repeats for every 100th locker. After the class clown is done, which locker numbers will end up closed, which will end up open?
Why I want to work at Epic, why I want that particular position, and what projects have I worked on before.
Write code to produce all the different ways to win tic tac toe
"Why you chose to do this project?" in telephonic interview. It was unexpected. You should be very clear why you did the projects you have in your resume.
A man was fixing his house and went to the hardware store. He pointed something out and asked how much one would cost. The clerk told him it would cost a dollar. The man asked for 300 of them. The clerk said "That will be $3". What did the man buy?
Viewing 1191 - 1200 interview questions