2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
9th August 2014, 04:50 PM
Super Moderator
 
Join Date: Apr 2013
Re: Honeywell Placement Exam Paper

Here is the list of few questions of Honeywell Placement Exam paper which you are looking for .
Find string palindrome 10marks

Write a C function to search a number in the given list of numbers. donot use printf and scanf 10marks

What is the difference between delete, drop, truncate? 2marks

what is out put of the following code? 3marks
#include
class Base
{
Base()
{
cout<<"constructor base";
}
~Base()
{
cout<<"destructor base";
}
}
class Derivedublic Base
{
Derived()
{
cout<<"constructor derived";
}
~Derived()
{
cout<<"destructor derived";
}
}
void main()
{
Base *var=new Derived();
delete var;
}

There are 4 women to cross bridge and Flashlight.One or two women can cross the bridge with the flash light at a time.those have different walking speeds.The pair must walk at the rate of slower pace
woman1:1 minutes
woman2:2 minutes
woman3:5 minutes
woman4:10 minutes
Then what is the minimum required time to cross the bridgeall the 4 women without throwing flashlight

There are cats got together to decide killing the mice of 999919, each cat kills equal no.of mice and each cat kills more no.of mice than cats there were.Then what are the number of cats?

the tree grows first day 1/2 of its original size,grows 1/3 of its prevous day size,and grows 1/4 and so on.How many days it will take to grow 100 times to the original size of tree? 4MARKS

There is one 40 kg weight stone.How many weights are there such that it can measure any weight between 1 to 40 kg? 7Marks

There is one monkey climbs 3fts and slipsdown 2fts of a tree in 1 hour.Ho much time it will take to reach the top of the tree of 20fts height? 4 MARKS


Tags
placement

Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 05:17 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4