BackBone.js Interview Question-Answer

Q.1 BackboneJS is based on _________ architecture.

       A. MVVM

       B. MVP

       C. MVC

Ans : MVC


Q.2 What is the significance of Edge Version of BackboneJS?

       A. It is the unreleased Backbone version

       B. BackboneJS development is still in progress

       C. You can make use of this version at your own risk

       D. All the options

Ans : All the options


Q.3 ________ created BackboneJS and it was initially released on _________.

       A. Jeremy Ashkenas, October 28th, 2009

       B. Brendan Eich, October 13th, 2011

       C. John Resig, October 13th, 2010

       D. Jeremy Ashkenas, October 13th, 2010

Ans : Jeremy Ashkenas, October 13th, 2010


Q.4 What is used to send an HTTP request to the View?

       A. Router

       B. Model

       C. Collection

       D. Events

Ans : Router


Q.5 What is the core part of any JavaScript application that retrieves and populates the data?

       A. View

       B. Collection

       C. Data Source

       D. model

Ans : View


Q.6 View holds HTML markup for the application.

       A. True

       B. False

Ans : False


Leave a Comment