EMBERJS QUIZ DESCRIPTION

Command to create a applications

  • create application.js
     

  • ember application

  • ember new application

  • None of the above

Which file is loaded first when an Ember application loads?

  • Application.js
     

  • App/app.js

  • App/application.js

  • Application/app.js

How is it possible to create chainable route handlers for a route path in Express.js?

  • Using app.route()
     

  •  Using app.routes()

  •  Using app.router()

  •  Using app.routing()

What are the different common functions of Ember.js packages?

  • Empty
     

  • Log Binding

  • isArray

  • All of the above

Is it possible to store the cache

  • Yes
     

  • No

  • Maybe

  • Possible in some cases

Which command is used to start and stop development server in Ember.js?

  • Ember serve
     

  • cd ember-quickstart

  • both a and b

  • None of the above

What are the different common functions of Ember.js packages?

  • Empty
     

  • Log Binding

  • isArray

  • All of the above

What command used to run an Ember application?

  • Node server
     

  • Ember server

  • Ember start

  • Node start

Which file is loaded first when an Ember application loads?

  • Application.js
     

  • App/app.js

  • App/application.js

  • Application/app.js

Who is credited as the developer of Express.js?

  • Larry wall
     

  •  Rich Hickey

  • TJ Holowaychuk

  • Rob Pike

What are the main components of Ember.js?

  • Models
     

  • The Router

  • Controllers

  • All of the above

Ember applications are sturctured

  • Models
     

  • Controllers

  • Views

  • All of the above

Which of the following are the core features of the Express framework?

  • It allows us to set up middleware to respond to HTTP Requests.
     

  •  It defines a routing table that can work as per HTTP Method and URL.

  •  It is used to render the HTML pages dynamically.

  •  All of the above.

What is the command to start and stop development server in Ember.js?

  • Cd ember-quickstart
     

  • Ember serve

  • Both A and B

  • None

In which of the following year was Express.js initially released?

  • November 2010
     

  •  November 2011

  • December 2010

  • December 2011

Who designed Ember.js framework?

  • James Gausling
     

  • Hakon Wium Lee

  • Yehuda katz

  • Tee Berners-lee

What is the way to store local variables that can be accessed within the application?

  • Using Config file
     

  •  Using database

  •  Using app.locals

  • Using app.storage
     

What is Git?

  • It tracks the changes made into the file
     

  • It changes the content of the file.

  • It is just a dependency an Ember.js uses.

  • None of the above

Ember JS is written in

  • JavaScript
     

  • HTML

  • C ++

  • None
     

Which of the following function arguments are available to Express.js Route handlers?

  • req - the request object
     

  •  res - the response object

  • next

  •  All of the above
     

In combination with a request method, root paths define the endpoints at which requests can be made. Which of the following are valid forms of route path?

  • strings
     

  •  string patterns

  • regular expressions

  •  All of the above

What is the use of Router?

  • It used to keep the tracks
     

  • It is used to name the class in ember.js

  • It is used to map the route to route handler.

  • None of the above

Basic model of ember.js is/are

  • Routes
     

  • Models

  • Templates

  • All of the above

Who was the original author for the Ember JS?

  • Yehuda Katz
     

  • Goldberg

  • Alexander Schewzchan

  • None

Tick the main component of Ember.js

  • Router
     

  • Controllers

  • Models

  • All of the above

What are basic models of Emberjs?

  • Routes
     

  • Models

  • Templates

  • All of the above mentioned

What is the default templating language in Ember 1.2?

  • Mustache
     

  • Haml-js

  • Jade

  • Handlebars

 What are the core concepts of Ember.js?

  • Adapter
     

  • Serializer

  • Automatic Caching

  • All of the above

What is template?

  • It is just a name of the class
     

  • It is specified layout for all the pages

  • It is the functions name

  • None of the above

Tick the recent version of ember.js

  • 2.1
     

  • 3.2

  • 3.9

  • 3.1