---Advertisement---
Web

BackBone.js Interview Question-Answer

By Smart Answer

Updated on:

---Advertisement---

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


Smart Answer

---Advertisement---

Related Post

Workflow Automation with Gulp Interview Question-Answer

Q.1 The default task representation in gulp is _________.        A. ABgulp.call(‘default’,function(){ ‘d’,void});        B. gulp.task(‘default’,function(){ });        C. gulp.call(‘default’,function(){ ‘default’});   ...

Bundling with Webpack Interview Question-Answer

Q.1 The distinct feature of Webpack is ___________.        A. Code-Splitting        B. Bundling        C. Modularity        D. Reusability ...

Vue JS – Efficacy Interview Question-Answer

Q.1 How to initialize the root instance in Vue JS (using the CDN method)?        A. var app = Vue new({…});        B. var ...

Styling with CSS3 Interview Question-Answer

Q.1 To make the width of a table adjust to the current width of the viewer’s browser window, you should specify a table width of _______.     ...

Leave a Comment