Interview Process   |   Interview Puzzles / Aptitude
Organization : Twitter
Position : Software Engineer

Twitter Interview Process


I applied at Twitter for the post of Software Engineer through an online application. I was interviewed at Twitter. There were a lot many rounds in the hiring process and I will try my best to explain each of those round below.

Round 1 - Telephonic Screening
I got a call from the recruiter after I applied. She covered all the resume based questions at the basic level and a brief introduction also took place. She told me more about the company and their requirements. Then there were some technical questions that covered the basics well.

Round 2 - Telephonic Interview
After the call from recruiter, I was called by the hiring manager. This was a longer interview as many questions were asked. The interviewer covered all the technical aspects a bit more in detail than the previous round. I was able to answer majority of the questions and the hiring manager was clearly impressed by me.

Round 3 - Second Telephonic Interview
I was called by a senior engineer who took the whole level to somewhere else. The questions were pretty difficult and if I would not have studied well, I would have been rejected right away. Luckily I spent much time in preparing and was able to perform decent (not great).
* After the telephonic interviews, I was called again by the recruiter who called me in for the onsite interview.

Round 4 - On-Site Interviews
Since there were about seven to eight interviews that took place on-site, it would not be feasible for me to write about every single one of them separately. So I would try to cover for them in general. All the interviews will last on an average for about half an hour or more. You will be flooded with all sort of technical questions in these interviews. Some of the questions that were asked:
Q1. Create an application which displays a word ladder between two strings.
Q2. If there are P lanes and Q cars in each lane and Cars[i][j] = (position of car, length of car), and if a frog desires to cross the road in one straight jump (vertically down), not bump into any car, write a function to conclude if he will be able to do it. You are given a frozen state of the road.
Q3. Reverse the order of words of a sentence in place.
Q4. Generate a random sentence using markov chains.

Other than technical questions, there will be a lot of cultural fit type questions. Please don't fake your responses or they will know about it. Also, many human resources based questions were asked. Some of the questions:
Q1. Why do you want to work for twitter?
Q2. What would you like to change about our product 'P'?
Q3. What type of manager would you like to work for?
Q4. How will you work under a team?


How to crack Twitter Interview


The overall hiring process at Twitter was really extremely comfortable and smooth. There were no glitches of any sort. The recruiter was so polite and placed enough information in me about the company. I can say the same for the hiring manager. Very polite and very efficient. Also, the scheduling is amazing and if you have that sort of time, you can finish off the entire process within a week.

There were many technical questions that were asked. To give you a faint idea, I have mentioned the kind of questions that were asked from me. But I would say that you will have to prepare hard if you want to be a part of this fabulous company. This is because the questions come from any direction and you must be prepared for that. I can't give specific pointers about anything as you might feel cheated if those pointers does not come true for you. There are about eight on-site interviews and thus you should prepare for the worst.

After your interviews, the recruiter will wait for the feedback of every interviewer and only then, you will be contacted and informed if you are hired or not. The package is negotiable and it all depends on what impression you generated in your interviews. So pull up your socks and prepare hard. All the best for preparations and the interviews.


Thanks Anmol for sharing the details of your interview.
Send more details and your personal experiences [email protected]
Suggestions

Maths Magic Riddle

I can prove why 1 = 2

Step1. Lets say y = x
Step2. Multiply through by x xy = x2
Step3. Subtract y2 from each side xy - y2 = x2 - y2
Step4. Factor each side y(x-y) = (x+y)(x-y)
Step5. Divide both sides by (x-y) y = x+y
Step6. Divide both sides by y y/y = x/y + y/y
Step7. And so... 1 = x/y + 1
Step8. Since x=y, x/y = 1 1 = 1 + 1
Step9. And so... 1 = 2

How is this possible ?

Tough River Crossing Riddle

This one is a bit of tricky river crossing puzzle than you might have solved till now. We have a whole family out on a picnic on one side of the river. The family includes Mother and Father, two sons, two daughters, a maid and a dog. The bridge broke down and all they have is a boat that can take them towards the other side of the river. But there is a condition with the boat. It can hold just two persons at one time (count the dog as one person).

No it does not limit to that and there are other complications. The dog can’t be left without the maid or it will bite the family members. The father can’t be left with daughters without the mother and in the same manner, the mother can’t be left alone with the sons without the father. Also an adult is needed to drive the boat and it can’t drive by itself.

How will all of them reach the other side of the river?
category : LOGIC | TRICK

Hard Logic Brain Teaser

There are 100 doors. 100 strangers have been gathered in the adjacent room. The first one goes and opens every door. The second one goes and shuts down all the even numbered doors – second, fourth, sixth... and so on. The third one goes and reverses the current position of every third door (third, sixth, ninth… and so on.) i.e. if the door is open, he shuts it and if the door is shut, he switches opens it. All the 100 strangers progresses in the similar fashion.

After the last person has done what he wanted, which doors will be left open and which ones will be shut at the end?
category : LOGIC

Popular Deductive Logic Problem

Eight Brothers lives in an old house where there is no electricity and no computers or any any other gadget.

Brother-1: Reading Comics
Brother-2: Playing Chess
Brother-3: Writing
Brother-4: making food for the family
Brother-5: sleeping and snoring
Brother-6: cleaning house
Brother-7: watering the plants


what is Brother-8 doing ?
category : LOGIC | TRICK

Pirates Probability Brain Teaser

You are stuck with the pirates who might even kill you on board. They give you a chance to survive. There are hundred black rocks and hundred red rocks. There are two empty sacks which are labelled as heads and tails respectively. You have to divide the rocks in two bags as per your wish. Then a fair coin will be flipped. If its heads, you will have to pick a rock on random from the sack labelled heads and if its tails, you will pick up from the tails sack. If you pick up a black rock, you will be freed and if you pick up a red rock, you will be killed.

How will you distribute the rocks so that your chances of survival are the best?

Crossing The River In Minimum Time Puzzle

Four people need to cross a dark river at night.

* They have only one torch and the river is too risky to cross without the torch.
* If all people cross simultaneously then torch light wont be sufficient.
* Speed of each person of crossing the river is different.cross time for each person is 1 min, 2 minutes, 7 minutes and 10 minutes.

What is the shortest time needed for all four of them to cross the river ?

Famous Water Jug Problem

You live in Dubai and had an infinite supply of oil and a 5 liters and 3 liters jar,
how would you measure exactly 4 liters (of-course in minimum numbers of step) ?
category : LOGIC | MEASURE

Logic Problem Brain Teaser

The world is facing a serious viral infection. The government of various countries have issued every citizen two bottles. You as well have been given the same. Now one pill from each bottle is to be taken every day for a month to become immune to the virus. The problem is that if you take just one, or if you take two from the same bottle, you will die a painful death.

While using it, you hurriedly open the bottles and pour the tablets in your hand. Three tablets come down in your hand and you realize they look exactly the same and have same characteristics. You can’t throw away the pill as they are limited and you can’t put them back or you may put it wrong and may die someday.

How will you ensure that you are taking the right pill?
category : LOGIC

Famous Lion Tamer Interesting Puzzle

You are trapped with a lion in a cage with 1 unit as its radius. Both you and the lion can run effortlessly at the speed of one unit.

1) The lion is quite hungry and all he wants is to catch you and eat you up. Will he be able to do that?
2) If yes, how long do you have till he does that?
category : LOGIC

Hard Logic Puzzle

A great meeting is held by a great logician where all the other logicians are called upon. The master logician takes them in a room and makes them sit in circle. A hat is placed on each of their heads. Now all of them can see the color of hats others are wearing but can’t see his own. They are told that there different colors of hats.

The master logician explains that a bell will be rung at regular intervals and the moment when a logician knows the color of his hat, he will leave on the next bell. If anyone leaves at the wrong bell, he will be disqualified and sent home.

All of them are assured of one thing that the puzzle will not be impossible for anyone of them. How will they manage the situation?
category : LOGIC

Submit your Email Address to get latest post directly to your inbox.

Latest Puzzles

25 April
Minimum Move Chess Game Video Riddle

Can you figure out the minimum number of...

24 April
A numeric lock has 3 digit key Riddle

A numeric lock has 3 digit code with the...

23 April
What's wrong in the kitchen picture

What appears to be wrong in the kitchen ...

22 April
Who Is the Mother Picture Riddle

Can you find the mother of the baby in t...

21 April
Lighter Than Air Riddle

I'm lighter than air but a thousand men ...

20 April
3 Tigers 3 Sheep Riddle

If 3 tigers catch 3 sheep in 3 minutes. ...

19 April
Cow Rebus

Decode the below cow rebus....

Puzzles Tags :

Illusions Tags :