Senior Ruby On Rails Developer Interview Questions

50 senior ruby on rails developer interview questions shared by candidates

Coding challenge 1. Objective This program is designed to give you the opportunity to show off your skills and give us something we can talk about in your interview. What we want is an example of code you're proud of and want to talk about. The coding challenge should take you between three and seven hours, probably depending on how recently you've done something similar... 2. Challenge - Rate Limiter For this challenge, you'll start off by creating a new rails application. You can include any gems or other libraries you consider will be helpful but don’t use a gem for the rate limiting. Create a new controller, perhaps called "home", with an index method. This should return only the text string "ok". The challenge is to implement rate limiting on this route. Limit it such that a requester can only make 100 requests per hour. After the limit has been reached, return a 429 with the text "Rate limit exceeded. Try again in #{n} seconds". How you do this is up to you. Think about how easy your rate limiter will be to maintain and control. Write what you consider to be production-quality code, with comments and tests if and when you consider them necessary. When you've finished, send us the link to your repo on github. Good luck! P.s. Remember, we want to see code you are proud of :)
avatar

Senior Ruby On Rails Developer

Interviewed at Airtasker

2.9
3 Dec 2017

Coding challenge 1. Objective This program is designed to give you the opportunity to show off your skills and give us something we can talk about in your interview. What we want is an example of code you're proud of and want to talk about. The coding challenge should take you between three and seven hours, probably depending on how recently you've done something similar... 2. Challenge - Rate Limiter For this challenge, you'll start off by creating a new rails application. You can include any gems or other libraries you consider will be helpful but don’t use a gem for the rate limiting. Create a new controller, perhaps called "home", with an index method. This should return only the text string "ok". The challenge is to implement rate limiting on this route. Limit it such that a requester can only make 100 requests per hour. After the limit has been reached, return a 429 with the text "Rate limit exceeded. Try again in #{n} seconds". How you do this is up to you. Think about how easy your rate limiter will be to maintain and control. Write what you consider to be production-quality code, with comments and tests if and when you consider them necessary. When you've finished, send us the link to your repo on github. Good luck! P.s. Remember, we want to see code you are proud of :)

Did not get asked the same old algorithms and data structures questions. Instead, the technical interview will test your (programming) problem solving skills more generally. Only advice I can give is not to panic!
avatar

Senior Ruby On Rails Developer

Interviewed at TouchBistro

3.4
22 Mar 2018

Did not get asked the same old algorithms and data structures questions. Instead, the technical interview will test your (programming) problem solving skills more generally. Only advice I can give is not to panic!

Viewing 1 - 10 interview questions

Glassdoor has 50 interview questions and reports from Senior ruby on rails developer interviews. Prepare for your interview. Get hired. Love your job.