1.  data from model objects AND the page template

2.  form_for(@object, :url=>{:action=>’create’})

3.  .:format (that period is a concatenation period)

4.  do |f| (where “f” can be anything)

4
Correct Answer :

form_for(@object, :url=>{:action=>’create’})


Explanation :
No Explanation available for this question

1.  redirect_to ” … ”

2.  errors.add_to_base(“there was an error”)

3.  the word “private”

4.  their names begin with an underscore

4
Correct Answer :

errors.add_to_base(“there was an error”)


Explanation :
No Explanation available for this question

1.  a web page

2.  underscores

3.  singular

4.  render :partial

4
Correct Answer :

render :partial


Explanation :
No Explanation available for this question

1.  ruby make

2.  a web page

3.  rake db:migrate

4.  CamelCase

4
Correct Answer :

rake db:migrate


Explanation :
No Explanation available for this question

1.  for ad in @ads

2.  it is not associated with a model

3.  Representational State Transfer

4.  it runs its validators

4
Correct Answer :

it is not associated with a model


Explanation :
No Explanation available for this question

1.  

2.  

3.  integration test

4.  

4
Correct Answer :

<\%= yield \%>


Explanation :
No Explanation available for this question

1.  an object

2.  flight_id

3.  ruby make

4.  #{1+1}

4
Correct Answer :

flight_id


Explanation :
No Explanation available for this question

1.  CamelCase

2.  #{1+1}

3.  singular

4.  validate

4
Correct Answer :

#{1+1}


Explanation :
No Explanation available for this question

1.  an object

2.  ActionPack

3.  CamelCase

4.  :controller

4
Correct Answer :

:controller


Explanation :
No Explanation available for this question

1.  the request parameters table

2.  the word “private”

3.  

4.  redirect_to ” … ”

4
Correct Answer :

the word “private”


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python