IndiaBIX.com
Arithmetic Aptitude Data Interpretation
Logical Reasoning Verbal Reasoning Non Verbal Reasoning
General Knowledge
Sudoku Number puzzles Missing letters puzzles Logical puzzles Playing cards puzzles Clock puzzles
C Programming C++ Programming C# Programming Java Programming
Microbiology Biochemistry Biotechnology Biochemical Engineering
Civil Engineering Mechanical Engineering Chemical Engineering Networking Database Questions Computer Science Basic Electronics Digital Electronics Electronic Devices Circuit Simulation Electrical Enigneering Engineering Mechanics Technical Drawing
Placement Papers Group Disucssion HR Interview Technical Interview Body Language
Aptitude Test Verbal Ability Test Verbal Reasoning Test Logical Reasoning Test C Programming Test Java Programming Test Data Interpretation Test General Knowledge Test
Data Structures Operating Systems Networking DATABASE Database Basics SQL Server Basics SQL Server Advanced SQL Server 2008 JAVA Core Java Java Basics Advanced Java UNIX Unix File Management Unix Memory Management Unix Process Managemnt C Interview Questions The C Language Basics .NET Interview Questions .NET Framework ADO.NET ASP.NET Software Testing

Companies

Placement Papers - Honeywell

@ : Home > Placement Papers > Honeywell > View Paper
Honeywell Campus Test (NCE, Kovilpatti )
Rated : +1 , -0

Honeywell Campus Test
(NCE, Kovilpatti )
 
1. Aptitude:
 Questions from Simple train pbms,age,ratio, proportion,Profit ,loss,Time & work,Time & Distance,Pipe &
Cisterns,Shaded aream,Volume ( cylinder ,cone ..),Reasoning,2 sections a part with 4 questions b part with 6 questions
There must 4 domocrats & 3 republicans out of the 12 professors.No of X professors are A,B,C,D. No of Y professors are E,F,G,H,I.If A comes f & G r absent  so on.  
 2. Technical(Computer Science)
 OS,cache access time -100ns,Primary memory access time -1000ns,...then some data & condition, find the actual access time.,microprocessor ( lot of questions ) 8085 no of16 bit registers.,8086 Instruction queue byte length?,8088 Instruction queue byte length?,6800 what is it?8085 pgms...,port no calculationsData StructuresWhich Data Structures to use for infix to prefix conversion,Worst case complexity for quick sort,preorder traversal Binary tree ...
 
 1. int *data[10];whatdoes the variable data denotes?
 
 2. {
int a[]={10,20,30,40,50};

fun(a+1);

}

fun(int *p)

{ for(int i=1;i<=3;i++)

printf("%d",*(p+i));}




  3. enum day { saturday,sunday=3,monday,tuesday};

value of saturday,tuesday.4. enum day {saturday,sunday=-1,monday,tuesday};

int x=monday;value of x?5. #define ADD(X,Y)

X+Ymain(){-#undef ADD(X,Y) fun();

}

fun()
{
int y=ADD(3,2);
printf("%d",y);
}
o/p?

 4. #define ADD(X,Y) X+Y
main()
{
#undef ADD;
fun();
}
fun()
{
#if not defined(ADD)
define ADD(X+Y) X*Y
int y=ADD(3,2);
printf("%d",y);
}
o/p?

 5.  int x;
int *p;
int **p1;
int ***p2;

 How to assign each one?

Like this?   +1   -0



© 2008-2013 by IndiaBIX™ Technologies. All Rights Reserved | Copyright | Terms of Use & Privacy Policy

Contact us: info@indiabix.com     Follow us on twitter!