TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
80
To review
0
TechnologyProfessionTest
Sort by
Newest
Most popular
Last review
Filter by
Published
80
To review
0
80 questions
Expert
2 votes286 runs0 comment
Easy
1 vote64 runs0 comment
What is the output of the following Ruby code? `1..5.to_a`
Olivier Millaat Nov 16, 2021
Easy
0 vote292 runs0 comment
Hard
0 vote287 runs0 comment
Which of the following Ruby code blocks will print 1, 2, 3?
Hivebriteat Nov 29, 2021
Easy
0 vote279 runs0 comment
Write a Ruby program that prints the sum of two numbers
Hivebriteat Nov 29, 2021
Hard
0 vote274 runs0 comment
Return the instance methods common to String, Integer and Array, returns an array
Hivebriteat Mar 3, 2023
Medium
0 vote273 runs1 comment
What is the difference between include, extend and prepend in Ruby?
Hivebriteat Nov 29, 2021
Hard
0 vote265 runs1 comment
Expert
0 vote264 runs0 comment
Define a class foobar that inherits from Array and has a method foo.
Hivebriteat Nov 29, 2021
Medium
0 vote262 runs0 comment
Easy
0 vote261 runs0 comment
How to get the first 3 elements of an array in Ruby
Hivebriteat Nov 29, 2021
Hard
0 vote260 runs0 comment
Hard
0 vote259 runs0 comment
Which Ruby libraries are used for background processing?
Hivebriteat Nov 29, 2021
Hard
0 vote259 runs0 comment