|
205 members
|
|
|
admins
|
|
|
|
|
|
members
|
|
|
Loading members...
|
|
|
guests
|
|
|
Loading guests...
|
|
and anyway - human nature shows that whatever you have you want more :) (except pain)
8
sure
I realized that last 4 years at work I become really stupid
It's a lame and boring job and I just won't do it anymore
it pays good though
same here
i dont even have that
we have an indian problem here.
no offense guys
but they are preferred for all development as they will be ok with half of what i get
i really want to do dev
@oki, india, I am trying to understand ur perspective for why not yahoo? Please elaborate. is yaoo sinking.
@tutor - I have no idea about yahoo india
I was talking about yahoo US
help the guy oki
and I never said it was a bad company - just opposite - it's good company with some of the smartest people
it's just unbeliveable hard to even get an interview there
as I've said - if they wanted me - I would just say - I can be there tomorrow :D
good luck Noida
see you around oki
bb
@oki just a minute
I m through yahoo india
u mean its a gud place
i know that Yahoo US is a good place
dunno about other
humm... ok..
guys... any one have undergone telephonic interview with amazon for a software develoepr position?
oki are you european?
has anyone interviewed with Mozilla?
help with ds
yes jk.. I have gone through amazon phone interview ..it lasted for around an hour
asked basic questions in java.. and then write code for fibonacci.. in recursion and iterative.. then complexity comparison and how recursion function works in there..
and then why amazon ? what interests you ..etc..etc..
Hi cyber. I dont think they ask such simple questions.
Which position did you interviewed?
hi, can u give any suggestions for preparing for C# interviews?
it was for sof dev position ..
they did ask me.. he asked lot of other algorithm and data structures questions too..
one of them was how was hashmap implemented internally .
have you written a hashtable before?
can any one say me what does hash table mean
it's a structure that at a minimum supports two operations
put(key, value) inserts a mapping key => value
get(key) returns the value that key maps to
what do u mean?is it just similar to a two column table
and where is it used?
yes, it's much like a two-column table
ya thanQ can you please say me what exactly the complexity like O(n),O(2n) does mean