COMING SOON!!!
  1. 1.projects and mini projects for final years with complete source code and reports.
  2. Daily updates of all the placement papers that are conducted throughout the country for all companies.
  3. Real time examples of interview tips and mistakes and GD tips.
  4. More company profiles and placement papers
So keep visiting to check for any updates!!

Tuesday, May 29, 2007

HONEYWELL PAPER

HONEYWELL PAPER ON 20th APRIL 2007 AT KOLKATA

Hi I am Subhrojit Chowdhury from G.N.I.T. Kolkata Recently I have been placed in Honeywell Automation India Limited.I would like to share my experience with you guys.

Selection Process
1>Written Test.
2>Technical Interview.
3>H R Interview


Written Test

It consisted of 2 parts General Maths,General English.....Almost 1500 students appeared for the test and 43 students cleared the aptitude test.After that we had our technical round 21 cleared the round.At last 14 of us cleared the H R round.

Written Test(30 questions)

1>R.S Agarwal Will do The job.
simple percentage,profit and loss,work and wages etc

General English(15 questions)

1>Consult GRE Barrons.
Synonyms,antonyms,Paragraph

Best of luck guys,
Subhrojit Chowdhury

HONEYWELL PAPER ON 8th FEBRUARY 2007



i have attented honeywell written test on madurai. so, i give some information to you. it consists of 4 section.


1.Technical 50
2.C 30 These 100 takes 100 min(1h 40min)
3.Aptitude 20
4.discriptive 20marks(tech& program on C)



1.TECH:

SUBJECT------electronic circuits& devices(find o/p) LIC,digital electronics, contro system,dsp, microproesser&controller,analog&digital comm.

2.C:

AREA---------pointer**,funtion**,union,sturture,files,memory management.
FROM EXPLORING C

3.APTITUDE:

TOPIC--------profit&loss**,numders,area,interest,distance,train,odd man.
VERY EASY FROM r.s AGGARWAL

MOST ASKED FROM THIS AREA.

4.DISCRIPTIVE:

TECH AREA---------CIRCUIT DRAWING(he give i/p & o/p for us---i/p==230v&50Hz, o/p==12v&0Hz ) diode operation,use of ALE in Up,likewise for 10 marks

PROGRAMMING-------There is a CHOICE to take C ,CPP ,JAVA ,.NET C ? ----Eg:he give summary for program then U write progam Like without using SCANF & PRINTF statements

IF YOU HAVE GOOD SKILL IN THIS SUBJECT, YOU EASILY CLEAR YOUR WRITTEN TEST.

2 ROUND

TECHNICAL INTERVIEW

1.YOUR DEPARTMENT TECH ?
2.YOUR'S ABLITY IN C & CP

3 ROUND

HR INTERVIEW

ALL THE BEST FRIENDS
HONEYWELL PAPER ON 29th JANUARY 2007 AT PUNE

Date: 29th January, 2007

Locaion: CDAC, ACTS, Pune

Mode: Campus placement



Hi guys & guls,

This is Prashant Kr. Agrawal. I m trying to give some important topics about interviews, plz read it, they may give u some confidence.



Most of the question were from SOFTWARE ENGINEERING, C programming, Data structures, Operating systems such as-

-> SDLC (software development life cycle)-what r various models [waterfall, prototype, iterative enhancement, spiral], wht r the steps under these models.

-> some question about Testing, unit testing, integration testing, alpha, beta testing ,system testing.

-> What is CMM levels, Six sigma, ISO standards.

->what r various steps under which a C program is converted into .exe file (preprocessing, compilation, linking)

->Program for any sorting method (I made bubble sort, he discussed complexity issues of various sorting algorithms)

->Program for matrix multiplication.

->What are the different kinds of tree (questions about Binary tree, Binary search tree, AVL tree)

->Difference between arrays and linked list, which one is better (I said it depends upon application, if we want to store some name ie character string of predefined length array will be better option b’coz more memory is required to store pointers etc)

-> Some question about Aerospace, aviation etc(I said these thing were not part of my syllabus at all, but I if I get a chance to learn the these I can quickly learn them)

->Which data structure is used in expression evaluation, how a infix expression is evaluated (first converted into postfix, then evaluate using stack)

-> Some operating system questions (about scheduling, semaphore, mutexes)

-> what is Real time system, difference between hard and soft real time systems with examples(hint: in hard real time systems strict dead lines r imposed, THE SYSTEM WILL FAIL if the processing is not done within defined time constrains ex. Firing a missile on a aircraft, whereas in soft real time system deadlines are important but missing the deadline will not lead to system failure, for ex. DVD player when a command is given thru remote, the delay of few millisecond will not lead to serious implications)



-> I suggest you all to focus about your projects more. He may drive several questions from ur projects itself.



There is procedure of two technical rounds, (In my batch, for some candidates 1 technical round was face-to-face and another one is telephonic, I suggest to be prepare for telephonic interview also, practice for describing your project etc on phone also, b’coz it is a bit hard to make understand to a person who is not present in front of u, so practice it also)



So, ALL THE BEST, be prepare, have FAITH on GOD……. He has thought something for u……, don’t worry….

(I know it is good to write or read, but vry hard to implement………., but try it, surely it will work)………,





For written test: Two set of papers were there, 1 for EC & 1 for CS. I opted for CS.

50 technical: most of the weightage was given to DBMS, data structures etc.

30 C programming: Read exploring C completely, in my suggestion that is vry good & sufficient book for C questions.

20 aptitude question:



Few questions were like-

1> Arrange Them in the order of space complexity

Merge sort, quick sort, heap sort



2> Void main()

{

complete=10;

complete1=11;

if(complete=12)

{

printf (“hi”);

}

else

{

printf(“hello”);

}

printf(“%d %d ”,complete,complete1);

}



o/p- hi 12 11



3> How many times in a day the hr. & min. hands of a clock are in straight line.

4> How many times in a day the hr. & min. hands of a clock meet each other.

5> Structure A

{

int x;

float y;

}a;

union B

{

int p;

float ;

}b;

choices: 1.all the times a & b have same size, 2. such declaration r not possible

3. a & b have same size. 4……..

6> a simple qus on flow in a switch-case block.

No comments: