Hewlett Packard (HP) – Placement Papers & Pattern

Make a note that Technical round is the main one.I think there wont  be any elimination at HR level unless luck unfavours us.Added Experience is Definite Added  Advantage. In general section they r asking questions like Who is CEO ,founder of HP,Microsoft,Oracle.. some questions u will get from following list IT Gurus

1) Tim Berners Lee — Founder of the World Wide Web

2) Bjarne Stroustrup, C++ Stroustrup called his new language ‘C with Classes and then ‘new C’.Because of which the original C began to be called ‘old C’ which was considered insulting to the C community. At this time Rick Mascitti suggested the name C++ as a successor to C.

3) Michael Dell of Dell Computers

4) Larry Ellison of Oracle Larry Ellison and Bob Oats were working on a consulting project for the CIA (Central Intelligence Agency). The code name for the project was called Oracle (the CIA saw this as the system to give answers to all questions or something such). The project was designed to help use the newly written SQL code by IBM. The project eventually was terminated but Larry and Bob decided to finish what they started and bring it to the world. They kept the name Oracle and created the RDBMS engine. Later they kept the same name for the company.

5) James Gosling,and his project is now known as Java Originally called Oak by creator James Gosling, from the tree that stood outside his window, the programming team had to look for a substitute as there was no other language with the same name. Java was selected from a list of suggestions. It came from the name of the coffee that the programmers drank. 


6) Bill Hewlett(L) and Dave Packard(R) of HP. Behind them in the picture is the famous HP Garage. Bill Hewlett and Dave Packard tossed a coin to decide whether the company they founded would be called Hewlett-Packard or Packard-Hewlett.

7) Ken Thompson (L)and Dennis Ritchie(R) ,creators of UNIX, B and C Dennis Ritchie improved on the B programming language and called it ‘New B’.He later called it C. B was created by Ken Thompson as a revision of the Bon programming language (named after his wife Bonnie)

8) Larry Page(L) and Sergey Brin(R), founders of Google. Google was originally named ‘Googol’. After founders (Stanford graduates) Sergey Brin and Larry Page presented their project to an angel investor, they received a cheque made out to ‘Google’ !

9) Gordon Moore(L) and Bob Noyce(R) ,founders of Intel Bob Noyce and Gordon Moore wanted to name their new company ‘Moore Noyce’ but that was already trademarked by a hotel chain, so they had to settle for an acronym of INTegrated ELectronics. 


10) Andreas Bechtolsheim , Bill Joy, Scott Mc Nealy and Vinod Khosla of SUN(StanfordUniversity Network) MicroSystems Founded by four StanfordUniversity buddies, SUN is the acronym for Stanford University Network. Andreas Bechtolsheim built a microcomputer; Vinod Khosla recruited him and Scott McNealy to manufacture computers based on it, and Bill Joy to develop a UNIX-based OS for the computer.

11) Linus Torvalds of Linux Operating System Linus Torvalds originally used the Minix OS on his system which he replaced by his OS. Hence the working name was Linux (Linus’ Minix). He thought the name to be too egotistical and planned to name it Freax (free + freak + x). His friend Ari Lemmk encouraged Linus to upload it to a network so it could be easily downloaded. Ari gave Linus a directory called linux on his FTP server, as he did not like the name Freax. (Linus’ parents named him after two-time Nobel Prize winner Linus Pauling)

12) Steve Woznaik(sitting) and Steve Jobs of APPLE Computers Favorite fruit of founder Steve Jobs. He was three months late in filing a name for the business, and he threatened to call his company Apple Computers if the other colleagues didn’t suggest a better name by 5 o’clock. 

Question Paper

There are four sections in the test
1.general ability(12q)
2.computer science(12q)
3.c/c++(12q)
4.java.(12q)
All the questions are mandatory. No negative marking

Section 1
1.Intel’s first processor is
1)——2)4004 3) 80804)8086

2) Founder of Microsoft corporation
1) Bill Gates 2) Billgates and ——–
3)Bill gates and Paul Allen4) Billgates and ——-

3)Oddman out
1)Internet Explorer 2) Alt Vista3) Netscape Navigator 4)Opera

4)Which of the following is not a database
1)PLSQL2)MSSQL 3)MySQL4)Informix

5)Laura C— (I don’t remember exact spelling ) is CEO of
1)Oracle 2)DELL 3) Hp4)Intel
Ans) She is CEO of HP

6)’SUN’ Microsystems SUN stands for
1)Simple Unified Network2)Solaris Unified Network3)————-
4) None of the above.

Section 2

1) IRC stands for ans) Internet Relay chat

2)ICQ stands for ans)——————–

3)The protocol used to translate Internet address to Network addressis
1)IP2)TCP3)ARP4)RARP

4)In some OS the option that the system provides to communicate with  other process is
1)IPC(Inter Process Communication)2)—-3)—–4)—–

5)VPN stands for ans) Virtual private network.

6)The time taken to transfer data from one place to other place or process within specified time is
1)Throughput2)Latency time 3)Response time 4)———-

7)The time complexity for which of the following is O(n log n)
1) Radix sort 2)Quick sort3)Shell sort 4) Bubblesort.

8)Which of the following is used pass the packets between networks
1)——–2)Bridges3)Router4)Gateways

Section 3
1)Which of the following can be used to print % to the screen
1) printf(“\%”);2)printf(“\\%”); 3)—– 4)——

2)how many times the loop is executed
main()
{
int i=3;
while(i>=0)
printf(“%d”,i–);
return(0);
}
1) 3 2)Infinite 3)0 4)2


3) what is the output
int 1=10;
printf(“%d %d %d “,i,++i,i++);

1) 10 11 11 2)11 11 10 3) 10 11 10 4) None of the above


4)
x=2;
y=5;
z=x+++y;
printf(“%d %d %d”,x,y,z);
1)———– 2)——- 3)——— 4)———

5)In c++,
1)——————
2)——————
3)you cannot Overload new operator for a class
4)———————-

6) Void xyz(char a[10])
{
int i;
i=sizeof(a);
printf(“%d”,i);
}
1)10 2)can’t say 3) 2 4)same as size of pointer.

7) Local Variables is stored in which part of the memory
1) register or heap 2)heap 3)register or stack 4)—–


8) which of the following can be shared by progams
1)Text Code
2)Data segment
3)heap memory
4)——–

 

HP SAMPLE PAPER KOLKATA

Section A. ——50qns(general appitude,english etc):
Section B. —— 10 Questions on Computer concepts.
Section C. —— 30 Questions on C

1. WAP find and replace a character in a string.
2. WA function to perform the substraction of two .Eg:char N1=”123″,N2=”478″,
N3=-355(N1-N2).
3. WAP dynamically intialize a 2 dimentional array Eg:5×20,accept strings and check
for vowels and display the no.finally free the space allocated .
4. WAP read a line from file from location N1 to N2 using command line agruments
Eg:exe 10 20 a.c
5. WAP find the largest of 4 no using macros.

General section
Computer science general, c/c++ section, Java section ,The question paper had 48
questions to be answered in 1hr. Time will be quite sufficient. They have different
sets of question papers. .

1 General section : computer science general knowledge
2. Computer science general: simple questions

1. 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 users to get the inofrmation from the
backend of some application like databases:
a) application server b)proxy server c)database server d)option 4
Ans: database server

4. Which of the following is not true about the e-mail
a) It can be accessed by a client program using POP
b) It can be accessed by a client program using imap protocol
c) option 3
d) option 4
Ans: I don’t remember the answer but first 2 are true.

5. Some quesion regarding the company and who developed it ( the thing to remember
is that Apple produce Macintosh computers).

c/c++ section: questions on c/c++, programs o/p etc.

1 main( )
{
unsigned int i=3;
while( i >=0)
printf( “%d”, i–);
}
how many times will the printf stmt be executed?
a)0 b)3 c)4 d)infinite
Ans: I think the answer is infinite, b’cos ‘i’ is an unsigned integer and it will not
decrement below ’0′ and hence end up in an infinite loop.(yes, i checked and it
is getting stuck in an infinite loop)

2. main( )
{
int x,y, z;
x=2;
y=5;
z= x+++y;
printf(“%d %d %d”, x, y z);
}
a)3 5 7 b)option 2 c)option 3 d)option 4
Ans: a

3 # define swap(a,b) temp=a; a=b; b=temp;
main( )
{
int i, j, temp;
i=5;
j=10;
temp=0;
if( i > j)
swap( i, j );
printf( “%d %d %d”, i, j, temp);
}
Ans: On compiling i got ans 10, 0, 0. I did not understand the concept. Please
expalin this to me.

4. Java section: questions on java related stuff.
1) Java was initially code named as:
a)Oak b)green c)miller d)option4
Ans: Oak

5. What is not true about the following statements about java.
a) it is compiled using javac compiler
b) the compiled files have .class extension.
c) such files cannot be transfered from one comp to another.
d) they use the java interpreter
Ans: c

6. Why is the synchronize used?
a) to initialize multiple objects b)to lock an object c)option3 d)option 4
Ans: b (probably)

Hewlett Packard (HP) Sample Test Paper -3

Question Consist of 4 parts. Duration of exam is 60 min.

*

C———20Q
*

C++ —-15Q
*

Unix—–15Q
*

Apptitude–15Q

C And C++

1.

i=23, j=4, c=0;
c=i++-++j;
o/p?
2.

#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.
3.

virtual destructors r used for ?
4.

2 questions on friend functions & classes
5.

char c[]=”123456789″;
i=4;
printf(“%c %c”, c[i], i[c]);
o/p?
one more question on these lines.
6.

int *ptr;
p=0;
p++;
printf(“%u”, p);
o/p?
a. 0 b. garbage value c. 4 d. none of the above
7.

double i=0.0;
switch(i)
{
case 0.0:
printf(“jgdj”);
case 1.0:
printf(“ptoy”);
break;
default:
printf(“hdfv”);
}
o/p?
8.

volatile int i;
in d above statement, is “volatile”
a. a type declaration b. type qualifier c. storage class d. none of the above

Unix

1.

“bash” is a kind of shell in UNIX
2.

primitive flavours of unix
options : a. BSD &Sys V b. LINUX & BSD c..
3.

which of the folllowing is used 4 redirection in UNIX? >, |, <, ^
4.

wot is d UNIX terminology 4 multi-tasking?
a. time slicing b. pre-emptive ……. c. time division d…….
5.

In UNIX if You try accessing a directory for which u dont have permission, wot message is displayed?
a. permission denied b. invalid user c. access denied d………

Hewlett Packard (HP) Sample Test Paper -2

HP paper pattern:

The paper is of 3 sections.

computer concepts -40
aptitude -20
c -20
note that for c , we must follow compiler under unix

computer concepts: os,unix,networks,data structures,computer organization, digital logic design

operating systems:

1)which of the following is not associated with operting systems
a)swapper b)device drivers c)file system d)process mgmt

2)what is the size of virtual memory that must be associated
a)must be same as physical memory b)must be > physical memory
c)can be of any size d)it must be small enough to allocate process

3)which of following is true
a)time sharing is also multi progrmming
b) multi progrmmming is also time sharing

4)global variables are stored at
a)heap b)stack c)data d)code

computer organization:

1)32 registers are there.an instructuion can hold upto 3 registers . the opcode is of 4 bits.
what is minimum size of instruction.
ans:the minimum sizeof instruction has nothing to do with number of registers

2) some bit on pipelineling

3)some bit related to SIMD,MIMD,MISD,SISID

4)minimum no of nand gates require to implement xor gate
ans : 4 gates(check out)

unix:

1)two way communication is possible by means of means of which of the following
ann:unix_socket

2)wc -l x>x prints out
ans:wc command prints 0

3)the background process that continusly run
ans:deamon process

networks:

1)fragmented packet is reunited at
a)destination b)at next gateway c)at highest MTU gateway d)at the next router

2)the following address 93.58.5.0
a)class A b) class B c) class C d)class D

3)network to host protocal is

ans:RARP

data structres:

1)given a doubly linked list .you are given with a node n and a pointer p associated with it. what are the operarions that to be performed to delete that node.

2)swapping the elements of left child of a tree with that of right child .

revswap(node*)
{
node* tree;
if(tree!=null)
swap(tree->left,tree->right)
revswap(tree->left);
revswap(tree->right);
}
if given tree is
1
2 3
4 5 6 7

what is the output for about function applied

ans:
1
3 2
7 6 5 4

3)t(n)=4+t(n/2) ,t(0)=1. what is the complexity

4)in hashing each element can be found with complexity of
ans: 1

5)In a program all the addresses that are to be binded to the caller function are done by
a)compiler b) linker c) loader d) run time allocator

6) s->v[integer]
interger->interger,integer/termial

ans: a[2,3,5]

7)char 1 byte , short of 2 bytes , integer of 4 byte,

stuct
{
char a;
char b;
int a[2];
short d;
int e;
char i;
} name;
sizeof(naame) ans:16
note: consider c compiler unde unix for all c questions

c:
———

1)main()
{

int i=1;
swith(i)
{
i++;
case 1: printf(“case1″);
break;
case 2: printf(“case 2″);
break;
default: printf(“default”);
}

ans: when we compile we get warning that unreachable code and if we execute we get “case 1″
will be printed.

2)questions related to funtcital pointers
3)some question on const char*p , char* const p;

HP PAPER – BANGALORE

I attended the test conducted on 21st of oct at their office 29,Cunningham Road. There were 80 q’s to be answered in 75mins unlike the previous ones.

there were 3 sections
PART- 1 –> 40 q’s (Fundamental computer Concepts, includes OS,N/w , protocols)
PART-2 –> 20 q’s (Purely C ) — bit tricky (involves ADA concepts)
PART-3 –> 20 q’s (Analytical) — very easy

I don’t remeber all the q’s.however some of them which i do have been written below. They r not in order or part of .

Q : What is not a part of OS ?
O : swapper,compiler,device driver,file system.
A : compiler.

Q : what is the condition called when the CPU is busy swapping in and out pages of memory without doing any useful work ?
O : Dining philosopher’s problem,thrashing,racearound,option d
A: thrashing.

Q : How are the pages got into main memory from secondary memory? DMA, Interrupts,option3, option 4
A : as far as i know its Interrupts –by raising a page fault exception.

Q : What is the use of Indexing ?
O : fast linear access, fast random access, sorting of records , option 4
A : find out.

Q : in terms of both space and time which sorting is effecient. (The question is rephrased .)
O : merge sort, bubble sort, quick sort, option 4
A : find out

which case statement will be executed in the following code ?
main()
{
int i =1;
switch(i)
{
i++;
case 1 : printf (“”);
break;
case 2 : printf(“”);
break;
default : printf(“”);
break;
}
}

Answer : Case1 will only be executed.

Q : In the given structure how do you initialize the day feild?
struct time {
char * day ;
int * mon ;
int * year ;
} * times;

Options : *(times).day, *(times->day), *times->*day.

Answer : *(times->day) — after the execution of this statement compiler generates
error.i didn’t understand why.can anybody explain.

Q: The char has 1 byte boundary , short has 2 byte boundary, int has 4 byte boundary.
what is the total no: of bytes consumed by the following structure:
struct st {
char a ;
char b;
short c ;
int z[2] ;
char d ;
short f;
int q ;
}

Options are given.
Answer : its very easy 20 and not 19 .

Apart from these there were other q’s concerning minimal spanning tree, shortest path and some complexity questions.

(Paper Submitted By : Arun)

Hewlett Packard (HP) Sample Test Paper -1

HP PAPER – SEP 2003

The test consists of 4 sections
Total 48 questions
12Q – general computer knowledge
12Q – computer science(dbms,networks,os) concepts like questions on paging,
12Q – c/c++ questions
12Q – java questions

The question paper had 48 questions to be answered in 1hr. Time will be quite sufficient. They have different sets(3) of question papers. I had got the paper with serial number ending with ***- 02-2003.

I would like to request everyone who have attended the HP test to contribute the questions that they remember.
Some questions that i remember are..

1>General section : computer science general knowledge

2> Computer science general: simple questions

1) 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 users to get the inofrmation from the backend of some application like databases:
a) application server b)proxy server c)database server d)option 4
Ans: database server

4) which of the following is not true about the e-mail
a) it can be accessed by a client program using POP
b) it can be accessed by a client program using imap protocol
c) option 3 d) option 4
Ans: I don’t remember the answer but first 2 are true.

5) Some quesion regarding the company and who developed it ( the thing to remember is that Apple produce Macintosh computers).

5) What is X.25?
a)option 1 b)option 2 c)option 3 d)option 4
Ans: find out??:-)

>>> napster app is used for : downloading music

3> c/c++ section: questions on c/c++, programs o/p etc.
1) main( )

{

unsigned int i=3;

while( i >=0)

printf( “%d”, i–);

}

how many times will the printf stmt be executed?
a)0 b)3 c)4 d)infinite

Ans: I think the answer is infinite, b’cos ‘i’ is an unsigned integer and it will not decrement below ’0′ and hence end up in an infinite loop.(yes, i checked and it is getting stuck in an infinite loop)

2) main( )
{
int x,y, z;
x=2;
y=5;
z= x+++y;
printf(“%d %d %d”, x, y z);
}
a)3 5 7 b)option 2 c)option 3 d)option 4
Ans: a

3) # define swap(a,b) temp=a; a=b; b=temp;

main( )
{
int i, j, temp;
i=5;
j=10;
temp=0;
if( i > j)
swap( i, j );
printf( “%d %d %d”, i, j, temp);
}
Ans: On compiling i got ans 10, 0, 0. I did not understand the concept. Please expalin this to me.

4>Java section: questions on java related stuff.
1) Java was initially code named as:
a)Oak b)green c)miller d)option4
Ans: Oak

2) what is not true about the following statements about java.
a) it is compiled using javac compiler
b) the compiled files have .class extension.
c) such files cannot be transfered from one comp to another.
d) they use the java interpreter
Ans: c

3) Why is the synchronize used?

a) to initialize multiple objects b)to lock an object c)option3 d)option 4
Ans: b (probably)

some java qns
1.
package java.lang; // Ans: <————! Runtime gives error ( test it)
class HPTest2
{
public static void main(String args[])
{
String x=”sdfsd”;
System.out.println(“Hello”);
}
}

2
class HPTest
{
static HPTest x;
public static void main(String args[])
{
// below line not given
//x=new HPTest(); if not this line Null pointer exeception
x.foo();
}
void foo()
{
System.out.println(“Hello”);
}
}

3:
class A
{
A(int x)
{
System.out.println(” x=” + x );
}
A(int x,int y)
{
System.out.println(” x=” + x + ” y =” + y);
}
}
class HPTest4
{
public static void main(String args[])
{
A a=new A(1);
A b=new A(2,3);
A c=new A();
}
}

Second Round: Interview

In the 2nd round, Hp employees( 2 or 3) will be interviewing us.The Q asked will vary form person to person.

They asked abt my latest projects first.They concentrated less on my academic proj.So plz prepare well abt the latest proj u did.

And then they asked fully in C,C++ like what is the diff b/w const char * and char const *.What is friend fns,virtual destructors,virtual constructors, How will the compiler intrepret when a virtual class is declared and other basic stuff like calloc, malloc.

In java what is the default exception, Is there any priority for the exceptions, finally, heap concepts etc.

They havent asked any Q in N/wing and OS.

This is the stuff which i faced in my interview.Iam agian telling u…This varies from person to person.

But any way all the best for all u guys who got selected for the next round.Its very easy.Dont be in a hurry.Take ur own time.Another advice,If u don’t know the answer for any Q they asked,be frank.Dont try to bluff it becoz the next Q will depend upon the Q u answer previously.

The interview pattern will be as:
1. Tell abt your self.
2. They will ask for the subjects in which we are strong
( Here they will consider the ranking that we written during written
examination & marks we got in written exam)
3. Mostly the interview time will be 45 minutes around (for only people there is about 1.5 hr)
4. HR questions may include here
5. Good thing is They r friendly and cooperative so confidence place
role.

If u don’t know the answer better not to answer than to tell some bad
stuff. For me 2 people interviewd. As I told them that I am strong in C
they told me to write some programs like double linked list, singly
linked list(adding node at last), macros, const *,char *,pointer arrays.

The main question that they asked was how can u compile or execute ‘c’ program without editor. (Using TCC utility)

coming 2 cpp only 1 question i.e what is polymorphism.

Java they asked me about protocol used in JSP, which layer does it
belongs to, main differences between _Javascript ,java and JSP.

During personal introduction try to excell your capabilities by
giving examples like as fast learner, hard worker like..!

If u have any achievements & awards try 2 put them all during
personal INtroduction.

The interviewers are very co-operative and highly friendly (so
confidence plays vital role)

WISHING U ALL THE BEST FOR YOUR SUCCESS

Make a note that Technical round is the main one.I think there wont
be any elimination at HR level unless luck unfavours us.

Added Experience is Definite Added Advantage.

In general section they r asking questions like Who is CEO ,founder of HP,Microsoft,Oracle..
some questions u will get from following list

IT Gurus

1) Tim Berners Lee — Founder of the World Wide Web

2) Bjarne Stroustrup, C++ Stroustrup called his new language ‘C with Classes and then ‘new C’.Because of which the original C began to be called ‘old C’ which was considered insulting to the C community. At this time Rick Mascitti suggested the name C++ as a successor to C.

3) Michael Dell of Dell Computers

4) Larry Ellison of Oracle Larry Ellison and Bob Oats were working on a
consulting project for the CIA (Central Intelligence Agency). The code name for the project was called Oracle (the CIA saw this as the system to give answers to all questions or something such). The project was designed to help use the newly written SQL code by IBM. The project eventually was terminated but Larry and Bob decided to finish what they started and bring it to the world. They kept the name Oracle and created the RDBMS engine. Later they kept the same name for the company.

5) James Gosling,and his project is now known as Java Originally called Oak by creator James Gosling, from the tree that stood outside his window, the programming team had to look for a substitute as there was no other language with the same name. Java was selected from a list of suggestions. It came from the name of the coffee that the programmers drank.

6) Bill Hewlett(L) and Dave Packard(R) of HP. Behind them in the picture is
the famous HP Garage. Bill Hewlett and Dave Packard tossed a coin to decide
whether the company they founded would be called Hewlett-Packard or
Packard-Hewlett.

7) Ken Thompson (L)and Dennis Ritchie(R) ,creators of UNIX, B and C Dennis Ritchie improved on the B programming language and called it ‘New B’. He later called it C. B was created by Ken Thompson as a revision of the Bon programming language (named after his wife Bonnie)

8) Larry Page(L) and Sergey Brin(R), founders of Google. Google was
originally named ‘Googol’. After founders (Stanford graduates) Sergey Brin and Larry Page presented their project to an angel investor, they received a cheque made out to ‘Google’ !

9) Gordon Moore(L) and Bob Noyce(R) ,founders of Intel Bob Noyce and Gordon Moore wanted to name their new company ‘Moore Noyce’ but that was already trademarked by a hotel chain, so they had to settle for an acronym of INTegrated ELectronics.

10) Andreas Bechtolsheim , Bill Joy, Scott Mc Nealy and Vinod Khosla of
SUN(StanfordUniversity Network) MicroSystems Founded by four
StanfordUniversity buddies, SUN is the acronym for Stanford University
Network. Andreas Bechtolsheim built a microcomputer; Vinod Khosla recruited him and Scott McNealy to manufacture computers based on it, and Bill Joy to develop a UNIX-based OS for the computer.

11) Linus Torvalds of Linux Operating System Linus Torvalds originally used the Minix OS on his system which he replaced by his OS. Hence the working name was Linux (Linus’ Minix). He thought the name to be too egotistical and planned to name it Freax (free + freak + x). His friend Ari Lemmk encouraged Linus to upload it to a network so it could be easily downloaded. Ari gave Linus a directory called linux on his FTP server, as he did not like the name Freax. (Linus’ parents named him after two-time Nobel Prize winner Linus Pauling)

12) Steve Woznaik(sitting) and Steve Jobs of APPLE Computers Favorite fruit of founder Steve Jobs. He was three months late in filing a name for the business, and he threatened to call his company Apple Computers if the other colleagues didn’t suggest a better name by 5 o’clock.

(Paper Submitted By : Nagaraj)

TopOfBlogs