Interview Process   |   Interview Puzzles / Aptitude
Organization : Advisory Board
Position : Software Engineer

Advisory Board Interview Process


I applied for the position of Software Engineer at Advisory Board in person. At a certain point of time I felt that they were not having interviews but then I was reverted back after three weeks and informed about the interview. The interview had five rounds in total - four technical rounds and one HR round.

Round 1 - Face to Face Interview
The very first round was pretty tiring. By tiring am referring to the fact that so many questions were asked. But before beginning with the technical questions, some of the basic things were asked from me. They inquired about my technical background and the reasons why I was switching the company. They tested my communication skills and adaptability to the work environment and team work through several questions.

After all such questions was the time for some technical questions. The questions were overall basic in nature. I don't remember all of them but I am giving away some which were asked from me:
Q1. Difference between ASP.Net Web Forms and MVC.
Q2. Difference between structural programming and object oriented programming.
Q3. Explain the Big-O-notation.

Round 2 - Telephonic Interview
This was a telephonic discussion round and I was called from the Chennai Office. The level of questions asked was intermediate. The interviewer asked me about my strong area and the questions followed surrounding that area only. Questions were asked over the object oriented programming concepts. A couple of questions on the practical application of the abstract class and interfaces were asked as well. Some questions were based on SQL server DML.

The round was as I said moderately difficult. I you know your basics, you can do well.

Round 3 - Second Telephonic Interview
This time, I was called straight from Washington DC. The level of questions asked was advance in this round. Some questions were quite difficult and most of them were situation based technical questions. They also asked questions to test my analytical and reasoning skills. You can expect questions related with language integrated query and the technologies that Microsoft is working on i.e. Windows 9 and mobile OS.
Q1. Write a function that accepts an integer and returns the number 1's after converting it to its corresponding binary format.
Q2. How can you improvise over the code you have just written?

Round 4 - Third Telephonic Interview
This was another telephonic discussion via Washington DC. You will find that this round is pretty much similar to the one you had given already. The questions are advanced and difficult just the same way. Although in this round, they will be measuring your thinking skill more than your technical skills. Some of the questions asked:
Q1. Write a function that returns a Boolean and accepts:
a)An array of integer
b) An integer, say 'x'

Q2. Consider that an SQL table contains two fields - Product and Category. The table is populated with some sample data i.e.
Product Category
Mango Fruit
Strawberry Fruit
Milk Diary
Banana Fruit
Cabbage Vegetable
Then, write an SQL query that will return the Category which has the maximum existence. (It should return fruit in this case as they have maximum occurrence).

Round 5 - HR Interview
After I was passed over the telephonic rounds, I was called for the HR interview. It was a usual round with all sorts of Human Relations type questions some of which I had already answered in the previous technical rounds. After all that, they asked me for my expected CTC. There was no negotiation required as what they offered was higher than my expected CTC. I was glad that I was finally selected.

How to crack (get into) Advisory Board Interview


Cracking Advisory Board interview is not at all an easy task. I have tried my best to explain all the rounds in details above only and thus I would like to keep this section as brief as possible.

If you ask me, I will say that you have to read each and everything in detail and practice over the coding as much as you can. You can't really guess from where they will ask you the questions. It is relatively easy to crack the first two rounds. But for the Washington calls, you better be prepared with your best. These are professional people who want only professional people. If they get a hint that you are an amateur by any chance, you are likely to be rejected.

So the key to crack Advisory Board Interview is to prepare for the worst and then give your best during the interviews. There is no alternative.

My best wishes are with the candidates preparing or appearing in the interviews in coming future.


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

Most Popular Logical Puzzle

Outside a room there are three light switches. One of switch is connected to a light bulb inside the room.
Each of the three switches can be either 'ON' or 'OFF'.

You are allowed to set each switch the way you want it and then enter the room(note: you can enter the room only once)

Your task is to then determine which switch controls the bulb ??
category : LOGIC

Interesting Bet Puzzle

In a bowl, there are several chits with distinct numbers on them. You have to choose any two of them at random.

Will you accept the 2 to 1 bet that the numbers will be relatively prime will you accept it?

For instance:
If the numbers you pick are 6 and 13, you lose $1.
If the numbers you pick are 5 and 25, you win $2.
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

Logic Fruits Riddle

There is a box full of fruits,
all but two are grapes,
all but two are apples,
and all but two are oranges.

How many fruits are in the box ?
category : LOGIC | MATHS

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?

Spot The Difference Christmas Tree Riddle

Can you spot 5 differences in two Christmas tree below?

category : PICTURE

Popular Logical Brain Teaser

A couple had to take shelter in a hotel for they could not proceed their journey in the rain. Having nothing to do at all, they started playing cards. Suddenly there was a short circuit and the lights went off. The husband inverted the position of 15 cards in the deck (52 cards normal deck) and shuffled the deck.

Now he asked his wife to divide the deck into two different piles which may not be equal but both of them should have equal number of cards facing up. There was no source of light in the room and the wife was unable to see the cards.

For a certain amount of time, she thought and then divided the cards in two piles. To the husband’s astonishment, both of the piles had equal number of cards facing up.

How did she do it?
category : LOGIC

Move 3 MatchSticks Puzzle

You need to divide area in the picture below into two equal parts by using exactly three match sticks. Can you do it?

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?

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

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

Latest Puzzles

06 March
Minimum Move Chess Game Video Riddle

Can you figure out the minimum number of...

05 March
A numeric lock has 3 digit key Riddle

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

04 March
What's wrong in the kitchen picture

What appears to be wrong in the kitchen ...

03 March
Who Is the Mother Picture Riddle

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

02 March
Lighter Than Air Riddle

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

01 March
3 Tigers 3 Sheep Riddle

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

28 February
Cow Rebus

Decode the below cow rebus....

Puzzles Tags :

Illusions Tags :