EMBERJS QUIZ DESCRIPTION Total Questions −30 00 Max Time − 15:00 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 Which file is loaded first when an Ember application loads? Application.js App/app.js App/application.js Application/app.js What command used to run an Ember application? Node server Ember server Ember start Node start Which command is used to check the ember in our system ember check ember -v ember.js ember/ember.check 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. Three parts built for an ember route are: A route handler file, which sets up what should happen when that route is loaded An entry in the Ember router which maps between our route name and a specific URI A route template, which is where we display the actual content for the page All 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 can we generate a route in ember.js? An entry in the Ember router which maps between our route name and a specific URI. A route handler file, which sets up what should happen when that route is loaded. A route template, which is where we display the actual content for the page. All of the above Ember.js is which type of framework? server-side framework client-side framework both a and b None of the above Which on of following statements is true? At every level of nesting (including the top level), Ember.js automatically provides a route for the / path named index At every level of nesting (including the top level), Ember.js does not automatically provide any default route Both A and B None Command to create a applications create application.js ember application ember new application None of the above 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 Who is credited as the developer of Express.js? Larry wall Rich Hickey TJ Holowaychuk Rob Pike What are the features of Emberjs? Creating reusable modules Handlebars Templates Automatic determines the route and controller during declaration of the route resources All of the above What are the main components of Ember.js? Models The Router Controllers All of the above 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() The framework is for which language JavaScript CSS HTML Angular 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 Ember JS is written in JavaScript HTML C ++ None Who was the original author for the Ember JS? Yehuda Katz Goldberg Alexander Schewzchan None What are the common functions of ember.js packages isArray() log Binding Empty All of the above Name the file loaded the ember application application.js application/application.js App/app.js None of the above What controller does in Ember.js? First it can decorate the model returned by the route It can listen to actions performed by users Both A and B None of these 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 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 What are basic models of Emberjs? Routes Models Templates All of the above mentioned What are the different Template components in Ember.js? Render Partial Yield All of the above mentioned Tick the recent version of ember.js 2.1 3.2 3.9 3.1 What are the uses of Ember.js services? Logging User/session authentication Geolocation All of the above Is it possible to store the cache Yes No Maybe Possible in some cases Previous Next Total Question16 Wrong Answer13 Right Answer13