Olete.in
Articles
Mock Tests
🧪 Ember.js MCQ Quiz Hub
Ember JS Mcq Question Set 1
Choose a topic to test your knowledge and improve your Ember.js skills
1. What are the three parts built for an ember route?
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 the above
2. What are the main components of Ember.js?
Models
The Router
Controllers
All of the above
3. How ember applications are structured?
Models
Controllers
Views
All of the above
4. What are the uses of Ember.js services?
Logging
User/session authentication
Geolocation
All of the above
5. 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
6. What are basic models of Emberjs?
Routes
Models
Templates
All of the above mentioned
7. What are the different common functions of Ember.js packages?
Empty
Log Binding
isArray
All of the above
8. Which file is loaded first when an Ember application loads?
Application.js
App/app.js
App/application.js
Application/app.js
9. 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
10. What is the command to start and stop development server in Ember.js?
Cd ember-quickstart
Ember serve
Both A and B
none of the mentioned
Submit