Ruby Interview Questions
Questions Answers Views Company eMail

What is Ruby programming language?

3

What are Ruby iterators?

3

In how many ways a block is written in Ruby?

3

What are freezing string in Ruby?

3

In how many ways items can be removed from array in Ruby?

3

What is concatenating string in Ruby?

3

Explain Ruby module?

3

How to create a new time instance in Ruby?

3

Explain module mixins in Ruby?

3

What are class libraries in Ruby?

3

How to access Ruby array elements? How many methods are used to access Ruby elements?

3

In how many ways you can compare Ruby string?

3

In how many ways items can be added in an array in Ruby?

3

Explain Ruby hashes?

3

how many ways you can create a concatenating string?

3


Post New Ruby Questions

Un-Answered Questions { Ruby }

Explain the use of retry statement in ruby?

1


Explain ampersand parameter (&block) in Ruby?

3


what is a class library in Ruby?

5


How is an iterator handled in ruby?

5


Explain the difference between nil and false in ruby?

5


Explain until loop in ruby.

1


What is yield in ruby?

5


In Ruby, it explains about the defined operator?

5


Which ruby interpreter option enables debugging?

5


What function converts all html special symbols to html entities in ruby?

1


What is the use of global variable $ in Ruby?

3


What are the different environment variables present in the ruby?

5


In Ruby code, often it is observed that coder uses a short hand form of using an expression like array.map(&:method_name) instead of array.map { |element| element.method_name }. How this trick actually works?

5


what is class libraries in Ruby?

5


Tell me how can you declare a block in ruby?

1