fa
Feedback
Ruby Interview | Ruby on Rails

Ruby Interview | Ruby on Rails

رفتن به کانال در Telegram

The Ruby Interview channel is a resource for preparing for Ruby developer interviews. It features questions, problem-solving solutions, and interview tips.

نمایش بیشتر
425
مشترکین
اطلاعاتی وجود ندارد24 ساعت
+57 روز
+930 روز
آرشیو پست ها
What is the output of the following Ruby code?
Anonymous voting

What is the output of the following Ruby code? If someone has not decided, there will be an explanation in 5 minutes
What is the output of the following Ruby code? If someone has not decided, there will be an explanation in 5 minutes

What will this query do?
Anonymous voting

What will this query return?
Anonymous voting

How can you create a composite index in Rails?
Anonymous voting

What does the pluck method do in ActiveRecord?
Anonymous voting

What is the primary benefit of using Interactors (e.g., the Interactor gem) in a Ruby application?
Anonymous voting

Which of these Ruby keywords is NOT related to exception handling?
Anonymous voting

What will the following code output?
Anonymous voting

Which of these is NOT valid Ruby syntax?
Anonymous voting

In a Ruby application using the Command pattern, what is the main advantage of encapsulating a request as an object?
Anonymous voting

What is the purpose of using the Repository pattern in a Ruby application?
Anonymous voting

In a service-oriented architecture, how can you ensure loose coupling between services in Ruby?
Anonymous voting

Which gem is commonly used in Ruby to manage PostgreSQL-specific features like JSONB and arrays?
Anonymous voting

How do you rollback a migration in Rails?
Anonymous voting

What does the DB.transaction block in the Sequel gem do?
Anonymous voting

How do you execute raw SQL queries in ActiveRecord?
Anonymous voting