|
Que No. 1 ) What is Ember.js' "Ember Inspector" browser extension used for?
A.) Generating server routes
B.) Debugging and inspecting Ember.js applications in the browser
C.) Creating animations
D.) Managing application routes
|
Que No. 2 ) In Ember.js, what is a "pod structure"?
A.) A design pattern for creating user interfaces
B.) A way to organize files and templates within an Ember.js application
C.) A type of component
D.) A routing strategy
|
Que No. 3 ) What is the Ember.js "lifecycle hook" used for?
A.) Managing server requests
B.) Executing code at specific points in the life of a component or route
C.) Defining CSS styles
D.) Creating animations
|
Que No. 4 ) What is Ember.js' "ember-concurrency" addon used for?
A.) Managing server routes
B.) Creating animations
C.) Handling asynchronous tasks and concurrency in Ember.js applications
D.) Defining URL patterns
|
Que No. 5 ) What is Ember.js' "liquid-fire" addon used for?
A.) Managing server routes
B.) Creating animations and transitions between pages
C.) Handling server requests
D.) Defining CSS styles
|
Que No. 6 ) What is Ember.js' "Ember FastBoot" used for?
A.) Generating server routes
B.) Server-side rendering of Ember.js applications
C.) Creating animations
D.) Managing application routes
|
Que No. 7 ) What is Ember.js' "Ember Engines" addon used for?
A.) Managing server routes
B.) Creating animations
C.) Building modular, shareable applications within a larger Ember.js app
D.) Defining URL patterns
|
Que No. 8 ) What is Ember.js' "ember-paper" addon used for?
A.) Managing server routes
B.) Creating animations
C.) Implementing Material Design components and styles in Ember.js applications
D.) Defining CSS styles
|
Que No. 9 ) In Ember.js, what is a "service"?
A.) A module for handling HTTP requests
B.) A function for generating dynamic content in templates
C.) A type of component
D.) A singleton object that can be used to share data and functionality across parts of an application
|
Que No. 10 ) What is Ember.js' "Glimmer" rendering engine used for?
A.) Handling server requests
B.) Creating animations
C.) Efficiently rendering Ember.js templates
D.) Defining CSS styles
|