Saturday, March 14, 2009

Honeywell Paper


Paper Type : Technical - C & C++
Test Date : 13 September 2008
Test Location : HTS, Bangalore
Posted By : Earl
Hi.. I have attended Honeywell interview on 13th ofSeptember 2008 at HTS, Bannergatta,, Bangalore.

It has total of Four Rounds,
1. Written Test (Completetly technical) 30 mins
2. Technical Interview around 45 mins
3. Technical Interview around 45 mins
4. Technical Interview around 15 mins
5. HR interview around 15 mins

Written TEst questions were from Entirely C.

I got Question Paper 2

It had questions on File operations, Basic functions,

Pointer to functions, pointer declarations, functioncall in a for loop...

I have recalled what ever i could and provided here....

Written test had total of 31 questions and no negative marks....

1. how to allocate memory for 10 integers and make the contents zeo?

ans : ptr= calloc(10, int value);

2. what will be the output?

void increment()
{
return x++;
}

for(x=0;x<10;increment())
{
some operation;
}

Ans : I have not tried... may be error

3. HOw to free the allocated memory?

Ans : free();

4. HOw to initialize constant pointer?

5. what is the ouput?

int modifycalue()
{
x=x+10;
}

int changevalue(x)
{
x=x+1;
}

void main()

{
int x=10;
changevalue(x);
x++;
printf("%d", x);


x++;
printf("%d", x);
modifyvalue();
printf("%d", x);
}

Ans : 11, 12, 12

The above question is 90% repruduced here

6.a question on hoe to free the node in linked list in a for loop....

we have say whether it is correct or not....

8. x=0;
while(x<10)
{
stmt;
x++;
}

Represent in for loop. options given

Nothing much i remember about the written test....

In technical interview they asked only the basics, and about the project and what i have mentioned in the resume and about the embedded protocols.

In HR, they asked....
1. Tell me about ur self
2. what do you consider as your strength and give an example?
3. Have you ever faced a situation so that you are required to convince your boss and ghow you did it?
4. HAve you ever had a situation, that you could not complete your task in time and how you managed that?
5. Have you ever interacted with the customer directly?
6. What are your achievements?
7. What is your role in your project?
8. DId you ever faced a situation that you have to argue on the other side and how you convinced?
9. what made you to choose honeywell?
and some more questions....


I have went till HR and result on Hold... Good luck to all.....


Regards,

Earl

Related Articles :


Stumble
Delicious
Technorati
Twitter
Facebook

0 comments:

Post a Comment

Career Launchers!!!

Note:

This blog can be viewed using all the browsers but can be best viewed in Mozilla Browser.
 

Career Launchers!!! Copyright © 2010 LKart Theme is Designed by Lasantha