Rated: +3, - 0: HCL Paper - 2010
Rated: +3, - 0: HCL Paper - 2010
Rated : +3 , -0
Hi Friends
1. A millionaire bought a job lot of hats 1/4 of which were brown. The
millionaire sold 2/3 of the hats including 4/5 of the brown hats. What
fraction of the unsold hats were brown.
(A) 1/60 (B) 1/15 (C) 3/20 (D) 3/5 (E) 3/4
Ans : c) 3/20
3. How many integers n greater than and less than 100 are there such
that, if the digits of n are reversed, the resulting integer is n+9 ?
(A)5 (B)6 (C)7 (D)8 (E)9
Ans) 8
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
Ans: E r and s are true as first two statements are contradictory. thus
either P or S is murderer. as q is not murderer, he is telling truth that P
was with him. hence S is murderer.
5)Given that A,B,C,D,E each represent one of the digits between 1 and 9
and that the following multiplication holds:
ABCDE
X4
EDCBA
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
Ans: b
Ans: d (e)
11) 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
Ans: e
14) 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
Ans: c
15) If, when the two parties of knights encounter one another after a
month, exactly one knight changes from one traveling party to the other
traveling party, that knight must be
a) P b) Q c) R d) S e) T
Ans: e
PAPER – II
2. If taxi fares were Rs 1.00 for the first 1/5 mile and Rs 0.20 for each
1/5 miles thereafter. The taxi fare for a 3-mile ride was
(A) Rs 1.56 (B) Rs 2.40 (C) Rs 3.00 (D) Rs 3.80 (E) Rs 4.20
Answer :d)Rs 3.80
5. A digital wristwatch was set accurately at 8.30 a.m and then lost 2
seconds every 5 minutes. What time was indicated on the watch at 6.30
p.m of the same day if the watch operated continuously that time ?
(A) 5:56 (B) 5:58 (C) 6.00 (D) 6.23 (E) 6.26
Ans : E) 6.26
10. How many integers n greater than and less than 100 are there such
that,if the digits of n are reversed, the resulting integer is n+9 ?
(A) 5 (B) 6 (C) 7 (D) 8 (E) 9
Ans : (D) 8
10. A millionaire bought a job lot of hats 1/4 of which were brown. The
millionaire sold 2/3 of the hats including 4/5 of the brown hats. What
fraction of the unsold hats were brown.
(A)1/60 (B)1/15 (C)3/20 (D)3/5 (E)3/4
Ans :c)3/20
14. A sink has 12 lits of water some quantity of water is taken out. if the
remainng water is 6 litres less then the water taken out then quantity of
water taken out is.
a. 3 b. 6 c. 9 d. 1
16. which is the 4 digit number whose second digit is thrice the first digit
and 3'rd digit is sum of 1’st and 2'nd and last digit is twice the second
digit.
1. 2674 2. 1349 3. 3343 4. 3678
17. In a straight highway 2 cars starts from the same point in opposite
directions each travels for 8 Kms and take left turn then travel for 6 Kms
what is the distance between them now.
1. 16 2. 20 3. 25 4. 10
@ : Home > Placement Papers > HCL > View Paper
HCL TECHNOLOGIES PAPER - 2003
Rated : +0 , -0
Full paper 2003
Section A
Ans: (a)
Ans: (b)
(a)11
(b)16
(c)22
(d) 24
Ans. (b)
(a) synchronization
(b) dead-lock avoidence
(c) box
(d) none
Ans. (a)
Ans. (a)
8. OLE is used in
a) inter connection in unix
b) interconnection in WINDOWS
c) interconnection in WINDOWS NT
Ans. (c)
Ans. (c)
13. In signed magnitude notation what is the minimum value that can be
represented with 8 bits
(a) -128
(b) -255
(c) -127
(d) 0
14. There is an employer table with key fields as employer number data
in every n'th row are needed for a simple following queries will get
required results.
(a) select A employee number from employee A , where exists from
employee B where A employee no. >= B
employee having (count(*) mod n)=0
(b) select employee number from employe A, employe B where A
employe number>=B employ number
group by employee number having(count(*) mod n=0 )
(c) both (a) & (b)
(d) none of the above
15. Type duplicates of a row in a table customer with non uniform key
field customer number you can see
Section B
(a) 4
(b) 5
(c) 6
(d) 11
(e) None of the above
2. Find the output for the following C program
main
{int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Ans. k=4
Ans. 13
Ans. (a)
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
}
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
Section D
(a) 12455
(b) 14153
(c) 14256
(d) 13541
(e) 131112
Ans. (d)
3. 10 : 4 seconds :: ? : 6 minutes
Ans. 900
(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
I. F and 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)
(a) D
(b) D and G
(c) G and H
(d) F and G
(e) J
Ans. (a)
(a) E
(b) either B or C
(c) both E & F
(d) B
(e) both B & C
Ans. (b)
I. D
II. A
III. F
(a) I only
(b) II only
(c) I & II
(d) II & III
(e) I,II & III
Ans. (c)
(a) A
(b) F
(c) D
(d) C
(e) J
Ans. (b)
Campus So what if you are not a mountaineer. Or a keen hiker. You still
cannot treat your interview like a careless morning trot along a jogger's
path. Your jaw-jaw at the interview table is nothing less than a cautious
climb up a mountain trail--which begins around your early childhood
and meanders through the years at the academia before reaching a new
summit in your career.And as you retrace your steps down memory lane
make sure that you post flags at important landmarks of your life and
career, so that you can pop them before the interview panel scoops them
out of you. You don't want to be at the receiving end, do you?
Face the panel, but don't fall of the chair in a headlong rush-and-skid
attempt to tell your story. Take one step at a time. If you place your foot
on slippery ground, you could be ejecting out on a free fall.
So prepare, fortify your thoughts, re-jig your memory, and script and
design your story (without frills and falsity). Without the right
preparation and storyboard, you could be a loser at the interview. Here
are a few preparation tips that books on interviews sometimes overlook.
Why should we hire you? Or why are you interested in this job?
Sum up your work experiences with your abilities and emphasise your
strongest qualities and achievements. Let your interviewer know that
you will prove to be an asset to the company.
4. Questions to As
At the end of the interview, most interviewers generally ask if you have
any questions. Therefore, you should be prepared beforehand with 2-3
technical and 2-3 non-technical questions and commit them to your
memory before the interview.
Sample Questions
Could you tell me the growth plans and goals for the company?
What skills are important to be successful in this position?
Why did you join this company? (optional)
What's the criteria your company uses for performance appraisal?
With whom will I be interacting most frequently and what are their
responsibilities and the nature of our interaction?
What is the time frame for making a decision at this position?
What made the previous persons in this position
successful/unsuccessful?
5. Do your homework
Getting prepared for your interview is the best way to dig deep and
know yourself. You will be surprised that it would breed a new
familiarity become more familiar with your own qualifications that will
be make you present yourself better. All the best and get ready to give a
treat.