Pergunta de entrevista da empresa Canvs

1What was my background in development (languages javascript, ruby, ruby-on-rails, etc.)? 2. Take JSON data object of twitter users and parse it for an output of top 5 tweeters.

Resposta da entrevista

Sigiloso

25 de fev. de 2016

I coded my solution in ruby on rails, and created a function that instantiated a hash object and placed all users into hash. Then I sorted the hash and sliced out users from a range of (0,5). And I printed the 5 users out in order of greatest to least