@vicky

written:
3 c and ds multiple choice questions
2 java questions
1 dbms
1 c++

5 coding quesions..
1) you will be given 2 binary tree..you have to find the intersecting node..
2) rotating an image by 90 degree..
that all i remember..

round 1:

1*) rotating *a linked list..only recursion and no global
variables..*no*iteration..in O(n)
2) you will be given a sentence..it consists of characters from a to z and A
to Z and some words in that sentence will be enclosed within start tag
('$#') and end tag ('#$'). The words within that tags must be replaced by
its meaning which you have to look up in the dictionary.
provide test cases.like the string might have a start tag but not the end
tag,,etc..in that case you must throw an exception/error message..

On Sat, Aug 6, 2011 at 2:46 PM, amit karmakar <[email protected]>wrote:

> I only know about the telephonic interview round which was of around
> 30 minutes.
> They asked three algorithmic problems,
> 1. For a given binary tree where each node has a integer value
> associated with it. Write a program that takes k as input and prints
> the sum of all nodes after level k.
> 2. Algorithm/program for rotating a string k times.
> 3. Some problem related to Josephus problem
>
> Then they asked some basic questions on C/C++
>
> On Aug 6, 1:48 pm, vicky S <[email protected]> wrote:
> > Any one know how the global scholar written round will be ? whether they
> > concentrate on OOPs language lik C++ Java or c aptitudes itself enough ?
> how
> > wil be the next techinical  rounds ?
> > Thanks in adcance :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
*prasanth*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to