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

Logical Interview Problem

Jonathan has three boxes containing milk chocolates and dark chocolates. The problem is that all of them have been labeled incorrectly as follows.
Box1: Dark Chocolates
Box2: Milk Chocolates
Box3: Dark Chocolates and Milk Chocolates

How will he label all the boxes correctly by just opening one box?
category : LOGIC

Decipher MatchSticks Puzzle

Can you decipher the two rows to find the hidden word?

Spatial Trivia Physics Puzzle

As shown in picture, there are four gears with the following specification
* Gear A has 60 teeth
* Gear B has 40 teeth
* Gear C has 20 teeth
* Gear D has 60 teeth
* Every minute, Gear B makes 15 complete turns.

What is the relative speed of Gear A and Gear B?

Lateral Thinking Problem

Suppose there is a Christmas tree and four angels are sitting on it amidst the other ornaments. Two of them have black halos and two of them have white halos. No body among them can see above their head. Angel A is sitting on the top branch and can see angels B and C sitting below him. B can see C who is sitting in a branch lower than his. Angel D is at the base of the tree and can't be seen due to the branches in between. Also, he can't see anybody as well.

If they are asked to guess the color of their own halo (they dont know that), who do you think will be able to deduce and speak up first with a right answer?
category : LOGIC

Interview Balls Puzzle

In a closed jar, there are three strawberry candies, two mango candies and five pineapple candies. You can't see inside the jar. Now, how many toffees you must take out from the jar to make sure that you have one of each flavor?
category : LOGIC

Tricky Iq Question

In a jar, there are some orange candies and some strawberry candies. You pick up two candies at a time randomly. If the two candies are of same flavor, you throw them away and put a strawberry candy inside. If they are of opposite flavors, you throw them away and put an orange candy inside.

In such manner, you will be reducing the candies in the jar one at a time and will eventually be left with only one candy in the jar.

If you are told about the respective number of orange and strawberry candies at the outset, will it be feasible for you to predict the flavor of the final remaining candy ?
category : LOGIC

Best Thinking Brain Teaser Ever

Three men are living in a desert namely – Alex, Brian and Chris.

Alex hates Chris and thus he decides to kill him. To succeed in his evil intentions, he poison the water supply of Chris. Since they are living in desert, he will have to drink water or he will die of thirst.

Brian is not aware of the actions of Alex and he plans to kill Chris as well. To do this, he killed the water supply of Chris.

Chris dies due to his thirst. Who killed him?

Fake Coin Brain Teaser

In front of you, there are 9 coins. They all look absolutely identical, but one of the coins is fake. However, you know that the fake coin is lighter than the rest, and in front of you is a balance scale. What is the least number of weightings you can use to find the counterfeit coin?
category : LOGIC

Difficult Brain Twister

A strange tradition is followed in an orthodox and undeveloped village. The chief of the village collects taxes from all the males of the village yearly. But it is the method of taking taxes that is interesting.

The taxes paid in the form of grains and every male should pay equal pounds corresponding to his age. In simpler terms, a man aged 10 years will have to pay 10 pounds of grains and a 20 years old will be paying 20 pounds of grain.

The chief stands on a riser containing 7 different weights next to a large 2 pan scale. As per the interesting custom, the chief can only weigh using three of the seven weights.

In such a scenario, can you calculate what must be the weights of the seven weights each and who is the oldest man the chief can measure using those weights?
category : LOGIC | MATHS

Math IQ Question

Adam is one of the finalist in an IQ championship. As the final test, he is provided with two hourglass. One of them can measure eleven minutes while the other one can measure thirteen minutes.
He is asked to measure exactly fifteen minutes using those two hourglasses. How will he do it ?
category : LOGIC | MEASURE

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

Latest Puzzles

03 March
Minimum Move Chess Game Video Riddle

Can you figure out the minimum number of...

02 March
A numeric lock has 3 digit key Riddle

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

01 March
What's wrong in the kitchen picture

What appears to be wrong in the kitchen ...

28 February
Who Is the Mother Picture Riddle

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

27 February
Lighter Than Air Riddle

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

26 February
3 Tigers 3 Sheep Riddle

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

25 February
Cow Rebus

Decode the below cow rebus....

Puzzles Tags :

Illusions Tags :