Friday, March 27, 2009

TE's in TSEC were given news that day aftr tom we thoughtworks is conducting an aptitude cum logical test ,follwed by coding n selected candidates wil b given professional training at their pune base in june..
left with little time to prepare, i did wt i cud surfing,checkin for sample aptitude papers...having faint idea wt it is goin to b like i sat for test..
n the paper was distributed.. it was a surprise wt we expected from from thoughtworks..
set of 21 questions to b solved in 30 mins..
questions were combination of programming, maths n logic..
eg. 1. if ur father gave u money to put in ur piggybank suh that the amount double daily.. like on day 1 he gives u 1cent,2 cents on oher, 4 next.. until ur piggy bank is full on 9th day.
a.when will ur piggy abnk be half full.
b.if along with ur father, ur mother too gives u money such that 1 cent on day1, 2 on day 2...when will ur piggybank b half?
ans in no of days...
many more similar questions bt nt easy to crak for beginners..
programmin question were like
1 void quiz (int number)
{
if(i<5)
{
quiz(i/2);
quiz(i/2);
}
printf("*");
}
what will the no of stars printed for i=5.

the test was not taht tough bt as i was appearing for first time.. made few wrong decisions n lost on time management..
i hope now evryone's got fair idea what to expect when appearing for any thought works aptis..
luk..

No comments:

Post a Comment