Ruby method lookup process
Ruby Developer Interview Questions
660 ruby developer interview questions shared by candidates
What tools or methods would you use to monitor the app’s user feedback and performance after release?
What is ActiveRecord? Tell about caching in Rails application? What should we cache? Tell about token authentication in the Rails app? What are RESTful methods? How does HTTP request work in the Rails app?
They asked about past experience, and took me through some scenarios on how do I handle some situations.
Difference between && and AND operators
What are ACID principles Differences between Virtual Machine and Container SOAP vs REST Solid principles, when not to apply them CAP Theory Which design patterns do you know Do you have experience with test driven development? When would you use SQL and Non SQL database
1. You begin to notice that your Rails app is loading slowly. It takes 8 seconds for a specific controller action to render. How would you troubleshoot this? 2. You are working on adding comment functionality to your Rails app that will allow users to leave comments on various models. You realize that there will be a collection of forms and model code that will be duplicated across a few models. What are some strategies you can employ for reducing duplication and bloated Active Record models? What are the pros/cons of each strategy? 3. N+ 1 code 4. Fixing rspec test cases and adding more test cases
Questions on modules and which function will be called if modules are included and inheritance is also there and all have same named function
The diference of a hash with indiferent access and a hash
Regular and easy Ruby questions
Viewing 391 - 400 interview questions