Sample Questions - MSE
Sample Questions - MSE
Module 2
Q. Draw and Explain TypeScript Internal Architecture.
Q. Explain array, tuple, enum and interface with proper examples.
Q. Illustrate the use of Ternary operator with a proper example.
Q. Explain Type (in, delete, typeof, instanceof) operators with
example.
Q. Differentiate between Named and Anonymous function in
TypeScript.
Q. Explain the concept of Function Overloading in TypeScript.
Q. Write a short note on Function parameters (Optional, Default,
Rest) in TypeScript.
Q. Explain the use of super() in single inheritance in TypeScript with
a proper example.
Q. Explain the concept of Data hiding in TypeScript.
=> (Public, Private, Protected, read-only access modifiers)
Q. Explain TypeScript interfaces with a suitable example.
Q. Explain TypeScript modules with a suitable example.
Module 3
Q1) Define AngularJS. List and explain core features of AngularJS.
Explain Advantages and disadvantages.
Q. Write and explain the steps to create a simple application in
angularJS using ng-app, ng-model and ng-bind directive with an
example. Explain the use of ng-app, ng-model and ng-bind directives.
Q Write and explain the steps to create a simple application in
angularJS using ng-app, ng-controller and module() method. Explain
the use of ng-app, ng-controller and module() method.
Q Write and explain the steps to create a simple application in
angularJS using ng-app, ng-init and expressions. Explain the use of ng-
app, ng-init and expressions.
Q 5)Explain ng-init, ng-readonly, ng-disabled, ng-if directives with
example.
(combination of any 3-4 ng directives will be asked - ng-bind, ng-
app, ng-click, ng-init, ng-repeat, ng-disabled, ng-readonly etc)
Q. How do you implement data binding in AngularJS using a
controller? Provide an example.
Q. Demonstrate the use of filter( currency, orderBy, lowercase,
uppercase, limitTo, all filters types) with proper example. Explain use
of the filter.
Q6) Write a short note on AngularJS expressions. How it is different
from JS expressions?
Q7) Write a short note on Angular modules.
Q8) Short note on=>(Explain with example)
• Built-in directives
• Angular-JS Custom Directives
• AngularJS Data Binding(One-way and Two way)
• AngularJS Controllers
• AngularJS Scope
• $rootscope
• AngularJS Services
• Form Validation