Monday 3 February 2014

Zycus Interview Questions Feb 2014

Aptitude Test:

First Round:

1). What will the day and date after 43 days of 24th June,saturday?

2). There are election between two students , one got 55% of the total valid votes, 20% of votes were invalid. if total votes was 7500 , than find number of valid votes that got?

3). Complete 2,1,1/2,1/4.....??

4). A train passes a station platform in 36 seconds and a man standing on the
platform in   20 seconds. If the speed of the train is 54 km/hr, what is the length of the platform?

5) which number should be add in 11158 to make it divisible by 77?
    a.9 b.8 c.7 d.5
6)count square from image


Second Round

Write a Program:

1.Check given string is rotated version or not.

ex: 
$string1 = '12345'; 
$string2 = '45123';  

output: true

$string1 = '12345'; 
$string2 = '45213';

output: false

2.Make spiral matrix and get the sum of diagonal of matrix.

No comments:

Post a Comment