infosys placement paper 01

INFOSYS Placement Question PAPER for 20th MARCH 2008

Sections of the Infosys Written aptitude whole testpapers

1. Logical and critical reasoning test 30 questions 40 minutes
2. Verbal reasoning and English test 40 questions 35 minutes

Infosys Logical and critical reasoning test
1-5 Questions - Based on Three ladies having some money and a game played. (These are the
puzzle test questions of R.S aggrawal verbal & non verbal type)
2-10 Questions - The questions were figure related. Find the correct figure in sequence.
11-15 Questions -
16-20Q --- The question was related to DI in which a table showing number of students in different branches during 6 years were given. Had to do some calucations and answer the questions. It was a bit time consuming.
21-25 Questions - Puzzle type. 5 people A,B,C,D,E ,F,Gand H are sitting around a table.
26-30 Questions - Syllogism type. 6 statements were given with four combination choices like BGD, BDG etc. Find the correct logical combination.

Just go through the RS Aggarwal book for logical, verbal and non verbal reasoning.

Infosys Verbal reasoning and English test
1 - There were two paragraphs.
2 - Questions on sentence correction. Had to find correct replacement for underlined part in passage.
3 - Questions on finding the correct sentence among 4 given sentences.
4 - Questions on filling up the blanks with suitable grammatical words (Prepositions, tenses, etc.)
5 - Questions related to theme dectecion.

Most of the persons are eliminited in the Aptitude test. If u are selected in the aptitude test, then the rest is quite easy.

There were 5 panels for HR Interview.

HR Interview:
me: May i come in mam?
hr: yes
me: Good afternoon mam
hr: ..
me: thank you
Hr: Sign the CV and give it to me.
hr: How did u do in your last year?
me: Told
hr: Your specification
me: c & c++
hr: What is the updated version of them
me: c# See the
C# C sharp interview questions.
hr: Puzzle question. There are 7 machines producing balls. One is defective perfect ball 100 gm defective ball 90 gm. (Shakuntla Devi puzzles book question. But u dont need to worry much about reading that book unless you want to go for MBA Exams like
CAT Entrance Test Exam, XAT SNAP FMS CET MBA Entrance Test Paper)
me: Answered
hr: Another puzzle. If a bear falls with the speed of 1m in 1 sec the color of bear.

ANS: polar bear
hr: Make 1000 from 8 times 8 ANS: 888+88+8+8+8
hr: How do u keep yourself updated?
hr: Any questions?

Questions to ask the HR in interview for placement paper

See more Infosys Placement Papers, gd, hr, technical interview questions, latest recent 2007 2008 question whole testpapers free online here.

hcl placement paper model

HCL TECHNOLOGIES Paper Model:

Section I: computer awareness(i.e general things about computer)
Q.15
-ve marks -1/4
Section II: Simple C- language Q. 15 & -ve marks: -1/4
Section III: On pointers & structures
and C++,JAVA( only 1 on this) Q.10 each quetion ->2 marks

-ve marks: -1
Section IV: Analytical Q.20 each quetion -> 2 marks.

-ve marks: -1/4

SECTION-I

1). Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement d) retransmition
ans: c piggy backing

2). The layer in the OST model handles terminal emulation
a) session b) application c) presentation d) transport
ans: b application

3) ans: a odd numbers of errors

4)Q. In signed magnitude notation what is the minimum value that
can be represented with 8 bits
a) -128 b) -255 c) -127 d) 0

5) c 20

6) a 120

7) b synchronise the access

8) a system call

9) b the operating system

10) a 177333

11) d used as a network layer protocall in network and windows system
12) b has to be unique in the sub network

13)Q. there is an employer table with key feilds as employer no. data in every n'th row are needed for a simple following queries will get required results.

a) select A employee no. from employee A , where exists from employee B where A employee no. >= B employee having (count(*) mod n)=0
b) select employee no. from employee A, employee B where A employee no.>=B employee no. grouply employee no. having(count(*) mod n=0 )
c) both a& b
d)none of the above

14)Q. type duplicates of a row in a table customer with non uniform key feild customer no. you can see
a) delete from costomer where customer no. exists ( select distinct customer no. from customer having count )
b) delete customer a where customer no. in b rowid
c) delete customer a where custermor no. in ( select customer no. from customer a, customer b )
d) none of the above

15) c Volatile modifier

---------- Section I over with 15 quetions -------------------


SECTION-II


Section II is not covered completly But it is easy
1) ans: recursion
2) long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
ans: compiler dependent
note: order of a,b,c,d are doubt but answer is correct.

3) x=2,y=6,z=6
x=y==z;
printf(%d",x) ?

4) if(x>2)?3:4

5)

6)

7) ans: c 6 ( quetion on enum )

8) ----
---
---
--
14) c : class A,B and C can have member functions with same name.

15) ans: d none of the above

SECTION-III

1) ans: b It does not work when rp is the last element in the
linked list

2) ans: a always

3) ans: b 13

4) ans: b 16

5) ans: d 55,55

6) ans: c 5,10,10,3

7) ---

8) ans:d 4

9) ans: c 5

10)ans: c semicolon missing

SECTION-IV

following are not in order:

2. M > D > Y ans: (a)

6. 10 in 4 seconds,
? in 6 minutes = 10x6x60/4 = 900 ans: (a)

7. a=2, b=4, c=5
(a+b)/c - c/(a+b) = 11/30 (ans).

8. 100(100000000+100000000)/10000 = 2x1000000 (ans).

9. what does the hexanumber E78 in radix 7.
(a) 12455 (b) 14153 (c) 14256 (d) 13541 (e) 131112 ans: (d)

10. Q is not equal to zero and k = (Q x n - s)/2 find n?
(a) (2 x k + s)/Q (b) (2 x s x k)/Q (c) (2 x k - s)/Q
(d) (2 x k + s x Q)/Q (e) (k + s)/Q


(from GRE book page no:411)
data:
A causes B or C, but not both
F occurs only if B occurs
D occurs if B or C occurs
E occurs only if C occurs
J occurs only if E or F occurs
D causes G,H or both
H occurs if E occurs
G occurs if F occurs

NOTE: check following answers.

11. If A occurs which of the following must occurs

I. F & G
II. E and H
III. D
(a) I only (b) II only (c) III only (d) I,II, & III
(e) I & II (or) II & III but not both ans: (e)

12. If B occurs which must occur
(a) D (b) D and G (c) G and H (d) F and G (e) J ans: (a)

13. If J occurs which must have occured
a) E (b) either B or C (c) both E & F (d) B (e) both B & C ans: (b)

14. which may occurs as a result of cause not mentioned
(1) D (2) A (3) F
(a) 1 only (b) 2 only (c) 1 & 2 (d) 2 & 3 (e) 1,2,3 ans: (c)

15. E occurs which one cannot occurs
(a) A (b) F (c) D (d) C (e) J ans: (b)

11 to 15:- ----------- e , a , b , c , b ---------------

Below are in order:
16. to 20. answers:
e
a
c
a

BEST OF LUCK FOR YOUR PLACEMENT PAPER AND HR INTERVIEW !

In written test in each section you have to get minimum marks i.e you have to pass in each section. There will be questions from C, C++, JAVA. about 10 questions in C++ in the written test. Keep Watching for hundreds of more previous papers of entrance exams, school board exam question papers, news and info, and IT and other companies placement papers and HR interview questions.

hcl placement paper 03

HCL - HP
Written test:
One GRE type anals. section, and two comp Sc. sections. One Comp Sc. section was problem solving type. Quite easy. Only question worth mentioning in it was:
You are given a stack on which you can do the following:
Push X ----push the contents of memory location X on the stack
Pop X ----pop the contents of top of stack into mem. loc X
AND ----pop top two elements of stack, AND them and push theresult onto stack.
NOR ----pop top two elements, NOR them and push the result onto stack.

Given two data elements at memory locations A and B, obtain A XOR B usingthe above.

First Interview:- mostly technical.
a) Asked about my B.E. and why I joined MS.
b) My preference of posting. They asked this initially before launching into any other questions. Remainder of the interview was mostly on OS and C. Nothingon networks. They frame their questions on the basis of what you specify as your preference of posting and depending on what projects are available there.
c) What architectures, apart from 8085, do you know?
d) Give the contents of process stack for the execution of a particular C-program they give.
The C-program as such is not important. You just have to remember the order in which the return address of any function/procedure call, the parameters, and the local variablesare stored on the stack.( I guess, any CO book should have this. Maurice Bach talks about user and kernel stacks)
e) What all are shared by parent and child processes immediatelyafter parent executes a fork system call? Cross questioned about the 'copy on write' facility and 'dup' system call.--- again see MB, and also Stevens' 2nd chapter.
f) What events happen when the following command is given?cat /etc/passwd more---- Describe how the shell forks the two processes and how the pipe gets created between them. Cross question: How does 'cat' know that its output has to be written into the pipe and not into standard o/p?
g) Have you written any TSR's? --- No. What are TSR? ----Terminate but stay resident programs. Then does it mean DOS is a multitasking system?---- No, TSRs are interrupt driven
h) How are Windows programs different from normal C-programs?---- Windows programs are event driven. What can be the various types of events? --- See Primer/API bible.
i) Difference between swapping and paging.---- Swapping is moving entire processes between main memory and hard disk. Paging is moving individual pages of a process.
j) Write a program to list all palindromes in a string.
Hint: use a stack and some extra storage for remembering previous palindromes.
k) What's the outout?
char *cp;
int *ip;
cp=(char *)0x100;
ip=(int *)cp;
ip++;
cp++;
printf("cp = %x ip = %x", cp, ip);
Ans:cp = 0x101 ip = 0x102
l) What are static variables and functions? There are two files,say, file1 and file2. file1 has a global declaration static int x; file2 has a global declarationint y; What is the difference between the two types of declarations when you link file1 and file2?--- x is local to functions in file1 and cannot be seen by functions in file2. y can be seen by functions in both file1 and file2.
m) How does a debugger set breakpoints in a code you are debugging?---- some funda regarding insertion if an interrupt instruction in the code....don't know for sure. This was followed by a shady psychological test. You are given a set of six pictures. Look at each picture and write a story on each.

Second interview:
(fully personal --- more interesting;-)
a) What did you feel about the ppt? --- wasn't very impressive
b) Have you heard of creativity? -- Ya. Have you heard of Bernard Shaw? -- Ya. (Then he rattled off some quote of BS regarding creativity) What do you say? --- I put some shadiest fundaes regarding visionaries and Leonardo da Vinci conceptualising Helicopters in his time!************************************************************************

NOTE: If you have been offered a job previously by any other company after your BTech/BE or if you have even slightest of work experience then make it a point to mention about it. It is a major plus point. The interviewers will be definitely interested in knowing that some other company also found you good enough to be selected.

hcl placement paper 02

NOTE : Please check answers once again.only this much i got ,which is available here in iit-kgp

section 1.

1.which of the following involves context switch,
a) system call b)priviliged instruction
c)floating poitnt exception
d)all the above
e)none of the above
ans: a

2.In OSI, terminal emulation is done in
a)semion b)appl.. c)presenta... d)transport
ans: b

3....... 25MHz processor , what is the time taken by the instruction which needs 3 clock cycles,
a)120 nano secs b)120 micro secs
c)75 nano secs d)75 micro secs


4. For 1 MBmemory no of address lines required,
a)11 b)16 c)22 d) 24
ans: 16

5. Semafore is used for
a) synchronization b0 dead-lock avoidence
c)box d) none
ans : a


6. class c: public A, public B

a) 2 member in class A,B shouldnot have same name
b) 2 member in class A,C " '' '' ''
c) both
d) none

ans : a


7. question related to java


8. OLE is used in

a)inter connection in unix
b)interconnection in WINDOWS
c)interconnection in WINDOWS NT

9.No given in HEX ---- write it in OCTAL

10.macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration

11.preproconia.. does not do one of the following
a)macro ...... b)conditional compliclation
c)in type checking d)including load file

ans: c

SECTION B

__________

1.enum day = { jan = 1 ,feb=4, april, may}
what is the value of may?
a)4 b)5 c)6 d)11
e)none of the above

2.main
{
int x,j,k;
j=k=6;x=2; ans x=1
x=j*k;
printf("%d", x);

3. fn f(x)
{ if(x<=0) return; ans fn(5) ....? else f(x-1)+x; } 5. int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i); ans i=20 6. int x=5; y= x&y ( MULTIPLE CHOICE QS) ans : c 7. Y=10; if( Y++>9 && Y++!=10 && Y++>10)
printf("........ Y);
else printf("".... )

ans : 13

8. f=(x>y)?x:y
a) f points to max of x and y
b) f points to min of x and y
c)error
d) ........
ans : a

9. if x is even, then
(x%2)=0
x &1 !=1
x! ( some stuff is there)

a)only two are correct
b) three are correct
c), d) ....
ans : all are correct

10. which of the function operator cannot be over loaded
a) <= b)?: c)== d)* ans: b and d SECTION.C (PRG SKILLS)
--------
(1) STRUCT DOUBLELIST
{ DOUBLE CLINKED
INT DET; LIST VOID
STRUCT PREVIOUS; BE GIVEN AND A PROCEDURE TO DELETE
STRUCT NEW; AN ELEMENT WILL BE GIVEN
}
DELETE(STRUCT NODE)
{
NODE-PREV-NEXT NODE-NEXT;
NODE-NEXT-PREV NODE-PREV;
IF(NODE==HEAD)
NODE
}
IN WHAT CASE THE PREV WAS
(A) ALL CASES
(B) IT DOES NOT WORK FOR LAST ELEMENT
(C) IT DOES NOT WORK FOR-----
(2) SIMILAR TYPE QUESTION
ANS: ALL DON'T WORK FOR NON NULL VALUE

(3) VOID FUNCTION(INT KK)
{
KK+=20;
}
VOID FUNCTION (INT K)
INT MM,N=&M
KN = K
KN+-=10;
}
SECTION D
--------
(1) a=2,b=3,c=6 c/(a+b)-(a+b)/c=?
(2) no.rep in hexadecimal, write it in radiv 7
(3) A B C D E
* 4
---------- find E ANS: 13
E D C B A
------------
(4) GRE-MODEL TEST-1, SECTION-6(19-22)
(5) M HAS DOUBLE AMOUNT AS D, Y HAS RS. 3 MORE THAN HALF OF AMOUNT OF D
THE ORDERING A,B,C M C D C Y
ANS:DATA INSUFFICIENT D C M C Y
(6)IN STASTIC MEN CAUSE MORE ACCIDENTS THEN ONE CONCLUSION
(A) MEN DRIVE MORE THAN ONCE
(B) STASTICS GIVE WRONG INFORMATION
(C) WOMEN ARE CAUTION THAN ME ANS; C(VERIFY)
(D)-----ETC
(7) P,Q,R,S,T,U -SECURING GRANT;TWO TOURIST PARTIES AND THEN TWO SECURITY
GAURDS SHOULD GO WITH EACH PARTY
________________________________________________________________________
P AND R-ARE ENEMIES, Q DOES NOT GO SOUTH
P&S-ARE WILLING TO BE TOGETHER
______________________________________________________________________
THE TWO PARTIES MAY GO SOUTH&NORTH RESPECTIVELY
AT ONE POINT EACH MAY PASS EACH OTHER THEN GAURDS CAN EXCHANGE
6 Q BASED ON THIS
(8)pq-r/s =2 what is q inference a,n&d
(a) a can do n units of work in strs,a&b can do n units of work in 2 hrs
in how many hrs n units of work ans:3 hr 30 min p = (2s+r)/q
____________

main()
{
int var=25,varp;
varp=&var;
varp p = 10;
fnc(varp)
printf("%d%d,var,varp);
}
(a) 20,55(b) 35,35(c) 25,25(d)55,55

[ c++,c,dbms interview]
[fundamentals]
this is new paper
___________________________________________________________________________
application -software

____________________
part-1:
28-questions
(5)ingless ans:RDMS
(1)bit program-ans d
(2)c ans
(3)+ 0 ans
(4)00p--ans linking
(5)------
(6)-------
(9)25--45 even no. ans--10
(10) >10 <100 ans="n+9

hcl placement paper 01

See All HCL Placement Papers with HR / Technical Interview solved question papers and real freshers candidates experiences here for free online without registration. View Instant Placement Papers and Interview Questions. There is no Catch!
Keep Watching out for more recent HCL Technologies Placement Papers here for free.. Also see latest hr and Technical Interview Questions asked mostly and most important ones by Managers.. The real candidate experiences are quoted here and provided for your reference instantly. Keep watching out for more such stuff related to HCL Computers and IT ITES BPO Divisions here for freshers / campus / walkin interviews. The latest multiple choice questions / MCQs and reasoning, probability, mathematics, aptitude, verbal, non verbal, pipe, volume related questions here only on

www.examsprofile.blogspot.com
HCL PLACEMENT PAPER 01
HCL TECHNOLOGIES 2002- itbhu .Same as 2001
-------------------------------------------------------------------------
SECTION-I
1). Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement d) retransmition
ans: c piggy backing

2). The layer in the OSI model handles terminal emulation
a) session b) application c) presentation d) transport
ans: b application

3) ans: a odd numbers of errors

4)Q. In signed magnitude notation what is the minimum value that can be represented with 8 bits

a) -128 b) -255 c) -127 d) 0 Ans c

5) c 20
6) a 120
7) b synchronise the access
8) a system call
9) b the operating system
10) a 177333
11) d used as a network layer protocall in network and
windows system
12) b has to be unique in the sub network
13)

Q. there is an employer table with key feilds as employer no.
data in every n'th row are needed for a simple following queries
will get required results.
a) select A employe no. from employe A , where exists from employe B
where A employe no. >= B employe having (count(*) mod n)=0
b) select employe no. from employe A, employe B where
A employe no.>=B employ no.grouply employe no.having(count(*) mod n=0 )
c) both a& b
d)none of the above

14)Q. type duplicates of a row in a table customer with non uniform key feild customer no. you can see
a) delete from costomer where customer no. exists
( select distinct customer no. from customer having count )
b) delete customer a where customer no. in
b rowid
c) delete customer a where custermor no. in
( select customer no. from customer a, customer b )
d) none of the above

15) c Volatile modifier


Section II - C Programming


1. Which of the following about the following two declaration is true
i ) int *F()
ii) int (*F)()

Choice :
a) Both are identical
b) The first is a correct declaration and the second is wrong
c) The first declaraion is a function returning a pointer to an integer and the second is a pointer to function returning int
d) Both are different ways of declarin pointer to a function
Answer : c

2. What are the values printed by the following program?

#define dprint(expr) printf(#expr "=%d\n",expr)
main()
{
int x=7;
int y=3;
dprintf(x/y);
}
Choice:
a) #2 = 2 b) expr=2 c) x/y=2 d) none
Answer: c

3. Which of the following is true of the following program
main()
{
char *c;
int *p;
c =(char *)malloc(100);
ip=(int *)c;
free(ip);
}
ans: The code functions properly releasing all the memory allocated

4.output of the following.
main()
{
int i;
char *p;
i=0X89;
p=(char *)i;
p++;
printf("%x\n",p);
}
ans:0X8A

5. which of the following is not a ANSI C language keyword?
ans:Function.

6. When an array is passed as parameter to a function, which of the following statement is correct choice:
a) The function can change values in the original array
b) In C parameters are passed by value. The funciton cannot change the original value in the array
c) It results in compilation error when the function tries to access the elements in the array
d) Results in a run time error when the funtion tries to access the elements in the array
Answer: a

7. The type of the controlling statement of a switch statement cannot be of the type

a) int b) char c) short d)float e) none
Answer : d

8.What is the value of the statement (3^6) + (a^a)?
a) 3 b) 5 c) 6 d) a+18 e) None
Answer : b

9. What is the value assigned to the variable X if b is 7 ?
X = b>8 ? b <<3>4 ? b>>1:b;

a) 7 b) 28 c) 3 d) 14 e) None
ans: c

10. Which is the output produced by the following program
main()
{
int n=2;
printf("%d %d\n", ++n, n*n);
}

a) 3,6 b) 3,4 c) 2,4 d) cannot determine
Answer : b

11. What is th output of the following program?
int x= 0x65;
main()
{
char x;
printf("%d\n",x)
}

a) compilation error b) 'A' c) 65 d) unidentified

12. What is the output of the following program

main()
{
int a=10;
int b=6;
if(a=3)
b++;
printf("%d %d\n",a,b++);
}

a) 10,6 b)10,7 c) 3,6 d) 3,7 e) none
Answer : d

13. What can be said of the following program?

main()
{
enum Months {JAN =1,FEB,MAR,APR};
Months X = JAN;
if(X==1)
{
printf("Jan is the first month");
}
}
a) Does not print anything
b) Prints : Jan is the first month
c) Generates compilation error
d) Results in runtime error

Answer: b

14. What is the output of the following program?
main()

{
char *src = "Hello World";
char dst[100];
strcpy(src,dst);
printf("%s",dst);
}

strcpy(char *dst,char *src)
{
while(*src) *dst++ = *src++;
}

a) "Hello World" b)"Hello" c)"World" d) NULL e)

unidentified
Answer: may be d

15. What is the output of the following program?

main()
{
int l=6;
switch(l)
{
default : l+=2;
case 4: l=4;
case 5: l++;
break;
}
printf("%d",l);
}

a)8 b)6 c)5 d)4 e)none
Answer : c

16. What is the output of the following program?

main()
{
int x=20;
int y=10;
swap(x,y);
printf("%d %d",y,x+2);
}

swap(int x,int y)
{
int temp;
temp =x;
x=y;
y=temp;
}
a)10,20 b) 20,12 c) 22,10 d)10,22 e)none
Answer:d

17. What is the output of the following problem ?

#define INC(X) X++
main()
{
int X=4;
printf("%d",INC(X++));
}

a)4 b)5 c)6 d)compilation error e) runtime error

Answer : d

18. what can be said of the following
struct Node {
char *word;
int count;
struct Node left;
Struct Node right;
}
a) Incorrect definition
b) structures cannot refer to other structure
c) Structures can refer to themselves. Hence the statement is OK

d) Structures can refer to maximum of one other structure
Answer :c

19. What is the size of the following union.
Assume that the size of int =2, size of float =4 and size of char =1.
nion Tag{
int a;
flaot b;
char c;
};

a)2 b)4 c)1 d) 7
may be b

20) What is the output of the following program? (. has been used to indicate a space)
main()
{
char s[]="Hello,.world";
printf(%15.10s",s);
}

a)Hello,.World...
b)....Hello,.Wor
c)Hello,.Wor....
d)None of the above
May be b

SECTION III - ANALYSIS PROGRAM SEGMENTS
---------------------------------------

1) Here is the structure declaration of a doubly

linked list
struct dlink {
int nodeid;
struct dlink *next;
struct dlink *prev;
} dlink_t;
A pointer of the head of the linked list is maintained as a global variable,
whose definition is
dlink_t *head;
The funtion remove_element(dlink_t *rp), needs to remove the node pointed to the rp and adjust the head. The first node's prev and the last node's next are

NULL.
remove_element(dlink_t *rp)
{
rp->prev->next = rp->next;
rp->next->prev = rp->prev;
if( head == rp)
head = rp->next;

Which of the following statement is true about the function remove_element

A) It work when head is the same as rp
B) It does not work when rp is the last element on the list
c) It sets the head of the list correctly

D) It works in all cases
Answer :B
2) Consider the following function written in c:
#define NULL 0
char *
index(sp,c)
register char *sp,c;
{
do {
if(*sp == c)
return (sp);
} while (*sp++);
return NULL;
}

The first argument sp, is a pointer to a C string. The second argument, c, is a character. This function scarches for the character c, in the string. If it is found a pointer to that location is returned else NULL is returned.
This function works
) Always
b) Always, but fails when the first byte contais the character c
c) works when c is a non NULL character only
d) Works only when the character c is found in the string
answer: a
03) What is printed when this program is executed

main()
{
printf ("%d\n",f(7));
}
f(X)
{
if (x<= 4) return x; return f(- -x); } a) 4 b) 5 c) 6 d) 7

answer: a

04) On a machine where pointers are 4 bytes long, what happens when the following code is executed.

main()
{
int x=0,*p=0;
x++; p++;
printf ("%d and %d\n",x,p);
}
a) 1 and 1 is printed
b) 1 and 4 is printed
c) 4 and 4 is printed
d) causes an exception
Answer b

05) Which of the following is the correct code for strcpy, that is used to copy the contents from src to dest?

a) strcpy (char *dst,char *src)
{
while (*src)
*dst++ = *src++;
}

b) strcpy (char *dst,char *src)
{
while(*dst++ = *src++)
}

c) strcpy (char *dst,char *src)
{
while(*src)
{ *dst = *src;
dst++; src++;
}
}
d) strcpy(char *dst, char *src)
{
while(*++dst = *++src);
}
answer:b

6) Consider the following program

main()
{
int i=20,*j=&i;
f1(j);
*j+=10;
f2(j);
printf("%d and %d",i,*j);
}
f1(k)
int *k;
{
*k +=15;
}

f2(x)
int *x;
{
int m=*x,*n=&m;
*n += 10;
}

The values printed by the program will be

a) 20 and 55
b) 20 and 45
c) 45 and 45

d) 45 and 55
e) 35 and 35
answer c

7) what is printed when the following program is compiled and executed?

int
func (int x)
{
if (x<=0) return(1); return func(x -1) +x;} main() { printf("%d\n",func(5)); } a) 12 b) 16 c) 15 d) 11 Answer b 08) COnsider the following of c code in two files which will be linked together and executed . a.c ___ int i; main() { i = 30; f1(); printf("%d\n",i) } b.c static int f1() { i+=10; } which of the following is true ? a) a.c will fail in compilation phase because f1() is not declared b) b.c will fail in compilation because the variable i is not declared c) will print 30 d) will print 40 e) a & b answer: e 9) Consider the following prg void funca (int *k) { *k += 20 } void funcb (int *x) { int m=*x,*n = &m; *n+=10; } main() { int var = 25,*varp=&var; funca(varp); *varp += 10; funcb(varp); printf ("%d and %d\n",var,*varp); } The values printed when the above prg is complied and executed are: a) 20 and 55 b) 20 and 45 c) 45 and 55 d) 55 and 55 e) 35 and 35 answer: d Section IV - General Aptitude Section 1) In a murder case there are four suspects P,Q,R,S. Each of them makes a statement. They are p: "I had gone to the theatre with S at the time of the murder". q: "I was playing cards with P at the time of the murder". r: "Q didn't commit the murder". s: "R is not the murderer". Assuming the only one of the above statement is false and that one of them is the murderer, who is the murderer? a) P b) Q c) R

d) Cann't be concluded
e) S
answer: E
2) Mohan earned twice as much as Deep. Yogesh earned rs.3/- more than half as much as deep. If the amounts earned by Mohan,Deep,Yogesh are M,D,Y respectively, Which of the following is the correct ordering of these amounts?

a) M <>
b) M <>
c) D <>
d) It cann't be determined from the information given
e) D <>
Answer d

03) Statistics indicate that men drivers are involved in more accidents than women drivers. Hence it may be concluded that
a) sufficiently information is not there to conclude anything
b) Men are actually better drivers but drive more frequently
c) Women Certainly drive more cautiously than Men
d) Men chauvinists are wrong about women's abilties.
e) Statistics sometimes present a wrong picture of things

Answer...?

04) What does the hex number E78 correspond to in radix 7 ?

a) 12455
b) 14153
c) 14256
d) 13541
e) 13112
answer:d

5)Given that A,B,C,D,E each represent one of the digits between 1 and 9 and that the following multiplication holds:

A B C D E
X 4

--------------

E D C B A

--------------
what digit does E represent ?

a) 4
b) 6
c) 8
d) 7

Answer: c

6) HCL prototyping machine can make 10 copies every 4 seconds. At this rate, How many copies can the machine make in 6 min.?

a) 900
b) 600
c) 360
d) 240
e) 150
answer: a

7) if a=2,b=4,c=5 then
a+b c

----- - ---- =

c a+b

) 1
b) 11/30
c) 0
d) -11/30
e) -1

answer: b
8) 10^2(10^8+10^8) =

--------------

10^4
a) 2(10)^4
b) 2(10)^6
c) 10^8
d) 2(10)^8
e) 10^10
answer: b

9) Worker W produces n units in 5 hours. Workers V and W, workers independently but at the same time, produce n units in 2 hours. how long would it take V alone to produce n units?

a) 1 hr 26 min
b) 1 hr 53 min
c) 2 hr 30 min
d) 3 hr 30 min
e) 3 hr 20 min

ans: d
10) if q <> 0 and k = qr -s, then what is r in terms
of k,q,s?
a) 2k+s
---
q
b) 2sk

----

q
c) 2(k-s)

-----

q
d) 2k+sq

-----

q
e) 2(k+s)

------
q

answer: e
11-15 is the reasoning Questions:

Six knights - P,Q,R,S,T and U - assemble for a long journey in two travelling parties. For security, each travelling party consists of at least two knights. The two parties travel by separate routes, northern and southern. After one month, the routes of the northern and southern groups converge for a brief time and at that point the knights can, if they wish, rearrange their travelling parties before continuing, again in two parties along separate northern and southern routes. Throughout the entire trip, the composition of travelling parties must be in accord with the following conditions
P and R are deadly enemies and, although they may meet briefly, can never travel together.
p must travel in the same party with s
Q cann't travel by the southern route
U cann't change routes

16) If one of the two parties of knights consists of P and U and two other knights and travels by the southern route, the other members of this party besides P and U must be

a) Q and S
b) Q and T
c) R and S
d) R and T
e) S and T
answer: e

17) If each of the two parties of knights consists of exactly three members, which of the following is not a possible travelling party and route?

a) P,S,U by the northern route
b) P,S,T by the northern route

c) P,S,T by the southern route
d) P,S,U by the southern route
e) Q,R,T by the southern route
ans: b
18) If one of the two parties of knights consists of U and two other knights and travels by the northern route, the other members of this party besides U must be

a) P and S
b) P and T
c) Q and R
d) Q and T
e) R and T

answer: c
19) If each of the two parties of knights consists of exactly three members of different parties, and R travels by the northern route, then T must travel by the

a) southern route with P and S
b) southern route with Q and R
c) southern route with R and U
d) northern route with Q and R
e) northern route with R and U

answer: a

20) If, when the two parties of knights encounter one another after a month, exactly one knight changes from one travelling party to the other travelling party, that knight must be

a) P
b) Q
c) R
d) S
e) T
answer: e
ALL THE BEST

--
Subject: HCL TECH interview qp
------------------------------------

HCL Technology Interview 2001 in Thiagarajar college
of engineering mku
-------------------------------------------------

Technical interview is held for 30 min to 1 hr 20min depending upon the stuff. Concentrated areas are

1) OS Concepts

2) C Programming skill

3) OOPs concepts

4) Basics of Networking

5) Data structures
Only basic QP like

1) What is fragmentation? How do overcome?

2) What is semaphore?

3) What are the IPC Mechanism available? Illustrate with example

4) What is structure and union in c? write the code and explain how they are storing in the memory?

5) They will ask to write one c program ?

6) Explain the data struture (code) for the data structures
i) Double linklist
ii) Minimum spanning tree
iii) BFS and DFS
iv) AVL tree
v) Reverse the linklist
7) Difference between malloc and calloc?
8) write a prg in macro in c?
9) Write a simple MFC program to create a window?
(They aaked me wite a prg to create a window)
10) Tell about the existing scheduling algorithm?
11) what are all E.F.Codd rule?
12) what is bit slice processor?
13) what is a deadlock? explain it?
14) what is virtual memory?
15) what is circuit switching and packet switching
16) What is the significance of friend keyword in C++?
17) Different types of inheritance?
18) do u want to ask anything from us?


HR interview

------------

This ranges from 20 min to 45 min. They expecting ur
i) Focussing towards the technology
ii)Adaptability
iii) Family Background
iv) Team spirit

i) Tell abt yourself?
ii) what are all ur hobbies?
iii)why did u prefer your area of interest?
iv) why did u wanna be in HCL?
v) why did u choose MCA?
vi) howz interview is going on?
vii) Some general technical qp from ur area of interest?
viii) how'll u react if u r assigned in the non area of interest?(adaptability)
ix) how're getting information abt the company?
(weightage is given to communciating with the seniors)
x) In which project do u want to work in HCL?
xi) do u want to ask anything from us?