2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
30th October 2014, 10:50 AM
Super Moderator
 
Join Date: Apr 2013
Re: HCL Campus Placement Aptitude Questions

Here is the list of few HCL Campus Placement Aptitude Questions which you are looking for .

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 OST, terminal emulation is done in
(a) sessions layer
(b) application layer
(c) presentation layer
(d) transport layer

Ans: (b)

3. For 1 MB memory, the number of address lines required,
(a)11
(b)16
(c)22
(d) 24

Ans. (b)

4. Semaphore is used for
(a) synchronization
(b) dead-lock avoidence
(c) box
(d) none

Ans. (a)

5. Which holds true for the following statement
class c: public A, public B
a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both
d) none

Ans. (a)

6.Preproconia.. does not do which one of the following
(a) macro
(b) conditional compliclation
(c) in type checking
(d) including load file
Ans. (c)

7. Piggy backing is a technique for
a) Flow control
b) Sequence
c) Acknowledgement
d) retransmition
Ans. (c)

8. Given the following statement
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

Ans (e)

9. Find the output for the following C program
i=20,k=0;
for(j=1;j9 && Y++!=10 && Y++>10)
{printf("%d", Y);
else
printf("%d", Y);
}

Ans. 13

12. Find the output for the following C program
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

Ans. (a)

13. What is the sizeof(long int)
(a) 4 bytes
(b) 2 bytes
(c) compiler dependent
(d) 8 bytes

Ans: (a) or (c)

14.1. a=2, b=3, c=6
Find the value of c/(a+b)-(a+b)/c
Ans : 0.3 or 3/10

15.. What does the hexanumber E78 in radix 7.
(a) 12455
(b) 14153
(c) 14256
(d) 13541
(e) 131112

Ans. (d)

16.. 10 : 4 seconds :: ? : 6 minutes

Ans. 900

17.. From the following statements determing the order of ranking
? M has double the amount as D
? Y has 3 rupess more than half the amount of D
Ans. Data insuffiecient

Questions 18 - 22 are to be answered on the following 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


18. If A occurs which of the following must occurs
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)

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

20. 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)

21. Which may occurs as a result of cause not mentioned
I. D
II. A
III. F
(a) I only
(b) II only
(c) I & II
(d) II & III
(e) I,II & III
Ans. (c)


22. E occurs which one cannot occurs
(a) A
(b) F
(c) D
(d) C
(e) J
Ans. (b)

[ Draw table and see ]

23.A man fixed an appointment to meet the manager, Manager asked him to come two days after the day before the day after tomorrow. Today is Friday. When will the manager expect him? (repeated from previous papers)

Ans: Monday


[Don't confuse it with Tuesday.the correct answer is Monday]

24.A man said he spent 1/6 of his as a child, 1/12 as salesman in a liquor shop, 1/7 and 5 years as a politician and a good husband respectively. At that time Jim was born. Jim was elected as Alderman four years back.when he was half of his age. What is his age? (repeated from previous papers)

Ans: 84 years

[Assume that he lived x years.
X/6 + x/12 + x/7 + 5 + 4 + x/2 = x. Solving x= 84, Same as Question in Shakundala Devi book]

25.Jack,Doug and Ann, 3 children had a running race while returning from school.Mom asked who won the race. Then Jack replied" I wont tell u.I wil give u a clue,When Ann takes 28 steps Doug takes 24 steps, meantime I take 21 steps. Jack explained that his 6 steps equals Droug's 7 steps and Ann's 8 steps. Who won the race? (repeated from previous papers)

Ans: Doug

[ Ann steps = 8,16,24,28 --- finished by 3 & half full steps
Doug steps=7,14,21,24 --- finished before 3 & half full steps
Jack steps= 6,12,18,21 --- finished by 3 & half full steps
So Doug won the race ]

26. Every day a cyclist meets a car at the station.The road is straight and both are travelling in the same direction. The cyclist travels with a speed of 12 mph.One day the cyclist comes late by 20 min. and meets the car 5miles before the Station. What is the speed of the car?

Ans: 60 mph

[Very similar to Shakuntala Devi puzzles to puzzle you problem no: 38 ]


27.A lady goes for shopping. She bought some shoestrings. 4 times the number of shoestrings, she bought pins and 8 times, handkerchiefs. She paid each item with their count as each piece's cost. She totally spent Rs. 3.24.How many handkerchiefs did she buy? (repeated from previous papers)

28. Complete the series :

a) 3,6,13,26,33,66,____(repeated from previous papers)
b) 364,361,19,16,4,1,___( " " " )

Ans : a) 63
b) 1


29. Lucia is a wonderful grandmother. Her age is between 50 and 70.Each of her sons have as many sons as they have brothers. Their combined number gives Lucia?s age. What is the age?

Ans: 64

30.There are two towers A and B. Their heights are 200ft and 150ft respectively and the foot of the towers are 250ft apart. Two birds on top of each tower fly down with the same speed and meet at the same instant on the ground to pick a grain. What is the distance between the foot of tower A and the grain?

Ans:90ft

31. Grass in lawn grows equally thick and in a uniform rate. It takes 40 days for 40 cows and 60 days for 30 cows to eat the whole of the grass. How many days does it take for 20 cows to do the same?

Ans: 120

32. Four tourists A,B,C,D and four languages English, German, French and Italian. They are not able to converse among themselves in one language. Though A does not know English he can act as an interpreter between B and C. No one spoke both French and German. A knows German and was able to converse with D who doesn?t know a word in German. Only one language was spoken by more than two persons. Each spoke two languages. Find who spoke what.

Ans : A- German,Italian
B- French,Italian
c- German,English
D- Italian,English



33. There is a five digit number. It has two prime digits (1 is not a prime number). Third digit is the highest. Second digit is the lowest. First digit is one less than the third digit. The fifth digit is half of the fourth. The sum of 4th and 5th is less than the first. Find the number.

Ans ? 71842

34. Four persons A, B, C and D are playing cards. Each person has one card, laid down on the table below him, which has two different colours on either side. No card has the same color on both sides. The colours visible on the table are Red, Green, Red and Blue respectively. They see the color on the reverse side and give the following comment.

A: Yellow or Green
B: Neither Blue nor Green
C: Blue or Yellow
D: Blue or Yellow

Given that out of the 4 people 2 always lie find out the colours on the cards each person.

Ans: A- Yellow
B- Yellow
C- Green
D- Red

35. A 1 k.m. long wire is held by n poles. If one pole is removed, the length of the gap becomes 12/3m. What is the number of poles initially?


Ans:6km

36. Find the digits X,Y,Z
X X X X
Y Y Y Y +
Z Z Z Z
--------------
Y X X X Z
----------------
Ans: X Y Z
9 1 8

37. A man starts walking at 3 pm . ha walks at a speed of 4 km/hr on level ground and at a speed of 3 km/hr on uphill , 6 km/hr downhill and then 4 km/hr on level ground to reach home at 9 pm. What is the distance covered on one way?

Ans: 12 km

38. A grandma has many sons; each son has as many sons as his brothers. What is her age if it?s the product of the no: of her sons and grandsons plus no: of her sons?(age b/w 70 and 100).

Ans: 81

39. An electric wire runs for 1 km b/w some no: of poles. If one pole is removed the distance b/w each pole increases by 1 2/6 (mixed fraction). How many poles were there initially?

40. There is a church tower 150 feet tall and another catholic tower at a distance of 350 feet from it which is 200 feet tall. There is one each bird sitting on top of both the towers. They fly at a constant speed and time to reach a grain in b/w the towers at the same time. At what distance from the church is the grain?

Ans: 90
  #3  
9th January 2016, 10:57 AM
Unregistered
Guest
 
Re: HCL Campus Placement Aptitude Questions

Hello sir I require the Papers of HCL Campus Placement Aptitude Questions so provide me fast ??
  #4  
9th January 2016, 10:57 AM
Super Moderator
 
Join Date: Apr 2013
Re: HCL Campus Placement Aptitude Questions

As per your demand here is the Paper : Campus Placement Papers HCL

Aptitude Questions

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 OST, terminal emulation is done in
(a) sessions layer
(b) application layer
(c) presentation layer
(d) transport layer

Ans: (b)

3. For 1 MB memory, the number of address lines required,
(a)11
(b)16
(c)22
(d) 24

Ans. (b)

4. Semaphore is used for
(a) synchronization
(b) dead-lock avoidence
(c) box
(d) none

Ans. (a)

5. Which holds true for the following statement
class c: public A, public B
a) 2 member in class A, B should not have same name
b) 2 member in class A, C should not have same name
c) both
d) none

Ans. (a)

6.Preproconia.. does not do which one of the following
(a) macro
(b) conditional compliclation
(c) in type checking
(d) including load file
Ans. (c)

7. Piggy backing is a technique for
a) Flow control
b) Sequence
c) Acknowledgement
d) retransmition
Ans. (c)

8. Given the following statement
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

Ans (e)

9. Find the output for the following C program
i=20,k=0;
for(j=1;j9 && Y++!=10 && Y++>10)
{printf("%d", Y);
else
printf("%d", Y);
}

Ans. 13

12. Find the output for the following C program
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

Ans. (a)

13. What is the sizeof(long int)
(a) 4 bytes
(b) 2 bytes
(c) compiler dependent
(d) 8 bytes

Ans: (a) or (c)

14.1. a=2, b=3, c=6
Find the value of c/(a+b)-(a+b)/c
Ans : 0.3 or 3/10

15.. What does the hexanumber E78 in radix 7.
(a) 12455
(b) 14153
(c) 14256
(d) 13541
(e) 131112

Ans. (d)


Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 04:52 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4