[algogeeks] Re: Amazon Online Test

2012-08-17 Thread sahitya agrawal
1. Given a linked list of letters arrange it in a way such that all vowels 
come before the consonants and in the same order of input (i.e. order of 
vowels should be same as they appear in input ).
  
ex- A->M->A->Z->O->N
  
o/p :-> A->A->O->M->Z->N

2. Check parenthesis in a expression
  1. A square bracket can only enclose a square bracket or a curly bracket 
or parentheses.
  2. Similarly A curly bracket can only enclose a curly bracket 
or parentheses.
  3. A parentheses can only enclose a parentheses. 
  4. parenthesis should also be balanced.  
 return true or false.
  for ex:- 
(a+b)) will return false.
   (a)) will return false.
 [a+{b*(c-d)}] will return true.

On Friday, 17 August 2012 08:00:24 UTC+5:30, nick wrote:
>
> Hi All,
>
> Has anyone appeared for the online test of amazon recently??
>  if(yes){
>  Please share with us :)
>  }
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/9HCY-Q5IAuAJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Re: Amazon Online Test

2012-08-17 Thread sahitya agrawal


On Friday, 17 August 2012 08:00:24 UTC+5:30, nick wrote:
>
> Hi All,
>
> Has anyone appeared for the online test of amazon recently??
>  if(yes){
>  Please share with us :)
>  }
>  
>

On Friday, 17 August 2012 08:00:24 UTC+5:30, nick wrote:
>
> Hi All,
>
> Has anyone appeared for the online test of amazon recently??
>  if(yes){
>  Please share with us :)
>  }
>  
>

On Friday, 17 August 2012 08:00:24 UTC+5:30, nick wrote:
>
> Hi All,
>
> Has anyone appeared for the online test of amazon recently??
>  if(yes){
>  Please share with us :)
>  }
>  
>

On Friday, 17 August 2012 08:00:24 UTC+5:30, nick wrote:
>
> Hi All,
>
> Has anyone appeared for the online test of amazon recently??
>  if(yes){
>  Please share with us :)
>  }
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/1TGicgRb9i4J.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: Amazon online test

2011-09-24 Thread Deoki Nandan
MCQ had  options correct have +1 mark and incorrect had -0.25 marks . MCQ
questions were from OS(avg)) ,apti(major) , Networking(avg), Unix(avg),
DBMS(minor),coding(major)..


On 25 September 2011 02:52, dipit grover  wrote:

> 25*16*9 / 3! or  5C3 * 5 *4 *3 = 600
>
>
> On Sat, Sep 24, 2011 at 6:21 PM, Ankur Garg  wrote:
>
>> Deoki nandan
>>
>> In MCQ there were options as well ?? is it ?
>>
>> Also were questions in MCQ only from  coding or OOPS,DBMS,OS etc also are
>> part of those ?
>>
>> Regards
>>
>>
>> On Sat, Sep 24, 2011 at 6:13 PM, Aamir Khan  wrote:
>>
>>> @shiv  :  Correct Answer should be  : 5C3 X 5 X 4 X3 = 600
>>>
>>>
>>>
>>>
>>>
>>> Aamir Khan | 3rd Year  | Computer Science & Engineering | IIT Roorkee
>>>
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Algorithm Geeks" group.
>>> To post to this group, send email to algogeeks@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> algogeeks+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/algogeeks?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>
>
> --
> Dipit Grover
> B.Tech in CSE
> IIT Roorkee
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
**With Regards
Deoki Nandan Vishwakarma

*
*

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



Re: [algogeeks] Re: Amazon online test

2011-09-24 Thread dipit grover
25*16*9 / 3! or  5C3 * 5 *4 *3 = 600

On Sat, Sep 24, 2011 at 6:21 PM, Ankur Garg  wrote:

> Deoki nandan
>
> In MCQ there were options as well ?? is it ?
>
> Also were questions in MCQ only from  coding or OOPS,DBMS,OS etc also are
> part of those ?
>
> Regards
>
>
> On Sat, Sep 24, 2011 at 6:13 PM, Aamir Khan  wrote:
>
>> @shiv  :  Correct Answer should be  : 5C3 X 5 X 4 X3 = 600
>>
>>
>>
>>
>>
>> Aamir Khan | 3rd Year  | Computer Science & Engineering | IIT Roorkee
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Dipit Grover
B.Tech in CSE
IIT Roorkee

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



Re: [algogeeks] Re: Amazon online test

2011-09-24 Thread Ankur Garg
Deoki nandan

In MCQ there were options as well ?? is it ?

Also were questions in MCQ only from  coding or OOPS,DBMS,OS etc also are
part of those ?

Regards


On Sat, Sep 24, 2011 at 6:13 PM, Aamir Khan  wrote:

> @shiv  :  Correct Answer should be  : 5C3 X 5 X 4 X3 = 600
>
>
>
>
>
> Aamir Khan | 3rd Year  | Computer Science & Engineering | IIT Roorkee
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

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



Re: [algogeeks] Re: Amazon online test

2011-09-24 Thread Aamir Khan
@shiv  :  Correct Answer should be  : 5C3 X 5 X 4 X3 = 600





Aamir Khan | 3rd Year  | Computer Science & Engineering | IIT Roorkee

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



Re: [algogeeks] Re: Amazon online test

2011-09-24 Thread Deoki Nandan
shiv narayan:
your answer is correct

On 24 September 2011 11:12, shiv narayan  wrote:

> what is answer to "In how many ways 3 identical coins can be placed in
> 5x5 grid so that no
> two coin come in same row and same column "??
>
> according to me it should be 25*16*9 .
>
>
> On Sep 24, 2:19 am, Deoki Nandan  wrote:
> > 1)write code to find first non repeating character in given string
> > 2)write code for image of binary tree
> > 3)swap adjacent nodes of given linked list using one pointer
> > 4)find pair of number in given array whose sum is given
> > 5)write BST(Binary Search Tree) into file and read from file
> > there were 25 MCQ questions as well
> > like
> > 1)In how many ways 3 identical coins can be placed in 5x5 grid so that no
> > two coin come in same row and same column
> > 2)there is an array of length n having numbers from 1-10 . what is the
> > probability to choose a number and chosen number is 10
> > 3)one question on average waiting time of preemptive SJF scheduling
> > algorithm
> > 4)what will happen of child process if parent is killed
> > 5)print value of present directory using UNIX command (my ans is $pwd |
> echo
> > )correct me if I'm wrong
> > other I don't remember
> >
> > On 23 September 2011 17:39, siddharth srivastava  >wrote:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > Hi
> >
> > > On 23 September 2011 17:29, raju  wrote:
> >
> > >> hi all,
> >
> > >> can anyone pls share the questions amazon has been asking in online
> > >> written tests.
> >
> > > Search the archives
> > > This has been answered many times in the recent days.
> >
> > > Best of Luck
> >
> > >> thanks
> > >> raju
> >
> > >> --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Algorithm Geeks" group.
> > >> To post to this group, send email to algogeeks@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> algogeeks+unsubscr...@googlegroups.com.
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/algogeeks?hl=en.
> >
> > > --
> > > Regards
> > > Siddharth Srivastava
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Algorithm Geeks" group.
> > > To post to this group, send email to algogeeks@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > algogeeks+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/algogeeks?hl=en.
> >
> > --
> > **With Regards
> > Deoki Nandan Vishwakarma
> >
> > *
> > *
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
**With Regards
Deoki Nandan Vishwakarma

*
*

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



[algogeeks] Re: Amazon online test

2011-09-23 Thread shiv narayan
what is answer to "In how many ways 3 identical coins can be placed in
5x5 grid so that no
two coin come in same row and same column "??

according to me it should be 25*16*9 .


On Sep 24, 2:19 am, Deoki Nandan  wrote:
> 1)write code to find first non repeating character in given string
> 2)write code for image of binary tree
> 3)swap adjacent nodes of given linked list using one pointer
> 4)find pair of number in given array whose sum is given
> 5)write BST(Binary Search Tree) into file and read from file
> there were 25 MCQ questions as well
> like
> 1)In how many ways 3 identical coins can be placed in 5x5 grid so that no
> two coin come in same row and same column
> 2)there is an array of length n having numbers from 1-10 . what is the
> probability to choose a number and chosen number is 10
> 3)one question on average waiting time of preemptive SJF scheduling
> algorithm
> 4)what will happen of child process if parent is killed
> 5)print value of present directory using UNIX command (my ans is $pwd | echo
> )correct me if I'm wrong
> other I don't remember
>
> On 23 September 2011 17:39, siddharth srivastava wrote:
>
>
>
>
>
>
>
>
>
> > Hi
>
> > On 23 September 2011 17:29, raju  wrote:
>
> >> hi all,
>
> >> can anyone pls share the questions amazon has been asking in online
> >> written tests.
>
> > Search the archives
> > This has been answered many times in the recent days.
>
> > Best of Luck
>
> >> thanks
> >> raju
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Algorithm Geeks" group.
> >> To post to this group, send email to algogeeks@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> algogeeks+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/algogeeks?hl=en.
>
> > --
> > Regards
> > Siddharth Srivastava
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.
>
> --
> **With Regards
> Deoki Nandan Vishwakarma
>
> *
> *

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



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread Ankur Garg
@Yasir

Thanks bro :)

On Sat, Aug 6, 2011 at 7:13 PM, Yasir  wrote:

> Same as of DS & Algo in GATE exam.
> http://geeksforgeeks.org/?cat=66
>
> On Aug 7, 2:29 am, Ankur Garg  wrote:
> > @Yasir
> >
> > MCQ are of which types ???
> >
> > Regards
> >
> > Ankur Garg
> >
> >
> >
> >
> >
> >
> >
> > On Sat, Aug 6, 2011 at 4:45 PM, Yasir  wrote:
> > > Earlier they had telephonic interview as first round but now this
> > > online exam has become initial screening test.
> > > Based on ur online test's performance they call for phonic round or on-
> > > site interview.
> >
> > > In online test, there there are 10 mcq questions and 5 coding probs.
> >
> > > Cheers \o/
> >
> > > On Aug 6, 7:17 pm, Nitish Garg  wrote:
> > > > Can anyone shed some light on Amazon Off campus procedure? This
> online
> > > test
> > > > is for off campus aspirants right? Also does this online test happen
> > > after
> > > > the phonic interview?
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Algorithm Geeks" group.
> > > To post to this group, send email to algogeeks@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > algogeeks+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/algogeeks?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread Yasir
Same as of DS & Algo in GATE exam.
http://geeksforgeeks.org/?cat=66

On Aug 7, 2:29 am, Ankur Garg  wrote:
> @Yasir
>
> MCQ are of which types ???
>
> Regards
>
> Ankur Garg
>
>
>
>
>
>
>
> On Sat, Aug 6, 2011 at 4:45 PM, Yasir  wrote:
> > Earlier they had telephonic interview as first round but now this
> > online exam has become initial screening test.
> > Based on ur online test's performance they call for phonic round or on-
> > site interview.
>
> > In online test, there there are 10 mcq questions and 5 coding probs.
>
> > Cheers \o/
>
> > On Aug 6, 7:17 pm, Nitish Garg  wrote:
> > > Can anyone shed some light on Amazon Off campus procedure? This online
> > test
> > > is for off campus aspirants right? Also does this online test happen
> > after
> > > the phonic interview?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.

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



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread Ankur Garg
@Yasir

MCQ are of which types ???

Regards

Ankur Garg

On Sat, Aug 6, 2011 at 4:45 PM, Yasir  wrote:

> Earlier they had telephonic interview as first round but now this
> online exam has become initial screening test.
> Based on ur online test's performance they call for phonic round or on-
> site interview.
>
> In online test, there there are 10 mcq questions and 5 coding probs.
>
> Cheers \o/
>
> On Aug 6, 7:17 pm, Nitish Garg  wrote:
> > Can anyone shed some light on Amazon Off campus procedure? This online
> test
> > is for off campus aspirants right? Also does this online test happen
> after
> > the phonic interview?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread Yasir
Almost same.
For big probs, they don't ask for running code. Only pseudo-code is
enough.

On Aug 6, 9:42 pm, Ankur Garg  wrote:
> The questions in the link are quite decent...Is the toughness level of
> Amazon test same or more ?
>
>
>
>
>
>
>
> On Sat, Aug 6, 2011 at 11:47 AM, shady  wrote:
> > @nivedita this is for job right ?
>
> > On Sat, Aug 6, 2011 at 9:14 PM, nivedita arora <
> > vivaciousnived...@gmail.com> wrote:
>
> >> no online test is happening on campus for us
>
> >> On Aug 6, 7:17 pm, Nitish Garg  wrote:
> >> > Can anyone shed some light on Amazon Off campus procedure? This online
> >> test
> >> > is for off campus aspirants right? Also does this online test happen
> >> after
> >> > the phonic interview?
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Algorithm Geeks" group.
> >> To post to this group, send email to algogeeks@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> algogeeks+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/algogeeks?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread Yasir
Earlier they had telephonic interview as first round but now this
online exam has become initial screening test.
Based on ur online test's performance they call for phonic round or on-
site interview.

In online test, there there are 10 mcq questions and 5 coding probs.

Cheers \o/

On Aug 6, 7:17 pm, Nitish Garg  wrote:
> Can anyone shed some light on Amazon Off campus procedure? This online test
> is for off campus aspirants right? Also does this online test happen after
> the phonic interview?

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread nivedita arora
@shady- yes

On Aug 6, 9:42 pm, Ankur Garg  wrote:
> The questions in the link are quite decent...Is the toughness level of
> Amazon test same or more ?
>
>
>
>
>
>
>
> On Sat, Aug 6, 2011 at 11:47 AM, shady  wrote:
> > @nivedita this is for job right ?
>
> > On Sat, Aug 6, 2011 at 9:14 PM, nivedita arora <
> > vivaciousnived...@gmail.com> wrote:
>
> >> no online test is happening on campus for us
>
> >> On Aug 6, 7:17 pm, Nitish Garg  wrote:
> >> > Can anyone shed some light on Amazon Off campus procedure? This online
> >> test
> >> > is for off campus aspirants right? Also does this online test happen
> >> after
> >> > the phonic interview?
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Algorithm Geeks" group.
> >> To post to this group, send email to algogeeks@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> algogeeks+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/algogeeks?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.

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



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread Ankur Garg
The questions in the link are quite decent...Is the toughness level of
Amazon test same or more ?

On Sat, Aug 6, 2011 at 11:47 AM, shady  wrote:

> @nivedita this is for job right ?
>
>
> On Sat, Aug 6, 2011 at 9:14 PM, nivedita arora <
> vivaciousnived...@gmail.com> wrote:
>
>> no online test is happening on campus for us
>>
>> On Aug 6, 7:17 pm, Nitish Garg  wrote:
>> > Can anyone shed some light on Amazon Off campus procedure? This online
>> test
>> > is for off campus aspirants right? Also does this online test happen
>> after
>> > the phonic interview?
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

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



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread shady
@nivedita this is for job right ?

On Sat, Aug 6, 2011 at 9:14 PM, nivedita arora
wrote:

> no online test is happening on campus for us
>
> On Aug 6, 7:17 pm, Nitish Garg  wrote:
> > Can anyone shed some light on Amazon Off campus procedure? This online
> test
> > is for off campus aspirants right? Also does this online test happen
> after
> > the phonic interview?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread nivedita arora
no online test is happening on campus for us

On Aug 6, 7:17 pm, Nitish Garg  wrote:
> Can anyone shed some light on Amazon Off campus procedure? This online test
> is for off campus aspirants right? Also does this online test happen after
> the phonic interview?

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



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread Nitish Garg
Can anyone shed some light on Amazon Off campus procedure? This online test 
is for off campus aspirants right? Also does this online test happen after 
the phonic interview?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/GcASxtL1TLYJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread Nitish Garg
Can anyone shed some light on Amazon Off campus procedure? This online test 
is for off campus aspirants right? Also does this online test happen after 
the phonic interview?

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/pj8XJ5kx79IJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Re: amazon online test format

2011-08-06 Thread ankit sambyal
Is there any time limit for the questions in amazon online test ?
I mean shud we write efficient code or shud we just make our pgm rum ?

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread nivedita arora
thanks so much for replying :)

On Aug 6, 5:58 pm, Yasir  wrote:
> You can take out sample test 
> athttp://www.interviewstreet.com/recruit/test/start/sample
>
> Amazon uses same env for online coding test.
>
> On Aug 6, 5:55 pm, Atul Verma  wrote:
>
>
>
>
>
>
>
> > it's not like cc format. first they'll ask ur logic and then they see ur
> > code. (no submission process)
>
> > On Sat, Aug 6, 2011 at 5:45 PM, nivedita arora
> > wrote:
>
> > > hi,
> > > can anyone pls tell whats the format of coding section in amazon
> > > online test.
> > > is it something like codechef ? is the format of test cases given ?
>
> > > Also, usually we write some part of code/function and test it if its
> > > running fine on local system , when it is then we submit at codechef.
> > > If it has codechef format then how does one do debugging in code??
> > > no one ever writes whole code in one go  and then runs it if its
> > > working fine . we always do it step by step .can that be done in
> > > amazon test ? if yes how?
>
> > > thanks!
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Algorithm Geeks" group.
> > > To post to this group, send email to algogeeks@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > algogeeks+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/algogeeks?hl=en.

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



[algogeeks] Re: amazon online test format

2011-08-06 Thread Yasir
You can take out sample test at
http://www.interviewstreet.com/recruit/test/start/sample

Amazon uses same env for online coding test.


On Aug 6, 5:55 pm, Atul Verma  wrote:
> it's not like cc format. first they'll ask ur logic and then they see ur
> code. (no submission process)
>
> On Sat, Aug 6, 2011 at 5:45 PM, nivedita arora
> wrote:
>
>
>
>
>
>
>
> > hi,
> > can anyone pls tell whats the format of coding section in amazon
> > online test.
> > is it something like codechef ? is the format of test cases given ?
>
> > Also, usually we write some part of code/function and test it if its
> > running fine on local system , when it is then we submit at codechef.
> > If it has codechef format then how does one do debugging in code??
> > no one ever writes whole code in one go  and then runs it if its
> > working fine . we always do it step by step .can that be done in
> > amazon test ? if yes how?
>
> > thanks!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.

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



Re: [algogeeks] Re: Amazon Online Test

2011-02-26 Thread Pranjal Saxena
Here is the algo :

while(read string in reverse)
{
  if(str = L)
 create node and push to stack
 continue
  if(str = N)
  pop 2 nodes from stack and asign them as children of N and push N
on stack //Here we can get

//multiple trees
}
pop root from stack


On Thu, Feb 24, 2011 at 12:59 AM, Aviral Gupta  wrote:

> with the given constraints there is only one possible tree 
>
> Regards
> Aviral
> http://coders-stop.blogspot.com
>
> On Feb 23, 5:47 pm, "murthy.krishn...@gmail.com"
>  wrote:
> > hii vinay,
> >
> > the prob is we can get many such trees given a preorder traversal with
> the
> > condition that each node has zero or two children. Please correct me if I
> am
> > wrong.
> >
> > Thanks,
> > Krishna.
> >
> > On Wed, Feb 23, 2011 at 6:00 PM, murthy.krishn...@gmail.com <
> >
> > murthy.krishn...@gmail.com> wrote:
> > > thanks vinay :-)
> >
> > > On Wed, Feb 23, 2011 at 5:39 PM, vinay reddy 
> wrote:
> >
> > >> U need to construct a binary tree given only PreOrder traversal with
> the
> > >> condition that each node has zero or two children.
> >
> > >> On Wed, Feb 23, 2011 at 10:52 AM, murthy.krishn...@gmail.com <
> > >> murthy.krishn...@gmail.com> wrote:
> >
> > >>> hii vinay,
> >
> > >>> can u elaborate the third question
> >
> > >>> thanks,
> > >>> Krishna
> >
> > >>>   On Wed, Feb 23, 2011 at 9:34 AM, vinay reddy  >wrote:
> >
> >   Hi Anurag,
> >
> >  I have taken that online test there were 3 questions ...
> >  1. given a linked list check if it is a palindrome.
> >  2.given two sorted arrays a[m]  b[2*m], each contains m elements
> only.
> >  You need to merge those two arrays into second array b[2*m]
> >  3. construct a Binary tree from a given String, where every node has
> >  zero or two children.
> >  e.g String = "NNNLLL"  , N represents internal Node , L represents
> leaf
> >  Node.
> >
> >  The alloted time was 1hr. and asked to write the function only ...
> no
> >  main function and all.
> >  hope this helps
> >
> >  Thanks
> >  vinay
> >
> >  On Wed, Feb 16, 2011 at 3:45 PM, Anurag Bhatia  >wrote:
> >
> > > Has anyone give any first round online test for Amazon? If yes, can
> > > you please share details?
> >
> > > --Anurag
> >
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Algorithm Geeks" group.
> > > To post to this group, send email to algogeeks@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > algogeeks+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/algogeeks?hl=en.
> >
> >  --
> >  You received this message because you are subscribed to the Google
> >  Groups "Algorithm Geeks" group.
> >  To post to this group, send email to algogeeks@googlegroups.com.
> >  To unsubscribe from this group, send email to
> >  algogeeks+unsubscr...@googlegroups.com.
> >  For more options, visit this group at
> > http://groups.google.com/group/algogeeks?hl=en.
> >
> > >>> --
> > >>>  You received this message because you are subscribed to the Google
> > >>> Groups "Algorithm Geeks" group.
> > >>> To post to this group, send email to algogeeks@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> algogeeks+unsubscr...@googlegroups.com.
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/algogeeks?hl=en.
> >
> > >>  --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "Algorithm Geeks" group.
> > >> To post to this group, send email to algogeeks@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> algogeeks+unsubscr...@googlegroups.com.
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/algogeeks?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>


-- 
Regards

Pranjal

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



[algogeeks] Re: Amazon Online Test

2011-02-23 Thread Aviral Gupta
with the given constraints there is only one possible tree 

Regards
Aviral
http://coders-stop.blogspot.com

On Feb 23, 5:47 pm, "murthy.krishn...@gmail.com"
 wrote:
> hii vinay,
>
> the prob is we can get many such trees given a preorder traversal with the
> condition that each node has zero or two children. Please correct me if I am
> wrong.
>
> Thanks,
> Krishna.
>
> On Wed, Feb 23, 2011 at 6:00 PM, murthy.krishn...@gmail.com <
>
> murthy.krishn...@gmail.com> wrote:
> > thanks vinay :-)
>
> > On Wed, Feb 23, 2011 at 5:39 PM, vinay reddy  wrote:
>
> >> U need to construct a binary tree given only PreOrder traversal with the
> >> condition that each node has zero or two children.
>
> >> On Wed, Feb 23, 2011 at 10:52 AM, murthy.krishn...@gmail.com <
> >> murthy.krishn...@gmail.com> wrote:
>
> >>> hii vinay,
>
> >>> can u elaborate the third question
>
> >>> thanks,
> >>> Krishna
>
> >>>   On Wed, Feb 23, 2011 at 9:34 AM, vinay reddy wrote:
>
>   Hi Anurag,
>
>  I have taken that online test there were 3 questions ...
>  1. given a linked list check if it is a palindrome.
>  2.given two sorted arrays a[m]  b[2*m], each contains m elements only.
>  You need to merge those two arrays into second array b[2*m]
>  3. construct a Binary tree from a given String, where every node has
>  zero or two children.
>  e.g String = "NNNLLL"  , N represents internal Node , L represents leaf
>  Node.
>
>  The alloted time was 1hr. and asked to write the function only ... no
>  main function and all.
>  hope this helps
>
>  Thanks
>  vinay
>
>  On Wed, Feb 16, 2011 at 3:45 PM, Anurag Bhatia 
>  wrote:
>
> > Has anyone give any first round online test for Amazon? If yes, can
> > you please share details?
>
> > --Anurag
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Algorithm Geeks" group.
> > To post to this group, send email to algogeeks@googlegroups.com.
> > To unsubscribe from this group, send email to
> > algogeeks+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/algogeeks?hl=en.
>
>  --
>  You received this message because you are subscribed to the Google
>  Groups "Algorithm Geeks" group.
>  To post to this group, send email to algogeeks@googlegroups.com.
>  To unsubscribe from this group, send email to
>  algogeeks+unsubscr...@googlegroups.com.
>  For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
> >>> --
> >>>  You received this message because you are subscribed to the Google
> >>> Groups "Algorithm Geeks" group.
> >>> To post to this group, send email to algogeeks@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> algogeeks+unsubscr...@googlegroups.com.
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/algogeeks?hl=en.
>
> >>  --
> >> You received this message because you are subscribed to the Google Groups
> >> "Algorithm Geeks" group.
> >> To post to this group, send email to algogeeks@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> algogeeks+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/algogeeks?hl=en.

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