Archive for HP C & C++

You are browsing the archives of HP C & C++.

HP INTERVIEW - 22 JUL 2008

Four rounds
1.Test
2.GD
3.Technical (may be 2 rounds)
4.Hr
TEST (6 sections) - 214 attended
a. Analytical (Mostly venn diagrams, sums like $ for 0, * for 1 and 5 qns asked from that)
b. OS
c. Data communication and networking (also some problems were asked)
d. C and UNIX
e. DBMS
f. I don’t know d other section
GD - 67 attended
For my panel, they [...]

HP PATTERN - 04 JUL 2008 - MADURAI

We had 4 rounds
Aptitude
Tech I
Tech II
HR
Aptitude
Except Mech and Civil all other branches were allowed to take part.
The aptitude consisted of 4 sections
Section I - Basic Maths and Arithmetic ability
Here there were questions on Venn Diagram, Critical Reasoning, Cubes with painting and removing some cubes, basic encoding as 0 with * 1 with $ etc
Then there [...]

HP PATTERN & INTERVIEW - 11 JUL 2007 - VIZAG

HP PATTERN & INTERVIEW - 11 JUL 2007 - VIZAG
Today we had HP company on campus to our college, GITAM.. they allowed CSE, IT, ECE, EIE, EEE, MCA, and M-TECH students… first we had ppt on morning section followed by written.
totally four rounds…
Written test
Group discussion
Technical round
Finally hr
In Written Test, there are two sections for [...]

HP PAPER - 13 JUL 2007 - CHENNAI

HP PAPER - 13 JUL 2007 - CHENNAI
Hi
Here was one puzzle like there are 6 members in a family n they are teacher, student, engineer, lawyer, docter and housewife.
2 is mother of 3 who is a teacher
4 is Grand mother of 3 that is a house wife.
3 is sister of 1
6 is father of [...]

HP Technical Questions

IT INformation
1. Who is associated with C language?
2. CEO of MIcrosoft
3.Company producing Routers,Bridges
4.From 70s 80s Company producing
mouse,GUIs…………a)Dell b)IBM c) Xerox d) HP
5.Inventor of Pascal
6.Abt SUN micro systems
7.first digital comp machine a)von neumann b) Dijkstra
8.Which of these is not search engine a)hotbot
b)parametric c)Altavista d) google
9.In 2002 IBM acquired which company a) Rational b)
oracle c) netscape
10.founder of [...]

HP Paper-1

Operating Systems:
1) Which of the following is not associated with operating systems
a) Swapper b) device drivers c) file system [...]

HP - Paper

) HP acquired this company in 2002. Which is the company
a)Compaq b)Dell c)option 3 d) Option4
Ans: a
2) what does 3G denote
a) 3rd generation mobile communication b) 3rd generation computer languages c) option 3 d) option4
Ans: a
3)an application program that is used by the [...]

HP C & C++

C And C++
i=23, j=4, c=0;
c=i++-++j;
o/p?
#define CUBE(x) x*x*x
#define MUL3(x,y) 3*x*y
#define ADD(x) x+y
some statement maikng use of the preprocessors defined above…………find o/p.
virtual destructors r used for ?
2 questions on friend functions & classes

char c[]="123456789";
i=4;
printf("%c %c", c[i], i[c]);

o/p?
one more question on these [...]