1.  rails generate scaffold User name:string email:string

2.  self-contained bundles of gems. Useful for versioning

3.  Edit Gemfile, then run ‘bundle install’ or just ‘bundle’.

4.  Ruby Version Manager. Install and manage multiple versions of Ruby.

4
Correct Answer :

Edit Gemfile, then run ‘bundle install’ or just ‘bundle’.


Explanation :
No Explanation available for this question

1.  self-contained bundles of gems. Useful for versioning.

2.  self-contained packages of Ruby code

3.  Ruby Version Manager. Install and manage multiple versions of Ruby.

4.  rails generate scaffold User name:string email:string

4
Correct Answer :

self-contained bundles of gems. Useful for versioning.


Explanation :
No Explanation available for this question

1.  rails generate scaffold User name:string email:string

2.  self-contained packages of Ruby code

3.  self-contained bundles of gems. Useful for versioning.

4.  Ruby Version Manager. Install and manage multiple versions of Ruby.

4
Correct Answer :

self-contained packages of Ruby code


Explanation :
No Explanation available for this question

1.  rails generate scaffold User name:string email:string

2.  Ruby Version Manager. Install and manage multiple versions of Ruby

3.  self-contained packages of Ruby code

4.  self-contained bundles of gems. Useful for versioning.

4
Correct Answer :

rails generate scaffold User name:string email:string


Explanation :
No Explanation available for this question

1.  self-contained bundles of gems. Useful for versioning.

2.  bundle exec rake db:migrate. Using bundle exec ensures that the rake version in our Gemfile is used.

3.  rails generate scaffold User name:string email:string

4.  Ruby Version Manager. Install and manage multiple versions of Ruby.

4
Correct Answer :

bundle exec rake db:migrate. Using bundle exec ensures that the rake version in our Gemfile is used.


Explanation :
No Explanation available for this question

1.  rails generate scaffold User name:string email:string

2.  Ruby Version Manager. Install and manage multiple versions of Ruby.

3.  self-contained bundles of gems. Useful for versioning.

4.  self-contained packages of Ruby code

4
Correct Answer :

Ruby Version Manager. Install and manage multiple versions of Ruby.


Explanation :
No Explanation available for this question

1.  unit, functional, and integration tests

2.  RAILS_ENV (RAILS_ENV=production)

3.  integration test

4.  rails generate migration AddPhoneToTickets phone:string

4
Correct Answer :

rails generate migration AddPhoneToTickets phone:string


Explanation :
No Explanation available for this question

1.  ActionPack

2.  ActiveRecord

3.  a web page

4.  an object

4
Correct Answer :

ActionPack


Explanation :
No Explanation available for this question

1.  CamelCase

2.  ruby make

3.  an object

4.  rake db:migrate

4
Correct Answer :

rake db:migrate


Explanation :
No Explanation available for this question

1.  the method within the controller to call

2.  HTTP methods (post, get, put, delete)

3.  the data being presented by the web page

4.  their names begin with an underscore

4
Correct Answer :

the method within the controller to call


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python