Interview Prep
Introduction
1.
jQuery
1.1.
Events
1.1.1.
Give an example of Event Bubbling.
2.
CSS
2.1.
padding
2.1.1.
What happens when we apply padding to list item
2.2.
margin
2.2.1.
What happens when we apply margin to list item?
2.3.
Positions
2.3.1.
How to dead center a div in another?
2.4.
Shapes
2.4.1.
How to draw a circle using a div?
2.4.2.
How to draw a heart using div?
2.4.3.
How to draw a heart in a heart?
2.5.
Layouts
3.
EcmaScript
3.1.
Recursion
3.1.1.
GCD via Euclid's Theorem
3.2.
Number Generation
3.2.1.
Prime Number Generation
3.3.
Strings
3.3.1.
Count how many times a character appears in a string
3.4.
Theoretically
3.4.1.
Difference between -> and => in CS
3.5.
Arrays
3.5.1.
Report a bunch of dragon that you saw.
4.
SQL
4.1.
Getting (nth) highest elements out of a table
5.
Web Storage
5.1.
LocalStorage vs. SessionStorage
5.2.
Feature test browser for storage availability and access
6.
C#
6.1.
Why doesn't C# have multiple inheritance?
7.
ASP.NET MVC
7.1.
ASP.NET Routing
7.1.1.
Benefits of ASP.NET Routing
7.1.2.
What is a route?
7.1.3.
How to add routes to ASP.NET MVC application?
7.2.
Action Filters
7.2.1.
What types of filters are available in ASP.NET MVC?
8.
Theorems
8.1.
Euclid's theorem for calculating GCD of two numbers.
Powered by
GitBook
Interview Prep
Interview Prep Book
I am bored of finding problems to solve for interviews. I am going to put them here:
C
C++
C#
EcmaScript
CoffeeScript
SQL
ASP.NET MVC
Node
and more.