Saturday 28 February 2015

HUAWEI TECHNOLOGIES INDIA PVT Limited

Coming to my experience in that seclection process,
I)                    In the written exam there were 2 parts, 1. Apti ,   2. C++
Apti questions are really easy..   some questions repeated from Indiabix
Coming to C++, totally basic fundamental questions, some theory questions..
II)                  TECHINICAL Round… I will tell few questions I remembered.
2 technical Rounds
In first technical Round:                (I said beginner in C++ , so only 1 or 2 questions on C++)
  What are the storage classes, basic differences between each of them?
  What is pointer to function?
  What is your main project in your b.tech, explain it?
  Write a program to check a string is palindrome or not?
  What do you mean by declaration, definition and tell me the difference?
  If you were given a project..  How will you do it, explain?
  There are two painters , they can paint 2 rooms in 2 hours, then
How many hours they will take to paint 18 rooms?

This question is time & work based …
  Next two questions about again other two projects and explanation?
  Are you really interested in to software programming since you are from    electronics background?
  What is a mutex, and what is a semaphore?
  What is polymorphism, what is inheritance define them ?
  What do u mean by dynamic storage class?
  Tell me basic differences between malloc, calloc?
  What is a pointer, explain constant pointer?
Like this some other C –basic concepts based questions were asked…
In 2nd Technical Round,                  (puzzles and technical questions on C, electronic subjects)
  What is ur favorite subject..   I said Digital Electronics
Then she asked to Explain me about SR flip-flop?
  Explain about your recently completed project?
  There are two files in hard disk regarding student database , and given some more     different details, then she Asked me to write a program based on student database
  Some more questions on electronics, and C .
  Some other questions were repeated again from 1st technical interview
TWO PUZZLES
  There are 3 bulbs in one room called ROOM1, and three switches are in another room called ROOM2, you were given only one chance to enter from ROOM2( switche's room) to ROOM1( Bulb's room ) no second chance.
And then you have to find which switch is for which bulb.
Condition:  nothing will be visible from one room to other room

   You are having 12 apples in your basket, and there are 12 friends.


You have to distribute one apple to every single person, but there should be one apple left in the basket after distributing one for each, how you will do it?