1.  :controller

2.  underscores

3.  ActiveRecord

4.  config/routes.rb

4
Correct Answer :

config/routes.rb


Explanation :
No Explanation available for this question

1.  

2.  … have the same URL

3.  

4.  

4
Correct Answer :

<\%= f.text_field :name \%>


Explanation :
No Explanation available for this question

1.  underscores

2.  it runs its validators

3.  validate

4.  rake db:migrate

4
Correct Answer :

it runs its validators


Explanation :
No Explanation available for this question

1.  #{1+1}

2.  singular

3.  ruby make

4.  flight_id

4
Correct Answer :

ruby make


Explanation :
No Explanation available for this question

1.  a web page

2.  ruby make

3.  for ad in @ads

4.  ActionPack

4
Correct Answer :

for ad in @ads


Explanation :
No Explanation available for this question

1.  their names begin with an underscore

2.  the model class (app/models/something.rb) and the data migration (db/migrate/…_create_something.rb)

3.  model names are singular, controller (and table) names are plural

4.  rails generate migration AddPhoneToTickets phone:string

4
Correct Answer :

the model class (app/models/something.rb) and the data migration (db/migrate/…_create_something.rb)


Explanation :
No Explanation available for this question

1.  data from model objects AND the page template

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

3.  it is not associated with a model

4.  their names begin with an underscore

4
Correct Answer :

their names begin with an underscore


Explanation :
No Explanation available for this question

1.  an object

2.  ActionPack

3.  rake db:migrate

4.  integration test

4
Correct Answer :

integration test


Explanation :
No Explanation available for this question

1.  underscores

2.  an object

3.  a responder object

4.  integration test

4
Correct Answer :

a responder object


Explanation :
No Explanation available for this question

1.  runs State test

2.  the request State Transfer

3.  Representational State Transfer

4.  runs State Transfer

4
Correct Answer :

Representational State Transfer


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python