Archive for at
You are browsing the archives of at.
You are browsing the archives of at.
Written pattern
1. 90 min aptitude
2. 60 min c++ question
I remember few question
Aptitude
1a cube painted with white paint then cut into 125 smalls cube.
find nuber of cube which has 2 side are painted like that
on question on algebric eqation
ax2+bx+c=0, dx2+ex+f both have equal roots then which conditions will get satisfied
one question on [...]
Written Test
1) Wap to reverse a linked list and sort the same.
2) Given two integers A & B. Determine how many bits required to convert
A to B. Write a function int BitSwapReqd(int A, int B);
3) Write an algorithm to insert a node into sorted linked list. After inserting,
[...]