Tell me what is the difference between calling super and calling super()?
what is the role of sub-directory app/controllers and app/helpers?
What is the use of load and require in ruby?
What is request.xhr?
What are some built-in ruby class exceptions.
How to read a file in Ruby?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
Explain the role of thread pooling in relation to the thread lifecycle in ruby?
Does hash use “ #==” or “#eql?” To compare hash keys?
Explain ruby data types.
What are the different environment variables present in the ruby?
How would you freeze an object in ruby?
What is ruby class?
Explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
Explain module mixins in Ruby?