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

Apple Interview Process


I applied for the position of Software Engineer through my university. The process took two months and then I was interviewed at Apple. The process included two telephonic screenings and four face to face rounds when I cleared the telephonic rounds.

Round 1 - Technical Telephone Screening
The technical questions were quite easy. I guess anyone who is paying enough time to his studies will be able to clear it. I was surprised as I had expected it to be much difficult. I guess its because of the name of the Brand.

Round 2 - Behavioral Telephone Screening
This round is about who you are. The interviewer tried to assess me and my nature towards various things. I was asked about any project that I have completed and how did I managed with the problems I faced. The round was good but nothing difficult and I was selected for onsite interviews.

Round 3 - First Face to Face Interview Round
The first round was more about what I have achieved in my particular field till now. Obviously they were interested in any projects that I have done. The questions were directed towards team work and work ethics.
Q1. What did you do when you were stuck on a particular problem while doing your project?

Round 4 - Second Face to Face Interview Round
This was a technical interview and was difficult. This was something I had expected and I became nervous when I was not able to revert with any solution to a problem that was asked.
Q1. Write a function:
Char * CreateEmptyString(int len)
Such that the function must return a pointer to an empty string of length len.
Q2. How will you test ios simulator and how will you test an Android simulator.

Round 5 - Third Face to Face Interview Round
This round was even more difficult. I was thoroughly exhausted and pretty nervous. When I was not able to answer a couple of questions, I lost all my confidence. Some of the questions:
Q1. How does the memory management work in Objective-C.
Q2. Create a synchronization primitive for the operating system/kernel from scratch.

Round 6 - Fourth Face to Face Interview Round
In this round, the interviewers asked me about my experiences in details. They were very keen on every detail and asked me how can I contribute for the growth of Apple.

How to crack Apple Interview


Study every damn thing. This is what I will suggest to all the candidates before I can give a few pointers. The telephonic rounds are easy but do not expect the same easy level of questions in the face to face interview rounds. They are certainly very difficult.

Another thing is that don't lose confidence. I know it is difficult but try to maintain your composure. They will pick it up if you feel nervous. No doubt the interviews are difficult and therefore you must study in depth and be clear about your vision.

Some topics that you must study in depth are:
1) System integration problems
2) Advanced java basics
3) Clustered catching and concurrency issues
4) Software design and patterns
5) Algorithms based on mathematics formulae or recursive functions
6) SQL coding
7) Data strutures

Also, do prepare with the projects you have done (if any). All the very best to all the students.


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 ?

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

Hard Ten Boxes Interview Puzzle

You have ten boxes and an electronic weighing machine. In those ten boxes, you have chocolates. Each chocolate weigh 20 grams. But in one box the chocolates are defective and each weigh 19 grams exactly.

Now you can weigh in the electronic weighing machine but you can use that machine just once. How will you find out which box has the defected chocolates.
category : LOGIC

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

Tough Two Jug Measuring Puzzle

I got two jugs of
A) 11 liter
B) 6 liter

How can I measure exactly 9 liters ?
category : LOGIC | MEASURE

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

Logic Math Problem

David and Albert are playing a game. There are digits from 1 to 9. The catch is that each one of them has to cut one digit and add it to his respective sum. The one who is able to obtain a sum of exact 15 will win the game?

You are a friend of David. Do you suggest him to play first or second?
category : LOGIC | TRICK

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

Crossing Bridge Brain Teaser

Four friends need to cross a dangerous bridge at night. Unfortunately, they have only one torch and the bridge is too dangerous to cross without one. The bridge is only strong enough to support two people at a time. Not all people take the same time to cross the bridge. Times for each person: 1 min, 2 mins, 7 mins and 10 mins. What is the shortest time needed for all four of them to cross the bridge?

The Elf Logical Puzzle

A wicked sorcerer felt enmity towards elf and thus he chooses four among the rest of the elf's and concealed them. The elves are concealed in the ground in a manner that apart from their head the rest of their body was underneath the ground. The elf's are unable to move their body and can only see in that direction that they are facing. All the elf's are concealed underground in such a way that they form a straight line and among those four elf's that are concealed underground one of the elf is detached form the other three elf's via wall. The entire elf's are in the same direction. The elf that is the furthest can only see the heads of its friends in front and a wall. The elf that is second last can only see one head of his friend and a wall. The second elf can only view the wall. The elf can see nothing.
The sorcerer understands the situation and tells the elf's that he has placed hats over their heads. Among the hats places two hat are blue and the other two are red. Among all the four elfs one of the elf has to guess that which colour hat is he wearing. If the elf answers correctly then he shall be set free or else he will have to dig beneath the ground till the very last.
category : LOGIC

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

Latest Puzzles

22 April
Minimum Move Chess Game Video Riddle

Can you figure out the minimum number of...

21 April
A numeric lock has 3 digit key Riddle

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

20 April
What's wrong in the kitchen picture

What appears to be wrong in the kitchen ...

19 April
Who Is the Mother Picture Riddle

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

18 April
Lighter Than Air Riddle

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

17 April
3 Tigers 3 Sheep Riddle

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

16 April
Cow Rebus

Decode the below cow rebus....

Puzzles Tags :

Illusions Tags :