0% found this document useful (0 votes)
37 views11 pages

Interview Questions

The document contains a comprehensive list of technical topics and questions related to OOP, SQL, MVC, .NET Core, React, and Angular. It covers concepts such as abstraction, async/await, dependency injection, SOLID principles, and various database keys and operations. Additionally, it addresses differences between programming constructs and frameworks, as well as specific features in React and Angular.

Uploaded by

ekta.thakur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
37 views11 pages

Interview Questions

The document contains a comprehensive list of technical topics and questions related to OOP, SQL, MVC, .NET Core, React, and Angular. It covers concepts such as abstraction, async/await, dependency injection, SOLID principles, and various database keys and operations. Additionally, it addresses differences between programming constructs and frameworks, as well as specific features in React and Angular.

Uploaded by

ekta.thakur
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 11

OOPS

SQL

MVC

Core

React
Angular
What is Abstraction and How to implement it?
What is the difference between an Abstract class and an Interface (atleast 4)?

What is the role of Async and Await?


Access modifiers
What is Static constructor?
Can we restrict object creation in C#?

What is the difference between Primary key, foreign key and Unique key?
Joins
SP vs Functions
What are Triggers and types of triggers?
What is a View?
What are Indexes in SQL Server?
What is CTE in SQL Server?
What is the difference between Delete, Truncate and Drop commands?

What is Authentication and Authorization in ASP.NET MVC?


What are the different return types of a controller Action method?
What are Filters and their types in MVC?
What is the difference between ViewData, ViewBag & TempData?

What are the advantages of .NET Core over .NET framework?


What is Dependency Injection?
How to implement Dependency injection in .NET Core?
What is AddSingleton, AddScoped and AddTransient method?

What are SOLID Principles? What is the difference between SOLID Principles and Design Patterns?
Any design pattern

What is JSX?
What are the differences between functional and class components?
What is the virtual DOM? How does react use the virtual DOM to render the UI?
What is React Hooks?
What is React Router?
Explain about types of Hooks in React.
Redux
What are Single Page Applications (SPA)?
What are directives in Angular?
Explain Components, Modules and Services in Angular
What is data binding in Angular?
What are Decorators and their types in Angular?
What are annotations in Angular ?
In Angular, components are the basic building blocks, which control a part of the UI for any application.
A module is a place where we can group components, directives, services, and pipes. Module decides whe
Services are objects which get instantiated only once during the lifetime of an application. The main object
e used by other modules, by exporting or hiding these elements. Every module is defined with a @NgModule decora
with different components of an Angular application.
with a @NgModule decorator.
OOPS

MVC

.Net Core

SQL

React

Angular
What is Abstraction and How to implement it?
What is the difference between an Abstract class and an Interface (atleast 4)?
What is the role of Async and Await?
Access modifiers
What is Static constructor?
Can we restrict object creation in C#?

What is Authentication and Authorization in ASP.NET MVC?


What is the difference between ViewData, ViewBag & TempData?
What are Filters and their types in MVC?
What are the different return types of a controller Action method?

What are the advantages of .NET Core over .NET framework?


What is Dependency Injection? How to implement Dependency injection in .NET Core?
Middlewares
What is AddSingleton, AddScoped and AddTransient method?

What are SOLID Principles? What is the difference between SOLID Principles and Design Patterns?
Any design pattern

What is the difference between Primary key, foreign key and Unique key?
What are Joins ? What are various type of joins?
SP vs Functions
What are Triggers and types of triggers?
What is a View?
What are Indexes in SQL Server?
What is CTE in SQL Server?
What is the difference between Delete, Truncate and Drop commands?

What is JSX?
What are the differences between functional and class components?
What is the virtual DOM? How does react use the virtual DOM to render the UI?
What is React Hooks?
What is React Router?
Explain about types of Hooks in React.
Redux

What are Single Page Applications (SPA)?


What are directives in Angular?
Explain Components, Modules and Services in Angular
What is data binding in Angular?
What are Decorators and their types in Angular?
What are annotations in Angular ?
Vikash
y
y

n
n

n
n

y
y
y

n
y

You might also like