Explain the types of variables available in ruby class?
Please explain the three levels of access control for ruby methods?
How would you freeze an object in ruby? Can you provide a simple example?
Explain about normal method class?
Can you please explain what is the difference between string and symbol?
Explain about garbage collection feature of ruby?
Ruby support single inheritance/multiple inheritance or both?
Explain Ruby object?
Tell me the role of modules and mixins in ruby?
Is ruby a strongly typed or a weakly typed language?
How do you handle exceptions in ruby code?
Is ruby a statically typed or a dynamically typed language?
Tell us how would you implement hash in ruby internally?
What is the difference between calling super and calling super()?
Explain about the defined operator in ruby?