Ruby Interview | Ruby on Rails – Telegram
Ruby Interview | Ruby on Rails
476 subscribers
14 photos
2 links
The Ruby Interview channel is a resource for preparing for Ruby developer interviews.

It features questions, problem-solving solutions, and interview tips.

Contact:
@Connor_1992
Download Telegram
Which header controls cross-origin resource sharing (CORS)?
Anonymous Quiz
9%
Authorization
3%
User-Agent
85%
Access-Control-Allow-Origin
3%
Content-Length
What’s the main drawback of monolithic architecture in Ruby on Rails applications?
Anonymous Quiz
2%
No database support
64%
Harder to test small parts of the system
30%
Ruby cannot scale monoliths at all
4%
Controllers cannot talk to models
Forwarded from Android frameworks
🌡 WiFi Temperature Sensor (ESP32 + DHT11)

A simple IoT temperature and humidity sensor based on ESP32-C3 and DHT11.
The device measures temperature and humidity, sends the data to a backend server, and from there it can be forwarded, for example, to a Telegram bot.

https://github.com/UDFSoft/Wifi-Temp-Sensor/
1👏21👍1
What will this code print?
puts "2 + 2 = #{2 + 2}"
Anonymous Quiz
4%
2 + 2 = 2 + 2
2%
2 + 2 = 22
93%
2 + 2 = 4
1%
Error
Which header is used to send authentication tokens in REST APIs?
Anonymous Quiz
9%
Content-Type
1%
Accept
88%
Authorization
3%
Cookie
Ruby in 2025 💎

Ruby in 2025 stayed calm and mature.
No hype, no drama — just stable, readable, productive code.

🚀 Performance kept improving (YJIT)
🛤 Rails focused on Hotwire and boring, reliable architecture
🏗 More modular monoliths, fewer unnecessary microservices
🧪 Cleaner code, fewer callbacks, more explicit logic

Ruby isn’t trendy anymore — and that’s its strength.
It’s a language for teams who value clarity, stability, and long-term maintenance ❤️
1🔥133🥰2