Attend MockTest

  1. AngularJS needs data in JSON format to populate its model




  2. Which of the following is true about $routeProvider?





  3. $rootScope is the parent of all of the scope variables




  4. Model available in $rootScope is available to its all child scopes




  5. Model available in $rootScope can be overridden by its all child scopes




  6. Child controller inherits the scope of its parent controller




  7. Which of the following is true about AngularJS service?





  8. Using service method, we define a service and then assign method to it




  9. Using factory method, we first define a factory and then assign method to it




  10. factory method is used to define a factory which can later be used to create services as and when required




  11. service method is used to create a service whose purpose is to do some defined task




  12. Which components can be injected as a dependency in AngularJS?





  13. Which components can be injected as a dependency in AngularJS?





  14. Which of the following is true about provider?





  15. config phase is the phase during which AngularJS bootstraps itself




Subscribe For Daily Updates