100 Technical Questions with answers

Technical Questions

1. A 2MB PCM(pulse code modulation) has
a) 32 channels
b) 30 voice channels & 1 signalling channel.
c) 31 voice channels & 1 signalling channel.
d) 32 channels out of which 30 voice channels, 1 signalling channel, & 1 Synchronizatio channel.
Ans: (c)

2. Time taken for 1 satellite hop in voice communication is
a) 1/2 second
b) 1 seconds
c) 4 seconds
d) 2 seconds
Ans: (a)

3. Max number of satellite hops allowed in voice communication is :
a) only one
b) more han one
c) two hops
d) four hops
Ans: (c)

4. What is the max. decimal number that can be accomodated in a byte.
a) 128
b) 256
c) 255
d) 512
Ans: (c)

5. Conditional results after execution of an instruction in a micro processor is stored in
a) register
b) accumulator
c) flag register
d) flag register part of PSW(Program Status Word)
Ans: (d)

6. Frequency at which VOICE is sampled is
a) 4 Khz
b) 8 Khz
c) 16 Khz
d) 64 Khz
Ans: (a)

7. Line of Sight is
a) Straight Line
b) Parabolic
c) Tx & Rx should be visible to each other
d) none
Ans: (c)

8. Purpose of PC(Program Counter) in a MicroProcessor is
a) To store address of TOS(Top Of Stack)
b) To store address of next instruction to be executed.
c) count the number of instructions.
d) to store base address of the stack.
Ans: (b)

9. What action is taken when the processor under execution is interrupted by a non-maskable interrupt?
a) Processor serves the interrupt request after completing the execution of the current instruction.
b) Processor serves the interupt request after completing the current task.
c) Processor serves the interupt request immediately.
d) Processor serving the interrupt request depends upon the priority of the current task under execution.
Ans: (a)

10. The status of the Kernel is
a) task
b) process
c) not defined.
d) none of the above.
Ans: (b)

11. To send a data packet using datagram , connection will be established
a) before data transmission.
b) connection is not established before data transmission.
c) no connection is required.
d) none of the above.
Ans: (c)

12. Word allignment is
a) alligning the address to the next word boundary of the machine.
b) alligning to even boundary.
c) alligning to word boundary.
d) none of the above.
Ans: (a)

13 When a 'C' function call is made, the order in which parameters passed to the function are pushed into the stack is
a) left to right
b) right to left
c) bigger variables are moved first than the smaller variales.
d) smaller variables are moved first than the bigger ones.e) none of the above.
Ans: (b)

14 What is the type of signalling used between two exchanges?
a) inband
b) common channel signalling
c) any of the above
d) none of the above.
Ans: (a)

15 Buffering is
a) the process of temporarily storing the data to allow for small variation in device speeds
b) a method to reduce cross talks
c) storage of data within transmitting medium until the receiver is ready to receive.
d) a method to reduce routing overhead.
Ans: (a)

16. Memory allocation of variables declared in a program is
a) allocated in RAM
b) allocated in ROM.
c) allocated on stack.
d) assigned to registers.
Ans: (c)

17. A software that allows a personal computer to pretend as a computer terminal is
a) terminal adapter
b) bulletin board
c) modem
d) terminal emulation
Ans: (d)

18. Find the output of the following program
int *p,*q;
p=(int *)1000;
q=(int *)2000;
printf("%d",(q-p));
Ans: 500

19. Which addressing mode is used in the following statements:
(a) MVI B,55 (b) MOV B,A (c) MOV M,A
Ans. (a) Immediate addressing mode.
(b) Register Addressing Mode
(c) Direct addressing mode

20. RS-232C standard is used in _____________.
Ans. Serial I/O

21. Memory. Management in Operating Systems is done by
a) Memory Management Unit
b) Memory management software of the Operating System
c) Kernel
Ans: (b)

22. What is done for a Push opertion?
Ans: SP is decremented and then the value is stored.

23. Binary equivalent of 52
Ans. 110100

24. Hexadecimal equivalent of 3452
Ans. 72A

25. Explain Just In Time Concept ?
Ans. Elimination of waste by purchasing manufacturing exactly when needed

26. A good way of unit testing s/w program is
Ans. User test

27. OOT uses
Ans. Encapsulated of detect methods

28.EDI useful in
Ans. Electronic Transmission

29. MRPII different from MRP
Ans. Modular version of man redundant initials

30. Hard disk time for R/W head to move to correct sector
Ans. Latency Time

31. The percentage of times a page number bound in associate register is called
Ans. Bit ratio

32. Expand MODEM
Ans. Modulator and Demodulator

33. RDBMS file system can be defined as
Ans. Interrelated

34. Super Key is
Ans. Primary key and Attribute

35. Windows 95 supports
(a) Multiuser
(b) n tasks
(c) Both
(d) None
Ans. (a)

36.In the command scanf, h is used for
Ans. Short int

37.A process is defined as
Ans. Program in execution

38.A thread is
Ans. Detachable unit of executable code

39.What is the advantage of Win NT over Win 95
Ans. Robust and secure


40.How is memory management done in Win95
Ans. Through paging and segmentation

41.What is meant by polymorphism
Ans. Redfinition of a base class method in a derived class

42.What is the essential feature of inheritance
Ans. All properties of existing class are derived

43.What does the protocol FTP do
Ans. Transfer a file b/w stations with user authentification

44.In the transport layer ,TCP is what type of protocol
Ans. Connection oriented

45.Why is a gateway used
Ans. To connect incompatible networks

46.How is linked list implemented
Ans. By referential structures

47.What method is used in Win95 in multitasking
Ans. Non preemptive check

48.What is a semaphore
Ans. A method synchronization of multiple processes

49.What is the precedence order from high to low, of the symbols () ++ /
Ans. () , ++, /


50.Preorder of A*(B+C)/D-G
Ans.*+ABC/-DG

51.What is the efficiency of merge sort
Ans. O (n log n)

52.In which layer are routers used
Ans. In network layer

53.Which of the following sorting algorithm has average sorting behavior -- Bubble sort, merge sort, heap sort, exchange sort
Ans. Heap sort

54.In binary search tree which traversal is used for getting ascending order values—Inorder, post order, preorder
Ans. Inorder

55.What are device drivers used for
Ans. To provide software for enabling the hardware

56.What is fork command in unix
Ans. System call used to create process

57.What is make command in unix
Ans. Used for creation of more than one file

58.In unix. profile contains
Ans. Start up program

59.In unix ' ls 'stores contents in
Ans. node block

60. Which of the following involves context switch,
(a) system call
(b) privileged instruction
(c) floating point exception
(d) all the above
(e) none of the above
Ans: (a)

61. In OST, terminal emulation is done in
(a) sessions layer
(b) application layer
(c) presentation layer
(d) transport layer
Ans: (b)

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

63. Semaphore is used for
(a) synchronization
(b) dead-lock avoidance
(c) box
(d) none
Ans. (a)

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

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

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

67. Which is not a memory management scheme?
a) Buddy system
b) swapping
c) monitors
d) paging
Ans : c

68. There was a circuit given using three nand gates with two inputs and one output. Find the output.
a) OR
b) AND
c) XOR
d) NOT
Ans. (a)

69. Integrated check value (ICV) are used as:
Ans. The client computes the ICV and then compares it with the senders value.

70. When applets are downloaded from web sites , a byte verifier performs _________?
Ans. Status check.

71. An IP/IPX packet received by a computer using... having IP/IPX both how the packet is handled.
Ans. Read the, field in the packet header with to send IP or IPX protocol.

72. The UNIX shell ....
a) does not come with the rest of the systemb) forms the interface between the user and the kernalc) does not give any scope for programmingd) deos not allow calling one program from with in anothere) all of the above
Ans. (b)

73. In UNIX a files i-node ......?
Ans. Is a data structure that defines all specifications of a file like the file size, number of lines to a file, permissions etc.

74. The very first process created by the kernel that runs till the kernel process is halts is
a) Init
b) getty
c) both (a) and (b)
d) none of these
Ans. (a)

75. In the process table entry for the kernel process, the process id value is
(a) 0
(b) 1
(c) 2
(d) 255
(e) it does not have a process table entry
Ans. (a)

76. Which of the following API is used to hide a window
a) Show Window
b) Enable Window
c) Move Window
d) SetWindowPlacement
e) None of the above
Ans. (a)

77. Which function is the entry point for a DLL in MS Windows 3.1
a) Main
b) Winmain
c) Dllmain
d) Libmain
e) None
Ans. (b)

78. The standard source for standard input, standard output and standard error is
a) the terminal
b) /dev/null
c) /usr/you/input, /usr/you/output/, /usr/you/error respectively
d) None
Ans. (a)

79. The redirection operators > and >>
a) do the same function
b) differ : > overwrites, while >> appends
c) differ : > is used for input while >> is used for output
d) differ : > write to any file while >> write only to standard output
e) None of these
Ans. (b)

80. The command grep first second third /usr/you/myfile
a) prints lines containing the words first, second or third from the file /usr/you/myfile
b) searches for lines containing the pattern first in the filessecond, third, and /usr/you/myfile and prints them
c) searches the files /usr/you/myfile and third for lines containing the words first or second and prints them
d) replaces the word first with the word second in the files third and /usr/you/myfile
e) None of the above
Ans. (b)

81. You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
a) CREATE INdEX emp_empno_idx ON employee, empno;
b) CREATE INdEX emp_empno_idx FOR employee, empno;
c) CREATE INdEX emp_empno_idx ON employee(empno);
d) CREATE emp_empno_idx INdEX ON employee(empno);
Ans. c

82. Which program construct must return a value?
a) Package
b) Function
c) Anonymous block
d) Stored Proceduree) Application Procedure
Ans. b

83. Which Statement would you use to remove the EMPLOYEE_Id_PK PRIMARY KEY constraint and all depending constraints from the EMPLOYEE table?a
) ALTER TABLE employee dROP PRIMARY KEY CASCAdE;
b) ALTER TABLE employee dELETE PRIMARY KEY CASCAdE;
c) MOdIFY TABLE employee dROP CONSTRAINT employee_id_pk CASCAdE;
d) ALTER TABLE employee dROP PRIMARY KEY employee_id_pk CASCAdE;
e) MOdIFY TABLE employee dELETE PRIMARY KEY employee_id_pk CASCAdE;
Ans. a

84. Which three commands cause a transaction to end? (Choose three)
a) ALTER
b) GRANT c
) DELETE
d) INSERT
e) Updatef) ROLLBACK
Ans. a ,b ,f

85. Under which circumstance should you create an index on a table?
a) The table is small.
b) The table is updated frequently.
c) A columns values are static and contain a narrow range of values
d) Two columns are consistently used in the WHERE clause join condition of SELECT statements.
Ans.d

86. What was the first name given to Java Programming Language.
a) Oak - Java
b) Small Talk
c) Oak
d) None
Ans.a

87.When a bicycle is in motion,the force of friction exerted by the ground on the two wheels is such that it acts
(a) In the backward direction on the front wheel and in the forward direction on the rear wheel.
(b) In the forward direction on the front wheel and in the backward direction on the rear wheel.
(c) In the backward direction on both the front and rear wheels.
(d) In the backward direction on both the front and rear wheels.
Ans. (d)

88. A certain radioactive element A, has a half life = t seconds. In (t/2) seconds the fraction of the initial quantity of the element so far decayed is nearly
(a) 29%
(b) 15%
(c) 10%
(d) 45%
Ans. (a)

89. Which of the following plots would be a straight line ?
(a) Logarithm of decay rate against logarithm of time
(b) Logarithm of decay rate against logarithm of number of decaying nuclei
(c) Decay rate against time
(d) Number of decaying nuclei against time
Ans. (b)

90. A radioactive element x has an atomic number of 100. It decays directly into an element y which decays directly into element z. In both processes a charged particle is emitted. Which of the following statements would be true?
(a) y has an atomic number of 102
(b) y has an atomic number of 101
(c) z has an atomic number of 100
(d) z has an atomic number of 101
Ans. (b)

91. If the sum of the roots of the equation ax2 + bx + c=0 is equal to the sum of the squares of their reciprocals then a/c, b/a, c/b are in
(a) AP
(b) GP
(c) HP
(d) None of these
Ans. (c)

92. A man speaks the truth 3 out of 4 times. He throws a die and reports it to be a 6. What is the probability of it being a 6?
(a) 3/8
(b) 5/8
(c) 3/4
(d) None of the above
Ans. (a)

93. If cos2A + cos2B + cos2C = 1 then ABC is a
(a) Right angle triangle
(b) Equilateral triangle
(c) All the angles are acute
(d) None of these
Ans. (a)

94. Image of point (3,8) in the line x + 3y = 7 is
(a) (-1,-4)
(b) (-1,4)
(c) (2,-4)
(d) (-2,-4)
Ans. (a)

95. The mass number of a nucleus is
(a) Always less than its atomic number
(b) Always more than its atomic number
(c) Sometimes more than and sometimes equal to its atomic number
(d) None of the above
Ans. (c)

96. The maximum KE of the photoelectron emitted from a surface is dependent on
(a) The intensity of incident radiation
(b) The potential of the collector electrode
(c) The frequency of incident radiation
(d) The angle of incidence of radiation of the surface
Ans. (c)

97. Which of the following is not an essential condition for interference
(a) The two interfering waves must be propagated in almost the same direction or the two interfering waves must intersect at a very small angle
(b) The waves must have the same time period and wavelength
(c) Amplitude of the two waves should be the same
(d) The interfering beams of light must originate from the same source
Ans. (c)

98. When X-Ray photons collide with electrons
(a) They slow down
(b) Their mass increases
(c) Their wave length increases
(d) Their energy decreases
Ans. (c)

99. An electron emits energy
(a) Because its in orbit
(b) When it jumps from one energy level to another
(c) Electrons are attracted towards the nucleus
(d) The electrostatic force is insufficient to hold the electrons in orbits
Ans. (b)

100. How many bonds are present in CO2 (Carbon di Oxide) molecule?
(a) 1
(b) 2
(c) 0
(d) 4
Ans. (d)

Aptitude Papers with solutions

1. A shopkeeper arranges his fruits in such a way that putting say either 3,or 9,or 7 apples in a row each time one apple is left. but when he puts say 11 apples in a row no apple is left.find no. of apples.
ans: take l.c.m. of earlier three nos. add 1 if divided by 11 fine else multiply by 2 add 1 divide by 11 .if not divisible keep on repeating.

2. A problem of staircase:if i start going down, having gone down 4 steps i see x coming up.i meet x in way going down.when i had still 7 steps to go down x had gone up .find no. of steps in the staircase.condition: for each of my one step down x goes up 2 steps.ans:22
solution:say total no. of steps x2(x-11)==xx="

3. Problem of merrygoround.tom on a merrygoround finds that one third of people ahead of him and three fourth of people behind him is equal to the no. of people on the merrygoround.find the no. of people on the merrygoround.
ans:13since merry gorund is circular so 3/4x+1/3x==x+1.

4. A problem of cards .four persons sitting on a table.infront of each one of them one card is lying not having same colours on both sides.2 blue,2 red,2 green faces. each one guesses the color of unseen face of card .(guesses i don’t remember) exactly 2 are lying.the front faces of card are red,blue,green,red respectively.find the colors of unseen faces of card.

5. five persons in a conference.a & b can communicate in english.when d joins the only coomon language of communication is spanish. a ,b,e can talk to each other in french only.exactly 3 people know portugese. the number of languages known by different persons are 1,2,3,4,5. some other similar conditions . you have to find answers to four questions based n these facts.

6. say ona sacle of 100:85 have phones,80 cars,75 married,70 have houses. how many minimum persons are married,have phone car and houses on a scale of 100.

7. some series given3 10 20 27 54 61 _ans .162some other seriestrick: find suare root then add some number etc.

8. some conditions on xz etc.

9. afternoon temperatures of five days are recorded.each temperature is different.multiple is 12.
ans:-1,1,2,-2,3

Aptitude Question - Self Practice

Aptitude Questions

1. There r some bees in a garden..1/5th of them went to a particular flower,1/3rd went to another flower,3 times the difference of the above two went to third flower..n one was remaining n it was roamingaround..how many bees were there
Ans:15

2. Jim n Harry have the same number of marbles when they start playing..n then afterwards...Jim gains 20 marbles and later he loses 2/3rds of what he had..now Harry has 4 times as many marbles as Jimhas..What r the initial number of marbles that each of them had?Ans:100 each

3. F,G,H,J,K are some juniors and P,Q,R,S are some seniors...and there are 3 communities Cultural,Recreation n Ethics..n each contained 3 members each..n each one was a member of only one committee..
i)F,Q are in Cultural committee.
ii)P is in recreation committee.
iii)J wont be in a committee where H or Q are there.
iv)G will be in recreation committe if S also works in recreation committee.
v)there will be atleast one senior in each committee.
vi)R wont be in a committee is S is there In this 4 parts were there
They will give some conditions and ask you to choose from the options. Now form the own options that you can make by seeing the question so that you will be able to solve similar problems by yourselves.

4. There was a community in which there were 1000 couples.In that 2/3rd of men who r taller r also heavier n 3/4th of the men who r heavier r also taller n there were 120 women who were both heavier n taller than men.So how many men r both taller n heavier than men

5. A man drives with constant speed..n he after some time he sees a milestone with 2-digits..then he travels for an hr n sees the same 2 digits in reverse order..n then after an hr he sees that themilestone has the same 2 digits with a 0 between them..so whats the man speed?Ans:45km/hr
6. There were 2 systems A n B.14 degrees in A is equivalent to 36 in system B.and 133 in A is equivalent to 87 in B.now what is the temperature where they both r equal?
Ans:51.25 (conversion A=(7/3)B-70)

7. X Y Z X Y ZA B + A B -------- ----- ------------- C D E F B G A
find X,Y,Z,G

8. A women buys some shoestrips n then 4 times of that she buys packet pins n then 8 times of shoestrips she buys handkerchiefs..n she has a bill of Rs3.24..n she pays for each article as many paise as there r articles(of tht particular item).Now whats the number of handkerchiefs?
Ans:16

9. Ms.Anitha got her salary n she spent half of it in shopping n gave 1RS to a beggar.After that 1/2 of the remaining money she spends in a hotel n she gives Rs.2/- as a tip to waiter.n then 1/2 of the remaining she spends again n she gives 3 RS as charity..n after thatfinally she is left with Rs 1/- when she comes out.Whats the actual money she had?
Rs 42/-
10. There r 2 children..one of them lies on Monday,wednesday n friday n tell truth on every other day.the other will lie on Tuesday,thursday n saturday.n always tells truth on other days..n both of them tell the truth on sundays.. then which of the following can be deduced?
i)If its a sunday both will say so
ii)if one of then says a correct day then other will lie everything.

Aptitude paper with Answers

Aptitude Questions

1. A software engineer returns from America. As he is fat he decided to have evening walk.....he started at 3pm. he walks along the road at 4km/hr for some time then he climbs a upward slope area at 3km/hr then downwards at the rate of 6km/hr. then back to the home through the road at 4km/hr. what is the distance he covered in one way if he reaches back home at 9pm.

2. men and lodge related question a)1 man related to 2lodges.b)each lodge has 3 men.c)only 1 man common b/w 2 lodges

3. A child questions his father, "What is your father's age", to which the father answers "He was aged X in year X^2 (X square) ". If the context is 20th Century, What is his Date of Birth?

4. A man rides cycle for two third of the distance to be covered. then his tyre got punctured. he walks the rest of the distance and found he took twice the time for walking compared to riding. How fast he can ride compared to walk.

5. 51 teams are there and they are to play basketball matches. A team is out of the tournament if that looses 2 games. what is the maximum number of games to be played to decide one winner.

6. who was the murderer(of smith) roger,o'neil,wait the waiter poisened smith with which friend. each of the friends tells 3 stmts 1 of which is false (1 stmt of each friend is false)

7. Nalanda,Rampur, Triloknagar, Maninagar etc some conditions are given....then u have to find which has the population below 5 lakhs.. whic is not the capital 2 industrial towns,2 harbours,longitude relation,latitude relation......etc (four questions based on these)

8. Another one on A,B,C , D and E younger and older relation + occupation of each nutritionist, doctor,planner etc. find who is who ?

9. Two lamps sold for Rs.12 each profit of 25% on 1 and loss 0f 20% on other? did he gain or lose?by how much?

10. A,B,C are persons and thy r div into three groups: Sororrean [always truth] , Nororrean [always lie] and Midrorrean [alternate-but not in any order as they speak truth first of false first]--repaet from earlier papers.


Answers

1. Ans: 12 km (one way )( total distance:12* 2 = 24 km)
2. Ans: 6 men and 4lodges
3. Ans: 1892
4. Ans: V(riding)=4*V(walking)[4 times]
5. Ans:101 matches
6. Ans: Roger was the murderer.(not sure)
9. Ans:60 paise loss
10. Ans:A:midrorean B: nororrean C:sororrean

Aptitude Questions with answers

Aptitude Questions

1. One guy has Rs. 100/- in hand. He has to buy 100 balls. One football costs Rs. 15/, One Cricket ball costs Re. 1/- and one table tennis ball costs Rs. 0.25 He spend the whole Rs. 100/- to buy the balls. How many of each balls he bought?

2. The distance between Station Atena and Station Barcena is 90 miles. A train starts from Atena towards Barcena. A bird starts at the same time from Barcena straight towards the moving train. On reaching the train, it instantaneously turns back and returns to Barcena. The bird makes these journeys from Barcena to the train and back to Barcena continuously till the train reaches Barcena. The bird finally returns to Barcena and rests. Calculate the total distance in miles the bird travels in the following two cases: (a) The bird flies at 90 miles per hour and the speed of the train is 60 miles per hour. (b) the bird flies at 60 miles per hour and the speed of the train is 90 miles per hour

3. A tennis championship is played on a knock-out basis, i.e., a player is out of the tournament when he loses a match. (a) How many players participate in the tournament if 15 matches are totally played? (b) How many matches are played in the tournament if 50 players totally participate?

4. When I add 4 times my age 4 years from now to 5 times my age 5 years from now, I get 10 times my current age. How old will I be 3 years from now?

5. A rich merchant had collected many gold coins. He did not want anybody to know about them. One day, his wife asked, "How many gold coins do we have?" After pausing a moment, he replied, "Well! If I divide the coins into two unequal numbers, then 37 times the difference between the two numbers equals the difference between the squares of the two numbers." The wife looked puzzled. Can you help the merchant's wife by finding out how many gold R

6. A set of football matches is to be organized in a "round-robin" fashion, i.e., every participating team plays a match against every other team once and only once. If 21 matches are totally played, how many teams participated?

7. Glenn and Jason each have a collection of cricket balls. Glenn said that if Jason would give him 2 of his balls they would have an equal number; but, if Glenn would give Jason 2 of his balls, Jason would have 2 times as many balls as Glenn. How many balls does Jason have?

8. Suppose 8 monkeys take 8 minutes to eat 8 bananas. (a) How many minutes would it take 3 monkeys to eat 3 bananas? (b) How many monkeys would it take to eat 48 bananas in 48 minutes

9. It was vacation time, and so I decided to visit my cousin's home. What a grand time we had! In the mornings, we both would go for a jog. The evenings were spent on the tennis court. Tiring as these activities were, we could manage only one per day, i.e., either we went for a jog or played tennis each day. There were days when we felt lazy and stayed home all day long. Now, there were 12 mornings when we did nothing, 18 evenings when we stayed at home, and a total of 14 days when we jogged or played tennis. For how many days did I stay at my cousin's place?

10. A 31" x 31" square metal plate needs to be fixed by a carpenter on to a wooden board. The carpenter uses nails all along the edges of the square such that there are 32 nails on each side of the square. Each nail is at the same distance from the neighboring nails. How many nails does the carpenter use?


Answer and Explanation.

1. F + C + T = 100-------------eq1 15F + C + 0.25T = 100-------------eq2 eq1=eq2 .solve to get F=3T/56 ;F=3,T=56,C=41
2. a) There is no need to consider their meeting pt at all.the train has been running for 90miles/(60miles/hr)=1.5hrs.bird flies till train reaches destination frm strting pt.so bird flies for1.5hrs at the vel given(90).so dist=1.5*90=135miles b) time of train=1hr.so dist of bird=60*1=60miles
3. (a) u don't need to sum it up.since it's a knock out only 1 person emerges winner finally.so15+1=16is answer.becos after15 matches finally we shud've 15losers and 1winner.(b) 49:its always one less than no of players as per the idea given above.so no need to check okay cos its always true.ans is 49.
4. Let x= current age 4(x+4)+5(x+5)=10x ;so x=R 41 years
5. 37(x-y)=x^2-y^2. u no tht x^2-y^2=(x-y)(x+y).so (x-y) cancels on both sides to give x+y=37.so sum of unequal halves=37 which is the req answer.
6. R ans:7 teams okay.for a match u need 2 teams.suppose there r totally 'n 'teams.Now uve to choose 2 teams out of 'n' teams.so answer =no of such choices=no. of possible combinations. So we've ans = nC2(ncombination2)=21;solve to get n=7.Sol: n(n-1)/2=21. so n=7.if u don't understand c the graph beloweach team plays no. of matches=no of teams ahead of it. One bar '' represents one team. ------------7 6 5 4 3 2 1 0 -----------21last team is written as 0 matches becos this team has already played with all other teams-hence sum of matches =6+5+4+3+2+1=21 which is correct only if no of teams =7
7. R 141. G+2=j-22. 2(G-2)=J+2.solve these 2 to get J=14
8. a). Sol:each mky takes 8 min to eat a banana b).ans:8m=48 m=6
9. Use sets and venn diagram to solve such questions.a,b ,aub,anb etc.12=tennis+leave18=jog +leaveso jog-tennis=6again jog+tennis=14.so solve and get jog=10,leave=8,tennis=4.so tot=22
10. Ans= 32*2 + 30*2=124

Interview Tips

Great interviews arise from careful groundwork. You can ace your next interview if you:
  • Enter into a state of relaxed concentration. This is the state from which great basketball players or Olympic skaters operate. You'll need to quiet the negative self chatter in your head through meditation or visualization prior to sitting down in the meeting. You'll focus on the present moment and will be less apt to experience lapses in concentration, nervousness, self-doubt and self-condemnation.
  • Act spontaneous, but be well prepared. Be your authentic self, professional yet real. Engage in true conversation with your interviewer, resting on the preparation you did prior to coming to the meeting. Conduct several trial runs with another person simulating the interview before it actually occurs. It's the same as anticipating the questions you'll be asked on a final exam.
  • Set goals for the interview. It is your job to leave the meeting feeling secure that the interviewer knows as much as he or she possibly can about your skills, abilities, experience and achievements. If you sense there are misconceptions, clear them up before leaving. If the interviewer doesn't get around to asking you important questions, pose them yourself (diplomatically) and answer them. Don't leave the meeting without getting your own questions answered so that you have a clear idea of what you would be getting yourself into. If possible, try to get further interviews, especially with other key players.
  • Know the question behind the question. Ultimately, every question boils down to, "Why should we hire you?" Be sure you answer that completely. If there is a question about your meeting deadlines, consider whether the interviewer is probing delicately about your personal life, careful not to ask you whether your family responsibilities will interfere with your work. Find away to address fears if you sense they are present.
  • Follow up with an effective "thank you" letter. Don't write this letter lightly. It is another opportunity to market yourself. Find some areas discussed in the meeting and expand upon them in your letter. Writing a letter after a meeting is a very minimum. Standing out among the other candidates will occur if you thoughtfully consider this follow up letter as an additional interview in which you get to do all the talking. Propose useful ideas that demonstrate your added value to the team.
  • Consider the interviewer's agenda. Much is on the shoulders of the interviewer. He or she has the responsibility of hiring the right candidate. Your ability to do the job will need to be justified. "Are there additional pluses here?" "Will this person fit the culture of this organization?" These as well as other questions will be heavily on the interviewer's mind.
  • Find ways to demonstrate your qualities above and beyond just doing the job.Expect to answer the question, "Tell me about yourself." This is a pet question of prepared and even unprepared interviewers. Everything you include should answer the question, "Why should we hire you?" Carefully prepare your answer to include examples of achievements from your work life that closely match the elements of the job before you. Obviously, you'll want to know as much about the job description as you can before you respond to the question.
  • Watch those nonverbal clues. Experts estimate that words express only 30% to 35% of what people actually communicate; facial expressions and body movements and actions convey the rest. Make and keep eye contact. Walk and sit with a confident air. Lean toward an interviewer to show interest and enthusiasm. Speak with a well-modulated voice that supports appropriate excitement for the opportunity before you.
  • Be smart about money questions. Don't fall into the trap of telling the interviewer your financial expectations. You may be asking for too little or too much money and in each case ruin your chances of being offered the job. Instead, ask what salary range the job falls in. Attempt to postpone a money discussion until you have a better understanding of the scope of responsibilities of the job.
  • Don't hang out your dirty laundry. Be careful not to bare your soul and tell tales that are inappropriate or beyond the scope of the interview. State your previous experience in the most positive terms. Even if you disagreed with a former employer, express your enthusiasm for earlier situations as much as you can. Whenever you speak negatively about another person or situation in which you were directly involved, you run the risk (early in the relationship) of appearing like a troubled person who may have difficulty working with others.

Group Discussion Tips

A group discussion (GD) is a simulated exercise, where you cannot suddenly put up a show, since the evaluators will see through you easily. In this page you can find tips on GD and how to handle them to ensure a positive outcome. Here's how most group discussions work :
Normally groups of 8-10 candidates are formed into a leaderless group, and are given a specific situation to analyze and discuss within a given time limit.

  • The group may be given a case study and asked to come out with a solution for a problem.
  • The group may be given a topic and asked to discuss on the same. A panel will observe the proceedings and evaluate the members of the group. OBJECTIVELets start from the basic.
  • One needs to know what one's objective in the group is. A good definition of your objective is - to be noticed to have contributed meaningfully in an attempt to help the group reach the right consensus. What does this essentially mean?The first implication is that you should be noticed by the panel. Merely making a meaningful contribution and helping the group arrive at a consensus is not enough. You have to be seen by the evaluating panel to have made the meaningful contribution. What does that mean in practice?
    You must ensure that the group hears you. If the group hears you, so will the evaluator. That does not mean that you shout at the top of your voice and be noticed for the wrong reasons.
    You have to be assertive. If you are not a very assertive person, you will have to simply learn to be assertive for those 15 minutes. Remember, assertiveness does not mean being bull-headed or being arrogant.
  • And most importantly, you have to make your chances. Many group discussion participants often complain that they did not get a chance to speak. The fact is that in no group discussion will you get a chance to speak. There is nothing more unacceptable in a GD than keeping one's mouth shut or just murmuring things which are inaudible.
  • Participate in as many practice GDs as possible before you attend the actual GD. There is nothing like practice to help you overcome the fear of talking in a GD.

The second important implication is that making just any sort of contribution is not enough. Your contribution has to be meaningful. A meaningful contribution suggests that, You have a good knowledge baseYou are able to put forth your arguments logically and are a good communicator.
The quality of what you said is more valuable than the quantity. There is this myth amongst many group discussion participants that the way to succeed in a group discussion is by speaking loudly and at great length. One could not be more wrong. You must have meat in your arguments. Therefore, think things through carefully.

  • Always enter the room with a piece of paper and a pen.
  • In the first two minutes jot down as many ideas as you can.
  • When you jot down points, keep these pointers in mind.
  • If it is a topic where you are expected to take a stand, say for example, "Should India sign the Comprehensive Test Ban Treaty?" note down points for both sides of the argument. It will be useful on two counts.
  1. One, if you do not start the GD and are not amongst the first five speakers and find that everyone in the group is talking for the topic, then it makes sense to take the alternate approach and oppose the topic even if you initially intended to talk for the topic.
  2. Second, it helps to have a knowledge of how group members who take a stand diametrically opposite to yours will put forth their argument and to be prepared with counter arguments.

Everybody else will state the obvious. So highlight some points that are not obvious. The different perspective that you bring to the group will be highly apprecaited by the panel.
Some pointers on being relevant while having a different perspective are:
Be careful that the "something different" you state is still relevant to the topic being debated.
Can you take the group ahead if it is stuck at one point?
Can you take it in a fresh and more relevant direction?
The last implication is that you must be clearly seen to be attempting to build a consensus.
Gaining support or influencing colleagues is the mantra adopted by many a successful Business Leaders.
Nobody expects a group of ten intelligent, assertive people, all with different points of view on a controversial subject to actually achieve a consensus. But what matters is "Did you make attempts to build a consensus?"
The reason why an attempt to build a consensus is important is because in most work situations you will have to work with people in a team, accept joint responsibilities and take decisions as a group.You must demonstrate the fact that you are capable and inclined to work as part of a team.

100 Verbal (Words)

Verbal
1. Depreciation: deflation, depression, devaluation, fall, slump
2. Deprecate : feel and express disapproval,
3. Incentive : thing one encourages one to do (stimulus)
4. Echelon : level of authority or responsibility
5. Innovation : make changes or introduce new things
6. Intermittent : externally stopping and then starting
7. Detrimental: harmful
8. Conciliation : make less angry or more friendly
9. Orthodox: conventional or traditional, superstitious
10. Fallible : liable to error
11. Volatile : ever changing
12. Manifest: clear and obvious
13. Connotation : suggest or implied meaning of expression
14. Reciprocal: reverse or opposite
15. Agrarian : related to agriculture
16. Vacillate : undecided or dilemma
17. Expedient : fitting proper, desirable
18. Simulate : produce artificially resembling an existing one.
19. Access : to approach
20. Compensation: salary
21. Truncate : shorten by cutting
22. Adherence : stick
23. Heterogeneous: non similar things
24. Surplus : excessive
25. Assess : determine the amount or value
26. Cognizance : knowledge
27. Retrospective : review
28. Naive : innocent, rustic
29. Equivocate : tallying on both sides, lie, mislead
30. Postulate : frame a theory
31. Latent : dormant, secret
32. Fluctuation : wavering,
33. Eliminate : to reduce
34. Affinity : strong liking
35. Expedite : hasten
36. Console : to show sympathy
37. Adversary : opposition
38. Affable : lovable or approachable
39. Decomposition : rotten
40. Agregious : apart from the crowd, especially bad
41. Conglomeration: group, collection
42. Aberration: deviation
43. Augury : prediction
44. Creditability : ability to common belief, quality of being credible
45. Coincident: incidentally
46. Constituent : accompanying
47. Differential : having or showing or making use of
48. Litigation : engaging in a law suit
49. Moratorium: legally or officially determined period of delay before
fulfillment of the agreement of paying of debts.
50. Negotiate : discuss or bargain
51. Preparation : act of preparing
52. Preponderant : superiority of power or quality
53. Relevance : quality of being relevant
54. Apparatus : appliances
55. Ignorance : blindness, in experience
56. Obsession: complex enthusiasm
57. precipitate : speed, active
58. corroborative: refutable
59. obnoxious : harmless
60. sanction: hinder
61. empirical: experimental
62. aborigine: emigrant
63. corpulent : emaciated
64. officious: pragmate
65. Agitator : Firebrand :: Renegade : Turncoat
66. Burst : Sound :: Tinder : Fire
67. Star : cluster :: Tree : clump
68. Piston : Cylinder :: elevator : shaft
69. Mitigate : punishment :: commute : sentence
70. Erudite : scholar :: illiterate : ignorant
71. Fire : Ashes :: explosion : debris
72. mason : wall :: Author : Book
73. Fire : Ashes :: Event : memories
74. (a) cheerleaders : pompoms
(b) audience:seats
(c) team:goalposts
(d) conductor:podium
(e) referee:decision

Ans. (a)

75. archipelago:islands::

(a) arbor:bower
(b) garden:flower
(c) mountain:valley
(d) sand:dune
(e) constellation:star

Ans. (a)

76. crow:boastful ::

(a) smirk:witty
(b) conceal:s;y
(c) pout:sulky
(d) blush:coarse
(e) bluster:unhappy

Ans. (a)

77. bracket:shelf ::

(a) hammer:anvil
(b) girder:rivet
(c) strut:rafter
(d) valve:pipe
(e) bucket:well

Ans. (a)

78. taxonomy:classification ::

(a) etymology:derivation
(b) autonomy:authorization
(c) economy:rationalization
(d) tautology:justification
(e) ecology:urbanisation

Ans. (a)

79. moderator:debate ::

(a) legislator:election
(b) chef:banquet
(c) auditor:lecture
(d) conspirator:plot
(e) umpire:game

Ans. (a)

80. glossary:words ::

(a) catalogue:dates
(b) atlas:maps
(c) almanac:synonyms
(d) thesaurus:rhymes
(e) lexicon:numbers

Ans. (a)

81. lumber: bear ::

(a) roost:hen
(b) bray:donkey
(c) waddle:goose
(d) swoop:hawk
(e) chirp:sparrow

Ans. (a)

82. celerity:snail ::

(a) indolence:sloth
(b) cunning:weasel
(c) curiosity:cat
(d) humility:peacock
(e) obstinacy:mule

Ans. (a)

83. wood:sand ::

(a) coal:burn
(b) brick:lay
(c) oil:polish
(d) metal:burnish
(e) stone:quarry

Ans. (a)

84. carpenter:saw ::

(a) stenographer:typist
(b) painter:brush
(c) lawyer:brief
(d) runner:sneakers
(e) seamstress:scissors

Ans. (a)

85. horns:bull ::

(a) mane:lion
(b) wattles:turkey
(c) antlers:stag
(d) hooves:horse
(e) wings:eagle

Ans. (a)

86. gullible:duped ::

(a) credible:cheated
(b) careful:cautioned
(c) malleable:moulded
(d) myopic:mislead
(e) articulate:silenced

Ans. (a)

87. marathon:stamina ::

(a) relay:independence
(b) hurdle:perseverance
(c) sprint:celerity
(d) job:weariness
(e) ramble:directness

Ans. (a)

88. Skin:man ::

(a) hide:animal
(b) jump:start
(c) peel:potato
(d) eat:food
(e) wool:cloth

Ans. (a)

89. Bamboo:Shoot ::

(a) Bean:Sprout
(b) Peas:Pod
(c) Potato:Eye
(d) Carrot:Root
(e) Leaf:Stem

Ans. (a)

90. Deflect:Missile ::

(a) Siege:Castle
(b) Distract:Attraction
(c) Protect:Honour
(d) Drop:Catch
(e) Score:Goal

Ans. (a)

91. Editor:magazine ::

(a) captain:ship
(b) actor:movie
(c) director:film
(d) player:team
(e) jockey:horse

Ans. (a)

92. Volcano : Lava ::

(a) Fault:earthquate
(b) crack:wall
(c) tunnel:dig
(d) water:swim
(e) floor:polish

Ans. (a)

93. Disregarded
(a) heed
(b) hopeful
(c) evade
(d) dense
Ans. (a)

94. Obviate
(a) becloud
(b) necessitate
(c) rationalize
(d) execute
Ans. (b)

95. Superficial
(a) profound
(b) exaggerated
(c) subjective
(d) spirited
Ans. (a)

96. chief : tribe :: governer : state
97. epaulette : shoulder :: tiara : head
98. guttural : throat :: gastric : stomach
99. inept : clever :: languid : active
100. Erudite : scholar :: illiterate : ignorant

Standard HR Questions

Fifty Standard Interview Questions

It is not enough to have solid answers only for the above questions. You need to be prepared for the full spectrum of questions that may be presented. For further practice, make sure you go through the required mock interview (see the "Competitive Interview Prep" Section) and for further review, look at some of the following questions:


Tell me about yourself.

What do you want to do with your life?

Do you have any actual work experience?

How would you describe your ideal job?

Why did you choose this career?

When did you decide on this career?

What goals do you have in your career?

How do you plan to achieve these goals?

How do you evaluate success?

Describe a situation in which you were successful.

What do you think it takes to be successful in this career?

What accomplishments have given you the most satisfaction in your life?

If you had to live your life over again, what would you change?

Would your rather work with information or with people?

Are you a team player?

What motivates you?

Why should I hire you?

Are you a goal-oriented person?

Tell me about some of your recent goals and what you did to achieve them.

What are your short-term goals?

What is your long-range objective?

What do you see yourself doing five years from now?

Where do you want to be ten years from now?

Do you handle conflict well?

Have you ever had a conflict with a boss or professor? How did you resolve it?

What major problem have you had to deal with recently?

Do you handle pressure well?

What is your greatest strength?

What is your greatest weakness?

If I were to ask one of your professors to describe you, what would he or she say?

Why did you choose to attend your college?

What changes would you make at your college?

How has your education prepared you for your career?

What were your favorite classes? Why?

Do you enjoy doing independent research?

Who were your favorite professors? Why?

Why is your GPA not higher?

Do you have any plans for further education?

How much training do you think you'll need to become a productive employee?

What qualities do you feel a successful manager should have?

Why do you want to work in the _____ industry?

What do you know about our company?

Why are you interested in our company?

Do you have any location preferences?

How familiar are you with the community that we're located in?

Will you relocate? In the future?

Are you willing to travel? How much?

Is money important to you?

How much money do you need to make to be happy?

What kind of salary are you looking for?

Don't just read these questions--practice and rehearse the answers. Don't let the company interview be the first time you have actually formulated an answer in spoken words. It is not enough to think about them in your head--practice! Sit down with a friend, a significant other, or your roommate (an especially effective critic, given the amount of preparation to date) and go through all of the questions. Make the most of every single interview opportunity by being fully prepared!

Antonyms and Synonyms

ANTONYMS:

1) TRACTABLE
(i) OBJECTIONABLE (ii) ENJOYABLE (iii) ADAPTABLE (iv) OBSTINATE

2) COVERT
(i) MANIFEST (ii) INVISIBLE (iii) SCARED (iv) ALTER

3) PENSIVE
(i) REPENTENT (ii) SAD (iii) THOUGHTLESS (iv) CARELESS

4) MITIGATE
(i) AGGRAVATE (ii) RELIEVE (iii) ELEMINATE (iv) EXHUMAN

5) DIVERGENT
(i) CONTRARY (ii) COMING TOGETHER
(iii) CONVERSANT (iv) CONTROVERSY

6) DOGMATIC
(i) SCEPTICAL (ii) RESILIENT (iii) STUBBORN (iv) SUSPICIOUS

7) CLUTCH
(i) HOLD (ii) GRAB (iii) RELEASE (iv) SPREAD

8) MOTLEY
(i) BULKY (ii) SPECKLED (iii) HOMOGENEOUS (iv) DIFFERENT

9) RELINQUISH
(i) PURSUE (ii) VANQUISH (iii) DESTROY (iv) DEVASTATE

10) TRANSIENT
(i) PERMANENT (ii) REMOVED

Compose x
Pristine x
Turbid x
Precipitate x
Revere x
Hamper x
Slur x
Protean x
Fascinate x
Fickle x
Synergy x
Hidebound
Monetary
Incompatible Choices-Indifferent, Faulty

Antonyms
1) Mollify ×
2) Inundate ×
3) Equanimity ×
4) Gauche ×
5) Exhume ×
6) Baleful ×
7) Anathematize ×
8) Enigmatic ×
9) Pariah ×
10) Turbid ×

Antonyms:
Awry *
Consensus *
Retrograde *
Galleon *
Chide *
Depravity *
Paradox *
Stilted *
Levity *
Fritty *
Genry *

Antonyms
---------------
11.exonerate:
12.sagacity:
13.commensurate:
14.nonchalant:
15.cryptic:
16:rupture:
17.revocable:
18.slump:
19.translucent:
20.dangle :



1.Rupture
a. break b. continue c. enthusiasm d. happiness

2. Revocable
a. alterable b. awakened c. final. d. called upon

3. Stump
a. calm b. safe c. prosperous d. waste

4. Translucent
a. clear b. opaque c. movement d. efficient

5. Dangle
a.sound b.ornament c.small d.secure

TCS Quants Paper

1. There are 150 weights .Some are 1 kg weights and some are 2 kg weights. The sum of the weights is 260.What is the number of 1kg weights?40
2. A is driving on a highway when the police fines him for overspeeding and exceeding the limit by 10 km/hr. At the same time B is fined for overspeeding by twice the amount by which A exceeded the limit. If he was driving at 35 km/hr what is the speed limit for the road?15

3. A moves 3 kms east from his starting point . He then travels 5 kms north. From that point he moves 8 kms to the east. How far is A from his starting point?3
4. A car travels 12 kms with a 4/5th filled tank. How far will the car travel with 1/3 filled tank? 5

5. The sum of the digits of a two digit number is 8. When 18 is added to the number, the digits are reversed. Find the number?
6. The cost of one pencil, two pens and four erasers is Rs.22 while the cost of five pencils, four pens and two erasers is Rs.32.How much will three pencils, three pens and three erasers cost?
7. Fathers age is 5 times his son's age. 4 years back the father was 9 times older than son.Find the fathers' present age.
8. What number should be added to or subtracted from each term of the ratio 17 : 24 so that it becomes equal to 1 : 2.

9. What is the 12th term of the series 2, 5, 8, ....

10. If 20 men take 15 days to to complete a job, in how many days can 25 men finish that work?

11. In a fraction, if 1 is added to both the numerator at the denominator, the fraction becomes 1/2. If numerator is subtracted from the denominator, the fraction becomes 3/4. Find the fraction.
12. If Rs.1260 is divided between between A, B and C in the ratio 2:3:4, what is C's share?

13. A shopkeeper bought a watch for Rs.400 and sold it for Rs.500.What is his profit percentage?

14. What percent of 60 is 12?
15. Hansie made the following amounts in seven games of cricket in India: Rs.10, Rs.15, Rs.21, Rs.12, Rs.18, Rs.19 and Rs.17(all figures in crores of course). Find his average earnings.

16) Bhanu spends 30% of his income on petrol on scooter. ¼ of the remaining on house rent and the balance on food. If he spends Rs.300 on petrol then what is the expenditure on house rent?
17) If the numerator of a fraction is increased by 25% and denominator decreased by 20%, the new value is 5/4. What is the original value?
18) The length of a rectangle is increased by 60%. By what % would the width have to be decreased to maintain the same area?
19) The value of ¾ + 5 / 36 + 7 / 144 + …….+17 / 5184 + 19 / 8100
20) A sporting goods store ordered an equal number of white and yellow balls. The tennis ball company delivered 45 extra white balls, making the ratio of white balls to yellow balls 1/5 : 1/6. How many white tennis balls did the store originally order for?
│in a course is determined by 6 quizzes and one examination. If the examination counts thrice as much as each of the quizzes, what fraction of final grade is determined by the examination?
22) A sum of money is divided among A, B and C such that for each rupee A gets, B gets 65paise and C gets 35paise. If C's share is Rs.560, the sum is … ?
│ Joe's father will be twice his age 6 years from now. His mother was twice his age 2 years before. If Joe will be 24 two years from now, what is the difference between his father's and mother's age?
│ A traveler walks a certain distance. Had he gone half a kilometer an hour faster \, he would have walked it in 4/5 of the time, and had he gone half a Kilometer an hour slower, he would have walked 2 ½ hr longer. What is the distance?
25) Two oranges, 3 bananas and 4 apples cost Rs.15. 3 oranges, 2 bananas and 1 apple cost Rs.10. I bought 3 oranges, 3 bananas and 3 apples. How much did I pay?
26) A report consists of 20 sheets each of 55 lines and each such line consists of 65 characters. This report is retyped into sheets each of 65 lines such that each line consists of 70 characters. The % reduction in the number of sheets is closest to.
27) A ship leaves on a long voyage. When it is 18 miles from the shore, a seaplane, whose speed is 10 times that of the ship is sent to deliver mail. How far from the shore does the seaplane catch upon with the ship?
28) Anand finishes a work in 7 days, Bittu finishes the same job in 8 days and Chandu in 6 days. They take turns to finish the work. Anand on the first day, Bittu on the second and Chandu on the third day and then Anand again and so on. On which day will the work get over?
29) 3 men finish painting a wall in 8 days. Four boys do the same job in 7 days. In how many days will 2 men and 2 boys working together paint two such walls of the same size?
30) There are 5 distinct pairs of white socks and 5 pairs of black socks in a cupboard. In the dark, how many socks do I have to pull out to ensure that I have at least 1 correct pair of white socks?
[a circular race track of length 100 m, three persons A, B and C start together. A and B start in the same direction at speeds of 10 m/s and 8 m/s respectively. While C runs in the opposite at 15 m/s. When will all the three meet for the first time on the after the start?

32) If the distance traveled (s) in time (t) by a partile is given by the formula s = 1+ 2t+3t2+4t3 , then what is the distance travelled in the 4th second of its motion?
33) There is a circular pizza with negligible thickness that is cut into 'x' pieces by 4 straight line cuts. What is the maximum and minimum value of 'x' respectively?
34) When ¾ of a unit's digit is added to the ten's digit of a two number, the sum of the digits becomes 10. If ¼ of the ten's digit added to the unit's digit, then the sum of the digits is 1 less than the previous. Find the number.
35) LCM of x and y is 36 and HCF of x and y is 4. If x = 4 then which of the following is definitely not true?
36) Amal bought 5 pens, 7 pencils and 4 erasers. Rajan bought 6 pens, 8 erasers and 14 pencils for an amount which was half more than what Amal had paid. What % of the total amount paid by Amal was paid for pens?
37) A non stop bus to Amritsar overtakes an auto also moving towards Amritsar at 10 am. The bus reaches Amritsar at 12.30 pm and starts on the return journey after 1 hr. On the way back it meets the auto at 2 pm. At what time the auto will reach Amritsar? b) 3.00pm
38) The total expense of a boarding house are partly fixed and partly variable with the number of boarders. The charge is Rs.70 per head when there are 25 boarders and Rs.60 when there are 50 boarders. Find the charge per head when there are 100 boarders.
39) How many positive integer solutions does the equation 2x+3y = 100 have?
40) A person had to multiply two numbers. Instead of multiplying by 35, he multiplied by 53and the product went up by 540. What was the raised product?
41. In a two-dimensional array, X (9, 7), with each element occupying 4 bytes of memory, with the address of the first element X (1, 1) is 3000, find the address of X (8, 5).

42. In the word ORGANISATIONAL, if the first and second, third and forth, forth and fifth, fifth and sixth words are interchanged up to the last letter, what would be the tenth letter from right?

43. What is the largest prime number that can be stored in an 8-bit memory?

44. Select the odd one out. a. Java b. Lisp c. Smalltalk d. Eiffel.

45. Select the odd one out a. SMTP b. WAP c. SAP d. ARP

46. Select the odd one out a. Oracle b. Linux c. Ingress d. DB2

47. Select the odd one out a. WAP b. HTTP c. BAAN d. ARP

48. Select the odd one out a. LINUX b. UNIX c. SOLARIS d. SQL SEVER

49. Select the odd one out a. SQL b. DB2 c. SYBASE d. HTTP

50. The size of a program is N. And the memory
occupied by the program is given by M = square root of 100N. If the size of the program is increased by 1% then how much memory now
occupied?

51. A man, a woman, and a child can do a
piece of work in 6 days. Man only can do it in 24 days. Woman can do it in 16 days and in how many days child can do the same work?

52. In which of the system, decimal number
184 is equal to 1234?

53. Find the value of the 678 to the base
7.

54. Number of faces, vertices and edges of a
cube

55. Complete the series 2, 7, 24, 77,__

56. Find the value of @@+25-++@16, where @
denotes "square" and + denotes "square root".

57. Find the result of the following expression if, M denotes modulus operation, R denotes round-off, T denotes truncation: M(373,5)+R(3.4)+T(7.7)+R(5.8)

58. If TAFJHH is coded as RBEKGI then RBDJK can be coded as ---------

59. G(0)= -1, G(1)=1, G(N)=G(N-1) - G(N-2), G
(5)= ?

60. What is the max possible 3 digit prime
number?

61. A power unit is there by the bank of the
river of 750 meters width. A cable is made from power unit to power a plant opposite to that of the river and 1500mts away from the power
unit. The cost of the cable below water is Rs. 15/- per meter and cost of cable on the bank is Rs.12/- per meter. Find the total of laying the cable.

62. The size of a program is N. And the
memory occupied by the program is given by M = square root of 100N. If the size of the program is increased by 1% then how much memory
now occupied?

63. In Madras, temperature at noon varies
according to -t^2/2 + 8t + 3, where t is elapsed time. Find how much temperature more or less in 4pm to 9pm. Ans. At 9pm 7.5 more

64. The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A programmer sends a program to receiver. There it waits for 10 milliseconds. And response will be back to programmer in 20 milliseconds. How much time the program takes to get a response back to the programmer, after it is sent?

65. A man, a woman, and a child can do a piece of work in 6 days. Man only can do it in 24 days. Woman can do it in 16 days and in how many days child can do the same work?

66. If the vertex (5,7) is placed in the memory. First vertex (1,1) `s address is 1245 and then address of (5,7) is ----------

67. Which of the following are orthogonal
pairs? a. 3i+2j b. i+j c. 2i-3j d. -7i+j

68. If VXUPLVH is written as SURMISE, what is SHDVD?

69. If A, B and C are the mechanisms used separately to reduce the wastage of fuel by 30%, 20% and 10%. What will be the fuel economy if they were used combined.
70. What is the power of 2? a. 2068
b.2048 c.2668

71. Complete the series. 3, 8, --, 24, --,
48, 63 .

72. Complete the series. 4, -5, 11, -14, 22, ?

73. A, B and C are 8 bit no's. They are as
follows:
A 1 1 0 1 1 0 1 1
B 0 1 1 1 1 0 1 0
C 0 1 1 0 1 1 0 1
Find ( (A-B) u C )=?

74. A Flight takes off at 2 A.M from northeast
direction and travels for 11 hours to reach the destination which is in north west direction. Given the latitude and longitude of source
and destination. Find the local time of destination when the flight reaches there?

75. A can copy 50 papers in 10 hours while
both A & B can copy 70 papers in 10 hours. Then for how many hours required for B to copy 26 papers?

76. A is twice efficient than B. A and B can
both work together to complete a work in 7 days. Then find in how many days A alone can complete the work?

77. A finish the work in 10 days. B is 60%
efficient than A. So how days does B take to finish the work?

78. A finishes the work in 10 days & B in 8
days individually. If A works for only 6 days then how many days should B work to complete A's work?

79. Given the length of the 3 sides of a triangle. Find the one that is impossible?

80. Find the singularity matrix from a given
set of matrices?(Hint det(A)==0)
81. A 2D array is declared as A[9,7] and each
element requires 2 byte. If A[ 1,1 ] is stored in 3000. Find the memory of A[8,5] ?

82. Sum of slopes of 2 perpendicular st. lines
is given. Find the pair of lines from the given set of options which satisfy the above condition?

83. (a) 2+3i (b)1+i (c) 3-2i (d) 1-7i .Find which of the above is orthogonal.

84. (Momentum*Velocity)/(Acceleration * distance ) find units.

85. The number 362 in decimal system is given by (1362)x in the X system of numbers find the value of X a}5 b) 6 c) 7 d) 8 e) 9

86. Given $ means Tripling and % means change of sign then find the value of $%$6-%$%6

87. My flight takes of at 2am from a place at 18N 10E and landed 10 Hrs later at a place with coordinates 36N70W. What is the local time when my plane landed.
a) 6:00 am b) 6:40am c)7:40 d)7:00 e)8:00

88. Find the highest prime number that can be stored in an 8bit computer.

89. Which of the following set of numbers has the highest Standard deviation?
1,0,1,0,1,0
-1,-1,-1,-1,-1,-1
1,1,1,1,1,1
1,1,0,-1,0,-1
90. A family, planning a weekend trip, decides to spend not more than a total of 8 hours driving. By leaving early in the morning, they can average 40 miles per hour on the way to their destination. Due to the heavy Sunday traffic, they can average only 30 miles per hour on the return trip. What is the farthest distance from home they can plan to go?
(a) 120 miles or less (b) Between 120and 140 miles (c) 140 miles (d) Between 140 and 160 miles (e) 160 miles or more
91. A car is filled with four and half gallons of fuel for a round trip. If the amount of fuel taken while going is 1/4 more than the amount taken for coming, what is the amount of fuel consumed while coming back?
(a) Less than 2 gallons (b) 2 gallons (c) 2 1/2 gallons (d) 3 gallons (e) More than 3 gallons

92. A 3-gallon mixture contains one part S and two parts R. In order to change it to a mixture containing 25% S, how much R should be added?
(a) 1/2 gallon (b) 2/3 gallon (c) 3/4 gallon (d) 1 gallon (e) 1 1/2 gallon

93. A tree grows only 3/5 as fast as the one beside it. In four years the combined growth of the two trees is eight feet. How much does the shorter tree grow in two years?
(a) Less than 2 feet (b) 2 feet (c) 2 1/2 feet (d) 3feet (e) more than 3 feet.
94. Wind flows at 160 miles in 330 minutes, for traveling 80 miles how much time does it require?
(a) 1 hour 30 minutes (b) 1 hour 45 minutes (c) 2 hours
(d) 2 hours 45 minutes (e) 3 hours

95. A stationary engine has enough fuel to run 12 hours when its tank is 4/5 full. How long will it run when the tank is 1/3 full?
(a) Less than 2 hours (b) 2 hours (c) 3 hours
(d) 4 hours (e) 5 hours
96. If A is traveling at 72 km per hour on a highway. B is traveling at a speed of 25 meters per second on a highway. What is the difference in their speeds in meters per second?
(a) 1/2 m/sec (b) 1 m/sec (c) 1 1/2 m/sec (d) 2 m/sec (e) 3 m/sec
97. A salesperson by mistake multiplied a number and got the answer as 3, instead of dividing the number by 3. What is the answer he should have actually got?
(a) 0 (b) 1/3 (c) 1 (d) 2 (e) 3
98. If the length of a rectangle is increased by 30% and the width is decreased by 20%, then the area is increased by...
(a) 10% (b) 5% (c) 4% (d) 20% (e) 25%

99. In the class of 40 students, 30 speak Hindi and 20 speak English. What is the lowest possible number of students who speak both the languages?
(a) 5 (b) 20 (c) 15 (d) 10 (e) 30

100. The most economical prices among the following prices is:
(a) 10 kilo for Rs.160
(b) 2 kilo for Rs.30
(c) 4 kilo for Rs.70
(d) 20 kilo for Rs.340
(e) 8 kilo for Rs.130

101. A truck contains 150 small packages, some weighing 1 kg each and some weighing 2 kg each. how many packages weighing 2 kg each are in the truck if the total weight of all the packages is 264 kg?
(a) 36 (b) 52 (c) 88 (d) 124 (e) 114
102. A man was arrested for exceeding the speed limit by 10 miles an hour. A second man was charged with exceeding the same limit by twice as much. The second man was driving 35 miles per hour. What was the speed limit?
(a) 10 miles per hour (b) 15 miles per hour (c) 20 miles per hour
(d) 25 miles per hour (e) 30 miles per hour

103. One year ago Pandit was three times his sister's age. Next year he will be only twice her age. How old will Pandit be after five years?
(a) 8 (b) 12 (c) 11 (d) 13 (e) 15
104. If two pencils cost 8 cents, then how much do 5 pencils cost?
(a) 18 cents (b) 20 cents (c) 22 cents (d) 23 cents (e) 24 cents

TCS QUANTITATIVE AND LOGICAL REASONING

TCS QUANTITATIVE AND LOGICAL REASONING
1. In a two-dimensional array, X (9, 7), with each element occupying 4 bytes of memory,
with the address of the first element X (1, 1) is 3000; find the address of X (8, 5).
2. In the word ORGANIZATIONAL, if the first and second, third and forth, forth and
fifth, fifth and sixth words are interchanged up to the last letter, what would be the tenth
letter from right?
3. What is the largest prime number that can be stored in an 8-bit memory?
4. Select the odd one out…..a. Java b. Lisp c. Smalltalk d. Eiffel.
5. Select the odd one out a. SMTP b. WAP c. SAP d. ARP
6. Select the odd one out a. Oracle b. Linux c. Ingress d. DB2
7. Select the odd one out a. WAP b. HTTP c. BAAN d. ARP
8. Select the odd one out a. LINUX b. UNIX c. SOLARIS d. SQL SEVER
9. Select the odd one out a. SQL b. DB2 c. SYBASE d. HTTP
10. The size of a program is N. And the memory occupied by the program is given by M
= square root of 100N. If the size of the program is increased by 1% then how much
memory now occupied?
11. A man, a woman, and a child can do a piece of work in 6 days. Man only can do it in
24 days. Woman can do it in 16 days and in how many days child can do the same work?
12. In which of the system, decimal number 184 is equal to 1234?
13. Find the value of the 678 to the base-7.
14. Number of faces, vertices and edges of a cube
15. Complete the series 2, 7, 24, 77,__
16. Find the value of @@+25-++@16, where @ denotes "square" and + denotes "square
root".
17. Find the result of the following expression if, M denotes modulus operation, R
denotes round-off, T denotes truncation: M(373,5)+R(3.4)+T(7.7)+R(5.8)
18. If TAFJHH is coded as RBEKGI then RBDJK can be coded as?
19. G(0)= -1, G(1)=1, G(N)=G(N-1) - G(N-2), G(5)= ?
20. What is the max possible 3 digit prime number?
21. A power unit is there by the bank of the river of 750 meters width. A cable is made
from power unit to power plant opposite to that of the river and 1500mts away from the
power unit. The cost of the cable below water is Rs.15/- per meter and cost of cable on the
bank is Rs.12/-per meter. Find the total of laying the cable.
22. The size of a program is N. And the memory occupied by the program is given by M
= square root of 100N. If the size of the program is increased by 1% then how much
memory now occupied?
23. In Madras, temperature at noon varies according to -t^2/2 + 8t + 3, where t is elapsed
time. Find how much temperature more or less in 4pm to 9pm.
24. The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A
programmer sends a program to receiver. There it waits for 10 milliseconds. And
response will be back to programmer in 20 milliseconds. How much time the program
takes to get a response back to the programmer, after it is sent?
25. A man, a woman, and a child can do a piece of work in 6 days. Man only can do it in
24 days. Woman can do it in 16 days and in how many days child can do the same work?
26. If the vertex (5,7) is placed in the memory. First vertex (1,1) `s address is 1245 and
then address of (5,7) is ----------
27. Which of the following are orthogonal pairs?
a. 3i+2j b. i+j c. 2i-3j d. -7i+j
28. If VXUPLVH is written as SURMISE, what is SHDVD?
29. If A, B and C are the mechanisms used separately to reduce the wastage of fuel by
30%, 20% and 10%.What will be the fuel economy if they were used combined.
30. What is the power of 2? a. 2068 b.2048 c.2668
31. Complete the series. 3, 8, --, 24, --, 48, 63.
32. Complete the series. 4, -5, 11, -14, 22, --
33. A, B and C are 8 bit no's. They are as follows:
A -> 1 1 0 1 1 0 1 1
B -> 0 1 1 1 1 0 1 0
C -> 0 1 1 0 1 1 0 1
Find ((A-B) u C)=?
34. A Flight takes off at 2 A.M from northeast direction and travels for 11 hours to reach
the destination, which is in northwest direction. Given the latitude and longitude of
source and destination. Find the local time of destination when the flight reaches there?
35. A can copy 50 papers in 10 hours while both A & B can copy 70 papers in 10 hours.
Then for how many hours required for B to copy 26 papers?
36. A is twice efficient than B. A and B can both work together to complete a work in 7
days. Then find in how many days, A alone can complete the work?
37. A finish the work in 10 days. B is 60% efficient than A. So how many days do B
takes to finish the work?
38. A finishes the work in 10 days & B in 8 days individually. If A works for only 6 days
then how many days should B work to complete A's work? Ans: 3.2 days
39. Given the length of the 3 sides of a triangle. Find the one that is impossible? (HINT:
sum of smaller 2 sides is greater than the other one, which is larger)
40. Find the singularity matrix from a given set of matrices?
41. A 2D array is declared as A[9,7] and each element requires 2 byte. If A [1,1] is stored
in 3000. Find the memory of A[8,5] ?
42. Sum of slopes of 2 perpendicular st.lines is given. Find the pair of lines from the
given set of options, which satisfy the above condition?
43. (a) 2+3i (b)1+i (c) 3-2i (d) 1-7i .Find which of the above is orthogonal.
44. (Momentum*Velocity)/(Acceleration * distance). Find units.
45. The number 362 in decimal system is given by (1362) x in the X System of numbers
find the value of X a} 5 b) 6 c) 7 d) 8 e) 9
46. Given $ means Tripling and % means change of sign then find the value of $%$6-
%$%6
47. My flight takes of at 2am from a place at 18N 10E and landed 10 Hrs later at a place
with coordinates 36N70W. What is the local time when my plane landed?
6:00 am b) 6:40am c) 7:40 d) 7:00 e) 8:00

48. Find the highest prime number that can be stored in an 8 bit Computer?

49. Which of the following set of numbers has the highest Standard deviation?
a)1,0,1,0,1,0
b) -1, -1, -1, -1, -1, -1
c)1,1,1,1,1,1
d) 1,1,0, -1,0, -1

1. Ans: 3212
2. Ans:I
3. Ans : 251
4. Eiffel.
5. SAP
6. Linux
7. BAAN
8. SQL SEVER
9. HTTP
10. Ans: 0.5%(SQRT 101N)
11. Ans: 16
12. Ans: 5
13. Ans: 1656
14. Ans: 6 8 12
15. Ans: 238
16. Ans: 621
17. Ans:19
18. Ans: qcckj
19. Ans: - 2
20. Ans: 997
21. Ans : 1000 (24725-cost)
22. Ans:0.5%(SQRT 101N)
23. Ans:At 9pm 7.5 more
24. Ans: 30
25. Ans: 16
26. Ans: 1279
27. Ans: a, c
28. Ans: PEASE
29. Ans: 20%
30. -
31. Ans: 15.35
32. Ans: -27
33. Hint: 109…. A-B is {A} - {A n B}
34. Ans: 7 am
35. Ans: 13
36. Ans: 10.5
37. Ans :100/6
38. Ans: 3106
39. –
40. (Hint det(A)==0))
41.
42.
43. Ans : a,c
44. Ans: mass
45. -
46. -
47. (Hint: Every 1 deg longitude is equal to 4 minutes. If west to east add time else
subtract time)
48. -
49. -

TCS Paper VOCABULARY

TCS Paper VOCABULARY

Admonish= usurp
Adhesive = tenacious, sticky, glue, gum, bonding agent
Alienate = estrange
Bileaf = big screen, big shot, big success
Belief = conviction
Baffle = puzzle
Brim = edge
Covet = to desire
Caprice = whim
Concur = similar, acquiesce
Confiscate = appropriate, to take charge, to annex
Cargo = load, luggage
Dispel = scatter
Divulge = reveal, make known, disclose
Discretion = prudence
Emancipate = liberate
Efface = obliterate
Embrace = hug, hold, cuddle
Furtive = stealthy
Heap = to gather
Hamper = obstruct
Heap = to pile
Hover = linger
Incentive = spur
Instigate = incite
Inert = passive
Latitude = scope
Lethargy = stupor
Lamont = lakes, lamentable
Lament = wail
Latent = potential
Merry = Enjoy
Meager = small, little, scanty
Misery = distress
Momentary = for small time
Merit = to deserve
Miserable = unhappy, sad
Obstinate = stubborn
Overt = obvious, clear, explicit, evident
Pretentious = ostentatious
Potential = ability
Rinaile = rigorous
Renounce= reject
Solicit = Humble, urge
Subside = wane
Stifle = snits
Tranquil = calm, silent, serene
To merit- to deserve
Volume = quantity
Veer = diverge
Wethargy = well wisher

TCS Tech and Apt Paper

The technical comprises of 50 questions on C,Unix and windows.
The interview for us is on a later date. If the questions come for you
also, then intimate me.

1.const char *
char * const
What is the difference between the above tow?.

2.In Unix inter process communication take place using?.
3.What are the files in /etc directory?.
4.About i-node numbers
5.Max relaxable permission value with out giving write permission
to others?.

8.Linking across directories?.
9.process id for kernel process
10.very first process created by kernel
11.function to repaint a window immediately?.
12.Function entry for DLL in win3.1
13.win 3.1 is a
14.win 3.1 supports which type of multi tasking?.
15.Message displayed when a window is destroyed
16.About fork()?
17.About send message and post message
18.Message to limit the size of window
19.System call executable binary file into a process
20.About GDI object?.
21.API used to hide window
22.Initialize contents of a dialog?.


APTITUDE TEST
20 QUESTIONS;2 MARKS EACH
TIME-20MINUTES

1) ONE RECTANGULAR PLATE WITH LENGTH 8INCHES,BREADTH 11 INCHES AND 2 INCHES THICKNESS IS THERE. WHAT IS THE LENGTH OF THE CIRCULAR ROD WITH DIAMETER 8 INCHES AND EQUAL TO VOLUME OF RECTANGULAR PLATE?
ANS: 3.5INCHES

2) WHAT IS THE NUMBER OF ZEROS AT THE END OF THE PRODUCT OF THE NUMBERS
FROM 1 TO 100

3) in some game 139 members have participated every time one fellow will get bye what is the number of matches to choose the champion to be held?
ans: 138

4) one fast typist type some matter in 2hr andanother slow typist type the same matter in 3hr. if both do combine in how much time theywill finish.
ans: 1hr 12min

5) in 8*8 chess board what is the total number of squaresrefer model
ans:204

6) falling height is proportional to square of the time. one object falls 64cm in 2sec than in 6sec from how much height the object will fall.

7) gavaskar average in first 50 innings was 50 . after the 51st innings his average was 51 how many runs he made in the 51st innings

8)2 oranges,3 bananas and 4 apples cost Rs.15 . 3 oranges 2 bananas, 1 apple costs Rs 10. what is the cost of 3 oranges, 3 bananas and 3 apples
ANs Rs 15.

9)in 80 coins one coin is counterfeit what is minimum number of weightings to find out counterfeit coin

10)in a company 30% are supervisors and 40% employees are maleif 60% of supervisors are male. what is the probability that a randomly chosen employee is a male or female?

11)statement: all green are blue are blue, all blue are white conclusion:
I) some blue are green
II) some white are green
III) some green are not white
IV) all white are blue
a) he has given four choices like gre type

12)all teachers are students. some students are girls. this type of questions are there. we cant able to reproduce them.

Verbal Questions

This is vocabulary section in tcs paper! with solutions
admonish : usurp
meager : scanty
alineate: estrange
merry :gay
brim: boarder
obstinate:stubborn
tranquil :serene
solicit: urge
furtive : stealthy
misery:distress
volume:quantity
hamper :obstruct
verr :diverge
belief:conviction
incentive:merit
inert:passive
concur:acquise
cargo:freight
dispel:scatter
caprice:whim
heap:to pile
covet:crave
emancipate:liberate
instigate:incite
latitude:scope
lethargy:stupor
divulge:discretion
hover:linger
embrace:effigy
baffle:frustate
lament:wail
stiffle:snithy
subside:wane
confiscate:appropriate
discretion:prudence
efface:deliberate
latent:potential

TCS Aptitude Paper

VERBAL SECTION

Directions for questions 1-15:Find the synonyms of the following words
1. Merry
Ans. Gay,Happy
2. Alienate
Ans. Estrange
3. Solicit
Ans. To request
4.Heap
Ans. To pile
5.Cargo
Ans. Freight
6.Momentary
Ans. Transient
7. Volume
Ans.Quantity
8.Veer
Ans.Diverge
9.Dispel
Ans.Dissipate
10.Admonish
Ans.Cautious
11.Meager
Ans.Scanty
12.Latitude
Ans.Scope
13.Latent
Ans.Potential
14.Covet
Ans.Crave
15.Discretion
Ans. Prudence


QUANTITATIVE SECTION

1. If two pencils cost 8 cents, then how much do 5 pencils cost?
Ans. 20 cents

2. Some work is done by two people in 24 minutes. One of them can do this work alone in 40
minutes. How much time does the second person take to do the same work ?
Ans. 60 minutes

3. A car is filled with four and half gallons of fuel for a round trip. If the amount of fuel taken while
going is 1/4 more than the amount taken for coming, what is the amount of fuel consumed while
coming back?
Ans.2 gallons

4. The lowest temperature in the night in a city A is 1/3 more than 1/2 the highest during the day.
Sum of the lowest temperature and the highest temperature is 100 degrees. Then what is the low
temp?
Ans.40 degrees

5. Javagal, who decided to go to weakened trip should not exceed 8 hours driving in a day. The
average speed of forward journey is 40 miles/hr.Due to traffic on Sundays, the return journey's
average speed is 30 m/h. How far he can select a picnic spot?
a) 120 miles
b) between 120 and 140 miles
c) 160 miles
Ans. 120 miles

6. A salesperson by mistake multiplied a number and got the answer as 3, instead of dividing the
number by 3.What is the answer he should have actually got?
Ans. 3

7. A building with height D shadow upto G. What is the height of a neighboring building with a
shadow of C feet.
Ans. (C*D)/G

8. A person was fined for exceeding the speed limit by 10 mph. Another person was also fined for
exceeding the same speed limit by twice the same. If the second person was traveling at a speed of
35 mph, find the speed limit.
Ans. 15 mph

9. A bus started from bus stand at 8.00am, and after staying for 30 minutes at a destination, it
returned back to the bus stand. The destination is 27 miles from the bus stand. The speed of the bus
is 18mph. During the return journey bus travels with 50% faster speed. At what time does it return to
the bus stand?
Ans. 11.00am

10. In a mixture, R is 2 parts and S is 1 part. In order to make S to 25% of the mixture, how much of
R is to be added?
Ans.One part of R

11. Wind flows 160 miles in 330 min, for traveling 80 miles how much time does it require?
Ans. 2 hrs 45 mins

12. With a 4/5 full tank a vehicle can travel 12 miles, how far can it travel with a 1/3 full tank
Ans. 5 miles

13. There are two trees in a lawn. One grows at a rate 3/5 of the other in 4 years. If the total growth
of trees is 8 ft. What is the height of the smaller tree after 2 years
Ans. 1 1/2 feet

14. Refer to the figure below. A ship started from P and moves at a speed of I miles per hour and another ship starts from L and moving with H miles per hour simultaneously. Where do the two ships meet?
||---g---||---h---||---i---||---j---||---k---||---l---||
PG H I J K L are the various stops in between denoted by || . The values g, h, i, j, k, l denote the distance between the ports.
Ans. Between I and J, closer to J

15. If A is traveling at 72 km per hour on a highway. B is traveling at a speed of 25 meters per second on a highway. What is the difference in their speeds in m/sec.
Ans. 1 m/sec



CRITICAL REASONING SECTION

The critical reasoning section consists of some passages followed by 4 to 7 questions per passage. The questions are such that they require ability to read fast and comprehend. The questions asked in this section have three choices TRUE, FALSE, CAN'T SAY. Some examples of questions are given below. Please note that these passages are not the exact passages asked. The passages used a good deal of difficult words which have been removed in this reproduction. Also the passages appearing in the actual paper are much lengthier.
Directions: Answer the questions given below the passage or statement as true, false or can't say.

PASSAGE A: My father has no brothers. He has three sisters who has two Childs each.
Answer 1-5 based on the passage A

1.My grandfather has two sons .
Ans. False

2. Three of my aunts have two sons
Ans. Can't say

3. My father is only child to his father
Ans. False

4. I have six cousins from my mother side
Ans. Can't say

5. I have one uncle
Ans. Can't say (uncle can be from the mother's side as well)



PASSAGE B: Ether injected into gallablader to dissolve cholesterol based gallstones. This type one day treatment is enough for gallstones not for calcium stones. This method is alternative to surgery for millions of people who are suffering from this disease.
Answer questions 6-9 based on passage B

6.Calcium stones can be cured in one day
Ans. False

7. Hundreds of people contains calcium stones
Ans. Can't say

8. Surgery is the only treatment to calcium stones
Ans. True

9. Ether will be injected into the gallbladder to cure the cholesterol based gall stones
Ans. True


PASSAGE C: Hacking is illegal entry into another computer. This happens mostly because of lack of knowledge of computer networking. With networks one machine can access to another machine. Hacking go about without knowing that each network is accredited to use network facility.
Answer questions 10-12 based on passage B

10. Hackers never break the code of the company which they work for
Ans. Can't say

11. Hacking is the only vulnerability of the computers for the usage of the data
Ans. False

12.Hacking is done mostly due to the lack of computer knowledge
Ans. true


PASSAGE C: Alphine tunnels are closed tunnels. In the past 30 yrs not even a single accident has been recorded for there is one accident in the rail road system. Even in case of a fire accident it is possible to shift the passengers into adjacent wagons and even the live fire can be detected and extinguished with in the duration of 30 min.
Answer questions 13-16 based on passage C

13. No accident can occur in the closed tunnels
Ans. True

14. Fire is allowed to live for 30 min
Ans. False

16. All the care that travel in the tunnels will be carried by rail shutters.
Ans.True


PASSAGE D: In the past helicopters were forced to ground or crash because of the formation of the ice on the rotors and engines. A new electronic device has been developed which can detect the water content in the atmosphere and warns the pilot if the temperature is below freezing temperature about the formation of the ice on the rotors and wings.
Answer questions 17-20 based on passage D

17.The electronic device can avoid formation of the ice on the wings
Ans.False

18. There will be the malfunction of rotor & engine because of formation of ice
Ans.True

19. The helicopters were to be crashed or grounded
Ans.True

20. There is only one device that warn about the formation of ice
Ans.True


PASSAGE E: In the survey conducted in Mumbai out of 63 newly married house wives not a single house wife felt that the husbands should take equal part in the household work as they felt they loose their power over their husbands. Inspite of their careers they opt to do the kitchen work themselves after coming back to home. the wives get half as much leisure time as the husbands get at the week ends.
Answer questions 21-23 based on passage E

21.Housewives want the husbands to take part equally in the household
Ans.False

22. Wives have half as much leisure time as the husbands have
Ans. False

23. 39% of the men will work equally in the house in cleaning and washing
Ans. False


PASSAGE F: Copernicus is the intelligent. In the days of Copernicus the transport and technology development was less & it took place weeks to communicate a message at that time, wherein we can send it through satellite with in no time. Even with this fast developments it has become difficult to understand each other.

Answer questions 24-27 based on passage F
24. People were not intelligent during Copernicus days
Ans.False

25. Transport facilities are very much improved in now a days
Ans.Can't say

26. Even with the fast developments of the technology we can't live happily.
Ans. Can't say

27. We can understand the people very much with the development of communication
Ans. False.


PASSAGE G: Senior managers warned the workers that because of the introductory of Japanese industry in the car market. There is the threat to the workers. They also said that there will be the reduction in the purchase of the sales of car in public. the interest rates of the car will be increased with the loss in demand.
Answer questions 28-31 based on passage G

28. Japanese workers are taking over the jobs of Indian industry.
Ans.False

29.Managers said car interests will go down after seeing the raise in interest rates.
Ans.True

30. Japanese investments are ceasing to end in the car industry.
Ans. False

31. People are very interested to buy the cars.
Ans.False


PASSAGE H: In the totalitariturican days, the words have very much devalued. In the present day, they are becoming domestic that is the words will be much more devalued. In that days, the words will be very much effected in political area. but at present, the words came very cheap .We can say they come free at cost.
Answer questions 32-34 based on passage H

32.Totalitarian society words are devalued.
Ans.False

33. Totalitarians will have to come much about words
Ans.True

34. The art totalitatian society the words are used for the political speeches.
Ans. False


PASSAGE I: There should be copyright for all arts. The reele has came that all the arts has come under one copy right society, they were use the money that come from the arts for the developments There may be a lot of money will come from the Tagore works. We have to ask the benifiters from Tagore work to help for the development of his works.
Answer questions 35-39 based on passage I

35. Tagore works are came under this copy right rule.
Ans. False

36. People are free to go to the public because of the copy right rule.
Ans.Can't say

38. People gives to theater and collect the money for development.
Ans.Can't say

39. We have ask the Tagore resedents to help for the developments of art.
Ans.Can't say



PYSCHOMETERIC TEST
You don't need to fret much about this test. This test consists of 150 questions and is just a psychology test which should be answered confidently and doesn't require any preparation. One must try being consistent while answering as the same questions are repeatedly asked in different forms Also one must answer all questions. Questions are of yes, no or can't say kind.

1. Will you be interested in social activities.
2. While going upstairs do you move two steps at a time.
3. Can you make friends with people of the same sex or with opposite sex also
4. Your friends consider you as a leader in your group
5. People think that your'e serious minded.
6. There are times you feel dull without any reason.
7. You host several parties
8. When relatives come to your house do you entertain them.
9. You can work for long hours without tiredness
10. In your company you want to lead the organization.