01. Which of the following is not a core AngularJS directive
- ng-app
- ng-model
- ng-bind
- ng-state
Correct Answer: ng-state
02. Which HTML tag is used to define the templates in AngularJS
- Script
- HEAD
- HTML
- Body
Correct Answer: script
03. Heroku is an example for
- saas
- iaas
- paas
- xaas
Correct Answer: paas
04. Which of the following is not valid AngularJS filter?
- lowercase
- orderby
- currency
Correct Answer: email
05. Where does the ExpressJS is placed in MEAN stack
- Frontend framework
- Middle processing pipeline
- Backend component
- None of these
Correct Answer: Backend component