0% found this document useful (0 votes)
4 views4 pages

Sample Questions - MSE

The document outlines various topics related to web analytics, TypeScript, and AngularJS, including definitions and explanations of key terms, concepts, and tools. It covers the evolution of the web, strategies for choosing web analytics tools, and key performance indicators for both e-commerce and non-e-commerce websites. Additionally, it delves into TypeScript features, internal architecture, and AngularJS directives and data binding techniques.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Sample Questions - MSE

The document outlines various topics related to web analytics, TypeScript, and AngularJS, including definitions and explanations of key terms, concepts, and tools. It covers the evolution of the web, strategies for choosing web analytics tools, and key performance indicators for both e-commerce and non-e-commerce websites. Additionally, it delves into TypeScript features, internal architecture, and AngularJS directives and data binding techniques.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Module 1

Q1) Explain the following terms:


Visits, Unique Visitors, Time on the page(Tp ), Engagement, Time on
site(Ts), Bounce Rate, Conversion Rate, Engagement
Q.2) Differentiate between web 1.0, 2.0, 3.0/ Write a short note on
Web evolution.
Q. Discuss strategy/steps to choose web analytics tools. Give some
examples of web analytics tools.
Q. List and explain KPIs for measuring the success of E-commerce
website.
Q. List and explain factors for measuring success of non-E-commerce
website.
Q. Explain conversion rate and Macro and Micro conversion.
Q. Write a short note on Engagement metrics.
Q. Explain the clickstream analysis in brief.
Q. Define Semantic web. Explain the components of semantic web
stack.
Q. Explain
• RDF
• Web Ontology Language
• SPARQL
in detail.
Q. Write a short note on=>
• N-Triples
• Turtle

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

You might also like