Home Videos Exercises MCQ Q&A Quiz E-Store Services Blog Sign in Appointment Payment

Angular MCQ

Soopro Pathshala provides Angular MCQ(Multiple Choice Questions)


1. Who is known as the father of Angular JS?

a) Brand Green

b) Adam Adrons

c) Misko Hevery

d) Mike Adams

View Answer

Answer: (c) Misko Hevery



2. Which of the following is the correct syntax for writing angularjs expressions

a) {{expression}}

b) {{expression | filter |filter2| ...}}

c) Both of the mentioned

d) none of the mentioned

View Answer

Answer: (a) {{expression}}



3. Which file is responsible for startup of angular 2 project?

a) main.ts

b) index.js

c) app.ts

d) angular.cli.json

View Answer

Answer: (a) main.ts



4. What is the decorator used for configuring your module class?

a) @NgModule

b) @NgApp

c) Both

d) none of the above

View Answer

Answer: (a) @NgModule



5. What is the use of angular controllers in the application?

a) Angular controllers are used for displaying the data

b) Angular controllers are used for controlling the data

c) all of above

d) none of above

View Answer

Answer: (b) angular controllers are used for controlling the data



6. Which of the following community angular js belong to?

a) Microsoft

b) Facebook

c) Google

d) Twitter

View Answer

Answer: (c) Google



7. What is the full form of CLI in Angular?

a) Command line interface

b) Common language interface

c) Common language infrastructure

d) none of the above

View Answer

Answer: (a) Command line interface



8. Full form of NPM?

a) Node package manager

b) node per minute

c) both a and b

d) none of the above

View Answer

Answer: (a) Node package manager



9. Command to start angular project?

a) ng start

b) ng serve

c) start

d) ng open

View Answer

Answer: (b) ng serve