Infosys Company Numerical Ability LCM and HCF

In between 150 AND 500 which is divisible by 2,3,7?

Read Solution (Total 9)

Infosys Other Question

find sum of 3+5/(1+2^2)+7/(1+2^2+3^2)+....... In an X's and 0's game (i.e. TIC TAC TOE) if you write a program for this give a fast way to generate the moves by the computer. I mean this should be the fastest way possible. The answer is that you need to store all possible configurations of the board and the move that is associated with that. Then it boils down to just accessing the right element and getting the corresponding move for it. Do some analysis and do some more optimization in storage since otherwise it becomes infeasible to get the required storage in a DOS machine.