Latest HP Technical placement paper
Latest HP Technical placement paper
Which of the following stores pictures or graphics?
a. Frame Buffer
b. Sdram
c. Mbr
d. Mar
Choose the odd man out
a. IDM
b. SIM
c. GSM
d. GPRS
What was JAVA initially code named as?
a. Miller
b. Oak
c. Green
Find the output of the following C program.
Main
{int x,j,k;
J=k=6;x=2;
X=j*k;
Printf(“%d”,x);
Why do you use ‘synchronise’?
a. Option 3
b. To lock an object
c. To initialise multiple objects
Which of the following is not included in operating system?
a. Device Drivers
b. Process Management
c. Swapper
d. File system
State the value of the following expression: (3∧6)+ (a∧a)
a. 5
b. a+18
c. 3
d. 6
e. None of the above
What does 3G stand for?
a. 3rd generation computer languages
b. 3rd generation mobile communication
From the below mentioned option, which is not true in terms of email?
a. It can be accessed by a client program using imp protocol
b. It can be accessed by a client program using POP
Where does fragmented packet reunite?
a. At highest MTU Gateway
b. At the next router
c. Destination
d. At next gateway
In the below mentioned program, how many times will you execute printf stmt?
Main ()
{
Unsigned int I = 3;
While (I <=0)
Printf (“%d”,i--);
}
a. 3
b. Infinite
c. 0
d. 4
Which function operator you cannot overload?
a. ==
b. <=
c. *
d. ?:
From the following options, which cannot be a type of controlling expression of a switch statement?
a. Short
b. Char
c. Int
d. Float
e. None of the above
Classify the following address: 93.58.5.0
a. Class C
b. Class A
c. Class D
d. Class B
State the similarity between structure, enumeration and union.
a. All of them let you define new data types
b. All of them let you define new structures
c. All of them let you define new values
d. All of them let you define new structures
Which of the following is the correct size of a long integer?
a. Compiler dependent
b. 8 bytes
c. 4 bytes
d. 2 bytes
What will be the output of the following program:
#define clrscr () 100
Main (){
Clrcsr ();
Printf(‘%d/n/t”, clrscr ());
}
a. Linkage error
b. 100
c. Compiler error
Who compiles all the addresses to the caller function in a program?
a. Run time allocator
b. Compiler
c. Linker
d. Loader
Which of the following statement is true:
a. Multi – programming is also time sharing
b. Time sharing is also multi programming
#include <stdio.h>, in which stage does this code gets replaced by the contents of file stdio.h
a. During execution
b. During editing
c. During linking
d. During pre- processing
If B=7, then what shall be the value of X in, X= b>8? B<<3: b>4? B>>1;b;
a. 28
b. 3
c. 7
d. 14
e. None of the above
Size of the following union, assume size of integer as 2, size of float as 4 and size of char as 1.
Union tag{
Int a;
Float b;
Char c;
}:
a. 2
b. 7
c. 1
d. 4
Which of the following declaration is true?
i. Int *F ()
ii. Int (*F) ()
a. The first is a correct declaration and the second is wrong
b. The first declaration is a function returning a pointer to an integer and the second is a pointer to function returning int
c. Both are identical
If you have to get information from the backend of some application for example, which application will you use?
a. Database server
b. System server
c. Application server
d. Proxy server
In hashing each element can be found with complexity of?
What is ‘network to host protocol’?
How many number of gates do you require to implement X or gate?
State the difference between #include <file> and # include? File??
Which of the following data structure helps in searching?
a. HASH
b. STACK
c. LINKED LIST
State some Bit related to SIMD, MISD, SISID, MIMD.
Choose from the below mentioned option which is not a protocol?
a. PSI
b. HTTP
c. PIM
From the below mentioned option, which is not an IM client?
a. MSN
b. AOL
c. XINGC
d. JABBER
How much space does an IP Address occupies?
a. 8 bytes
b. 6 bytes
c. 16 bytes
d. 4 bytes
Choose the correct option, which cannot be used across Files?
a. Static
b. Volatile
c. Constant
d. Extern
Choose the odd man out:
a. TOMCAT
b. JBOSS
c. BLUESTONE
d. WEBSPHERE
Which of the following statement is associated with HOTMAIL?
a. SABEER Bhatia and Bill Gates
b. SABEER Bhatia and Jack Smith
Find the problem with Intel Processor?
a. PU
b. Cache
c. None of the following