Q.1
Are you required to create an app rounting Module in an angular Application?
  • TRUE
  • FALSE
Q.2
The minimum number of files you'll need to create an angular component
  • 1
  • 2
  • 3
  • 4
Q.3
Which type of binding uses the banana box [()]
  • Property Binding
  • Interpolation Binding
  • Two-way binding
  • Directive Binding
Q.4
What does main.ts file bootstrap to?
  • App Component
  • App Module
  • App Routing Module
  • index.html
Q.5
@Ouput() operator makes use of
  • Event Emitter
  • rxjs operator
  • promises
  • Data binding
Q.6
Difference between http and httpclient service in angular
  • http service converts the response to json by default
  • httpclient service converts the response to json by default
  • http service converts the response to xml by default
  • httpclient service converts the response to xml by default
Q.7
Http service supports following operations
  • Get, Post , Delete
  • Get, Post, Put
  • Get, Put, Post , Delete
  • Get , Post
Q.8
The output of http/httpclient service in angular is of type
  • Observable<type>
  • Promises<type>
  • Data<type>
  • Can be configured
Q.9
The callback functions of observable are
  • next, error
  • next
  • next , error, complete
  • next, complete
0 h : 0 m : 1 s