[go: up one dir, main page]

0% found this document useful (0 votes)
103 views23 pages

All Interview Question-1

The documents contain interview questions related to technologies like C#, SQL, .NET, ASP.NET MVC, Angular and design patterns. The questions cover topics such as delegates, environments, pagination, view models, data transfer techniques, threads, tasks, stored procedures, optimization, interfaces, security, reverse string implementation and more.

Uploaded by

SHAILESH JORE
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)
103 views23 pages

All Interview Question-1

The documents contain interview questions related to technologies like C#, SQL, .NET, ASP.NET MVC, Angular and design patterns. The questions cover topics such as delegates, environments, pagination, view models, data transfer techniques, threads, tasks, stored procedures, optimization, interfaces, security, reverse string implementation and more.

Uploaded by

SHAILESH JORE
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/ 23

Interview Question

Highbar Technocrat
1. What is delegate in C#?
2. How many environments? How we can check the status of the application is app is in staging, dev or in
production environment?
3. Project architecture?
4. What is your role in project?
5. What is pagination?
6. What is method overloading and operator overloading?
7. Why we use View Model?
8. What are the all techniques to transfer data?
9. What is subquery?
10. What is Check Constraints?
11. Difference between SP and Function?
12. Attribute in MVC?
13. What is non-Action Method?
14. Instead of and for trigger in SQL?
15. Constructor and Destructor in c#?
16. What is difference between array and arrayLsit?
17. What is Interface?
18. How the errors handle in MVC?
19. At the time in forms how we can show the Which fields are empty when we submit the form?
20. How to Implement Lazy Loading in C#?
21. What is Partial View?
22. How to add DI? What is the class name?
23. SOLID Principals?
24. What is CLR?
25. What is CORS Policy?
26. What is use appsettings.json?
27. How to call an action method without URL?
28. I provide 2 methods 1.by attribute based and 2. app. mapControllerRoute(name: , pattern) they
expected this Ans by using in return statement we can call them return RedirectToAction("controller”,
“Action")?
29. What is difference between GET and POST method?
30. Data Transfer Techniques in MVC except viewbag viewdata and tempdata?
31. What is Thread and Task?
32. IF we provide you a SP (Store Procedure) how you will optimize it?
33. If we don't want to call the action method from what are the all ways to call them?
34. Which interfaces you used in your project?
35. How to provide security to our web API? What are all the different types explain with example?
36. Write a Code for reverse a string?

Interview Question
1. How to deploy your project
2. What type of work on dotnet core
3. Project technology
4. Concept of Innumerable
5. Out and ref parameter
6. Security maintain in dot net core
7. Data annotation main purpose
8. Where use using keyword
9. Difference between dispose and finalize.
10. Concept of async and await method
11. SQL Injection
12. Constraints
13. 13.Difference between delete, truncate, and drop
14. What is concept of scafffolding
15. Transaction in SQL
16. Main moto of join over subquery
17. Lazy loading in C#
18. Error handling in C#
19. State management in asp.net MVC core
20. What are uses of minification and binding
21. Jwt token
22. Benefits of code first approach

Interview Question
1. Solid Principle
2. Firstordefault and Singleordefault in LINQ
3. Difference between Select and Selectmany
4. I Enumerable and IQuarriable
5. Singleton design pattern
6. Factory design pattern
7. Dependency injection
8. Add Singleton, Add Transient, AddScopped.
9. How to secure our Api
10. Web Api different types of operations
11. Query parameter and root parameter
12. Web Api filters
13. What is Middleware
14. Can we write key as a string in hashtable.
15. What is Routing in MVC
16. What is resource filter
17. list of integers finds second largest integer in C#
18. Char and nvarchar difference in SQL
19. Function and Stored Procedure
20. Index in SQL
21. Unit testing in dot net
22. Design pattern in microservices in dotnet core
23. Can we write this keyword in static class.
24. Difference between authorization and authentication
25. What is output select * from table name where 1 =1
26. How memory management in dotnet
27. How to call static constructor in static class
28. Write Join query

Interview Question
1. Managed code and Unmanaged code?
2. How can i give session timeout?
3. When we go for cookies, session, state
4. How to delete duplicate rows? syntax with cte & without cte
5. When we go for commit and rollback?
6. You used solid principal? How used in project? Realtime example
7. Have u used temp table, explain? How to create?
8. Extension method
9. Why we go for interface, explain in project
10. Difference between View Bag, View Data and TempData
11. What Web Api
12. How we security to Web API
13. How we manage session in MVC
14. What is LINQ

Interview Question
1. Web Api
2. Difference between Store procedure vs view
3. Reverse string
4. Sealed class
5. Static and abstract class and there uses

Interview Question
1. SQL query to find common data from both table
2. SQL query to find common data from single table
3. Difference between Abstract and Interface
4. How to render view
5. Method to render view
6. What singleton, addscope and transient
7. What is interface
8. What Is polymorphism
9. What method overloading and method overriding
10. How we can implement validation in MVC with details
11. Which file we will get after Web API template
12. How to add new column to existing table
13. OOPS Pillar

Interview Question
1. What is the exact difference between the methods onload () and document. Ready()?
2. What are the jQuery functions used to provide effects?
3. What is the use of CSS() method in jQuery?
4. In jQuery, what is the difference between the $(window).load and $(document).ready functions?
5. Explain jQuery no-conflict.
6. How to perform jQuery AJAX requests?
7. Explain the. Promise() method in jQuery.
8. How session is used in jQuery
9. What is the difference between MySQL and MsSql
10. What is a subset?
11. What is difference between dense rank () and rank () function
12. what is the difference between magical tables and temp tables
13. How to create a table with an exact replica of other table structure
14. How is the temp table created
15. What is the use of a session
16. How would you transfer data from the session, how would pass the value
17. What are the different ways of passing data
18. How would you restrict users from not accessing the specific browser page
19. What complier is used in angular
20. How will you deploy the angular project
21. Why typescript is used for angular

Interview Question
1. What is thread and Task
2. Can we give parameters to static constructor
3. Identity in MVC
4. Singlton, transient and scop difference
5. Unit testing framework and its type and why we use.?
6. How to implement real-time communication with dot net core.
7. How dot net framework works.
8. What is middleware concept in dot net core
9. All default files name when we create MVV core and Web Api project
10. How to optimize stored procedures.
11. Can we write insert command inside function
12. Index in SQL and its types
13. Solid principles
14. Design Pattern and its type and where you use in project
15. Dependency injection how works
16. Tell me about built in dependency injection in Dot net core
17. Difference between Web Api and MVC
18. Serialization and Deserialization and why we use
19. What is Restful services
20. Content negotiation in why we use
21. Difference between Json and XML
22. HTTP verb and all methods
23. Difference between Put and Patch
24. Which Http method safe get aur post and why
25. Why we use CORS and its benefits
26. Types of Authentication and which one you use your project
27. Routing MVC and its types
28. Difference between function and SP
29. MVC request Lifecycle

Interview Question TH System Mumbai


1. Introduction Yourself
2. Explain Project
3. What we have did in your project.
4. Explain Layer and Tier of your Project.
5. Explain MVC Life Cycle.
6. What is routing.
7. What is dB Context Class.
8. What is Migration in Entity.
9. Which approach we will use in your project.
10. How we can register the dependency of dB context class.
11. Difference between Angular js and Angular.
12. Difference between JavaScript and Typescript.
13. What is interface.
14. What is dependency injection.
15. Write a program for reverse string.

NashTech Noida 1st Round


1. Introduction
2. Roles and Responsibility
3. Tell me about your project
4. Difference between Array and Array List
5. Difference between Generic and Non-Generic
6. What is oops?
7. Solid Principles
8. What is MVC?
9. What is partial View in MVC
10. Action filters in MVC
11. Approaches in Entity framework
12. What is web Api?
13. Palindrome Program
14. Algorithm
15. Time complexity and space complexity

Tietoevery (Round 1)
1. Introduced your self
2. Introduced your project in brief
3. What’s your roles and responsibilities in your project?
4. How to secure your Api?
5. What is JWT token how you can enable Jwt token?
6. If I want to create login page what you can do?
7. If I want to communicate different database what you can do? Explain.
8. What is index?
9. What is view?
10. Suppose my application is slowdown what you can do?
11. Why we use EF?
12. Difference between ado & EF
13. Have you work on testing?
14. Suppose I want to write test method for Get All method how you can write test method write code.
15. Find second highest salary from collection
16. What is routing?
17. What is rest? Why we use rest?
18. Difference between MVC and Api?

Indian Energy Exchange (Round 1)


1. Code written test

Indian Energy Exchange (Round 2)


1. What is middleware?
2. Difference between AddScoped, AddTransient & AddSingletone?
3. What is EF?
4. How you can configure one to many relationship?
5. Difference between ado & EF
6. Difference between .net & .net core
7. Why we you .net core? Advantages.
8. Find second highest salary in SQL
9. What is index?
10. Write a program for find second highest number from given int array

Powerwave Software Services (Round 1)


1. What is index?
2. What is view?
3. Can we modify records from view?
4. What is CTE?
5. Can you give me example of cte?
6. What is constructor? Use of constructor.
7. What is inheritance?
8. What is abstract class?
9. Difference between abstract class and interface
10. What is routing?
11. Return types in MVC and Api
12. Why we used Action result and IActionResult?

Powerwave Software Services (Round 2)


1. Introduced yourself
2. Introduced your project brief
3. If your application slowdown then what will you do explain in front end?
4. Where you check your application is slowdown or not?
5. If we use private constructor in class then what happen?
6. Any another way to restrict object creation?
7. Why we use static?
8. Difference between abstract class and interface?
9. What is MVC? Explain Lifecyle of MVC.
10. What is routing?
11. What is caching? Why we used? Which type of cashing used in your application?
12. What is state management techniques in .Net core?
13. If your site slowdown, what will you do?
14. Write program for character occurrence.
15. How you handle exception in Api?
16. Difference between Action Result & IActionResult
17. Status codes in Api
18. Character occurrence program

Netwin (Round 1)
1. Introduced yourself
2. Explain brief your project
3. What’s your roles and responsibilities in your project?
4. Suppose I want to transfer data view to controller how you can transfer that?
5. Routing in mvc?
6. What is jQuery? Why we use?
7. Selectors in jQuery? Why we used selector?
8. Suppose I have element without name then how you can select?
9. How jQuery works behind the screen?
10. I want iterate collection using jQuery what you do?
11. I want on button click only refresh the page. What you can do?
12. Difference between .Net & .net Core?
13. What is middleware?
14. Filters in MVC? Why we use?
15. What are html controls why we use?

Mphasis Mumbai (Round 1)


1. Introduced yourself
2. Introduced project in brief
3. What is index?
4. What is CTE?
5. What is view?
6. What is primary key and foreign key?
7. Use of foreign key?
8. Foreign key how to maintain data correct?
9. Looping statements in SQL
10. What is constructor
11. Why we use static constructor
12. Value type and reference type
13. How many and which memory available in .net core?
14. What is garbage collector?
15. Where you can check garbage collector called or not?
16. Managed code and unmanaged code?
17. Return type in Api & difference.
18. Difference between .net & .Net Core
19. How to manage your code?

Rangam (Round 1) Ahmedabad


1. Introduced yourself
2. Introduced your project brief
3. How to know rangam? And why rangam?
4. Difference between abstract class and interface?
5. Why we use interface?
6. Why we use abstract class?
7. Can you make abstract class sealed? Any another way to make abstract class as sealed?
8. What is SOLID? Explain each
9. What is design pattern?
10. Which design pattern you have used in your program?
11. Explain DI pattern
12. Where you have used singleton design pattern?
13. What is routing?
14. Explain Mvc lifecycle
15. Explain filters in MVC?
16. Which filter executes last?
17. Return types in Api and difference
18. What is meta.config file in asp.net core?
19. What is index and types
20. How to handle exception in your project?
21. I want to find duplicates records from table how you can find?
22. I want to find 7th highest salary from employee table how you can find?
23. What is your strength?
24. What is your weakness?
25. What is your goal?
26. Why you are changing job?
27. Why we are hire you?
28. Suppose we hire you in how much days you have join?

Interview Question
1. Introduction Yourself
2. Explain Project
3. What is filter and its type
4. What is Result filter and give me example
5. What is polymorphism
6. Where you used Temporary table
7. What is state management technique
8. What is difference between delete and truncate
9. when we used interface and abstract class
10. Second highest salary in LINQ
11. What is CTE? Where u used CTE?
12. Validation
13. I Enumerable and IQuerable
14. Lazy loading and eager loading
15. What is difference between Nonexecuting scalar and Executing Reader

1st round Brainvire Company


1. What is Polymorphism
2. Explain basic of C#
3. Difference between constant and read only keyword
4. Explain value type ref type
5. Explain Inheritance
6. What is constructor
7. what is array and array List
8. Explain method overloading and method overriding with example
9. Explain Dependency injection and their Life cycle
10. What is CTE
11. WAP for swap two numbers without third variable
12. WAP for Highest salary from table.

1st round Vmax e-solution Company


1. Explain your project
2. Explain Routing in mvc
3. How to Consume Api in Mvc
4. What is dot net core as compare to dot net mvc
5. Explain middleware concept in .net core
6. Difference between tag helper and HTTP helper
7. WAP find second highest having array List {10,-5,20,-6,8}
8. WAP for reverse string
9. How to optimize SQL queries

Interview Question TH System Mumbai


1. Introduction Yourself
2. Explain Project
3. What we have did in your project.
4. Explain Layer and Tier of your Project.
5. Explain MVC Life Cycle.
6. What is routing.
7. What is dB Context Class.
8. What is Migration in Entity.
9. Which approach we will use in your project.
10. How we can register the dependency of dB context class.
11. Difference between Angular js and Angular.
12. Difference between JavaScript and typescript.
13. What is interface.
14. What is dependency injection.
15. Write a program for reverse string.

Excellon Software 1st virtual round


1. What is virtual keyword in C#.
2. What is base keyword in C#.
3. Write a join query in LINQ.
4. WAP to multiply two number without using multiplication operator.
5. Difference between stored procedure and function

Wipro PARI 2nd round face to face


1. Tell me about your project
2. What is your role in your project.
3. Who assign the task to you
4. Did you get any situation while working in your project that you could not complete the task within
time.
5. How they assign the task to you.
6. What is database first approach.
7. If we have a table and in there table, we have two column and if we add the a new property in model
class in entity frame work can we change automatically in database table also
8. If we have two table and two table have two columns with same name so can we fetch data using join
in entity frame work if both table columns are same
9. Write a syntax for anonymous type
10. Write a syntax for anonymous type in join extension method
11. If we send the request to web API tell me the process how the request comes in web Api controller
12. What is difference between Api controller and controller in web.
13. WAP for
#*
12*
###*
1234*
#####*

I Engineering Interview Question


1. Introduction
2. team size
3. Oops
4. What is Method overriding
5. What is Constructor
6. What is Private constructor
7. Can we create object of private class
8. What is Partial keyword & use of partial key word
9. What is Destructor
10. Explain design patterns
11. If we have multiple methods and we want to
12. Expose only two how we can do it
13. Web Api filters
14. View start page
15. Difference between view and partial view
16. Difference between varchar and Nvarchar
17. Merge keyword in SQL
18. If we have many data in table then we want
19. to show only 10 data then how we can do it
20. Difference between primary key and unique key
21. What is Cte
22. Difference between where and having clause
23. Difference Stord procedure and function
24. What are temporary table
25. View in SQL
26. Where the value of view will be stored
27. How many clustered index we can make
28. What is Api routing
29. return type in web Api
30. Witch Api supported in web Api
31. Routing in web Api
32. Explain SOLID
33. Use of Design Pattern
34. Why do want job change

Interview Questions Omega Software Mumbai


1. Introduce yourself
2. Explain about your last project.
3. Explain oops Concept.
4. Difference between interface and abstract class.
5. What is abstraction and encapsulation.
6. Difference between runtime polymorphism and compile time polymorphism.
7. Explain solid principle.
8. What is dependency injection.
9. What is Difference between dependency injection and dependency inversion principle.
10. How to maintain the state in MVC application.
11. Difference between viewbag, viewdata and tempdata.
12. Explain lifecycle of MVC application.
13. What is Entity framework and its types.
14. What is ORM.
15. Explain the working of dB Context Class.
16. What is Lifetime Services in DI.
17. What is SQL profiler.
18. How to optimised the SQL query.
19. What the main purpose of store procedure.
20. Write the query for 3rd Highest salary using subquery.
21. In your current company which challenging task we can do.
22. Write the crud operation using Ado .Net.
Interview Question C-Edge Technology Mumbai
1. Tell me about yourself.
2. Explain your last project.
3. Explain MVC Lifecycle.
4. Types of Action Result.
5. What is middleware.
6. Explain Custom middleware.
7. Which Custom middleware will used in your project.
8. What is dependency injection.
9. Explain real-time example of dependency injection in our project.
10. What is difference between dependency injection and dependency inversion principle.
11. How to maintain the state in MVC application.
12. Difference between viewbag, viewdata and tempdata.
13. Explain tempdata methods keep & peek.
14. What is Entity framework and its types.
15. what is ORM.
16. Explain the working of dB Context Class.
17. What is Lifetime Services in DI.
18. What is SQL profiler.
19. How to optimised the SQL query.
20. What is main difference between store procedure and function.
21. What is the main purpose of store procedure.

1 Round Ahmedabad Interview Question


1. Introduction
2. Authentication
3. type of Authentication
4. What is Dependency Injection
5. How to Inject Dependency
6. Singleton,Scoped,Transient
7. Middleware
8. How to sprint meeting what r doing in sprint meeting.
9. What is difference between Truncate and Drop

2 Round Ahmedabad Interview Question


1. Explain About All the Company?
2. Explain Project?
3. what are doing if we learning new thing except post, blog?
4. What you Know about AI?
5. what is Trigger?
6. What is step by step Process deployment?
7. Loosely Coupled Architecture means?
8. Explain me Type Couple Architecture?
9. What is delegate?
10. What is difference between async and Await
11. At is difference between mvc and asp.net core
12. What is difference between dot net framework and Dot net Core
13. What is static class and not static class

MRCC NOIDA Interview Question


1. Introduction
2. Project Flow-Which Technologies?
3. Project Class, Method names
4. What u do in your Project?
5. Diamond Problem in C# in brief
6. Scenario Based Question on Dimond Problem
7. Interface & abstract class
8. Scenario Based Question on Interface & abstract class
9. SQL Query for finding specific mailed from table
10. Difference between .net and .net core
11. Trigger in SQL
12. Difference between SP and function
13. Singleton design pattern and how we can achieve it
14. Version of .net core & latest version of .net core what are new changes in that??
15. Private contractor & its use
16. Join two table using LINQ
17. Agile methodology
18. GIT
19. Magical tables in SQL
20. Difference between truncket and drop

Interview Questions
1. Introduce Yourself.
2. Explain your recent project.
3. What is OOPS?
4. How to implement Encapsulation and Abstraction.
5. Difference between string & string builder.
6. Explain Struct & tuple
7. What is SOLID?
8. Explain SRP with example.
9. What is Singleton design pattern with example?
10. What is Addscoped, AddTransient, AddSingleton.
11. Explain SOAP, CORS.
12. What is jQuery?
13. Difference between IEnumerable & IQueryable.
14. Write a query to find second highest salary.
15. Remove duplicate records from a query.
16. Dependency Injection with code.
17. Write a program to reverse an Integer Array without using any built-in functions.

Vertiv, Pune.
1. Introduction .
2. What is OOPs?
3. What is Polymorphism? Where you used it in your project?
4. How you deploy your code?
5. Have you work on unit testing?
6. How you write unit test cases?
7. What is AAA in unit testing?
8. Do you work on WCF?
9. How you maintain Security in Web API?
10. What is format of JWT token?
11. Approaches in Entity framework
12. What is strongly type view?
13. What is Data Annotations?
14. What is View model?
15. What are the user define functions?

Neo Soft technologies, Mumbai


1. Introduction .
2. What is stored Procedure?
3. What is difference between SP and function?
4. What is MVC?
5. What is View bag and View data?
6. What is Tempdata?
7. What is Routing?
8. What are filters?
9. Which filters you used in your projects?
10. How you maintain security in your Projects?
11. What is jQuery?
12. What is bundling and Minification?
13. What is Transient?
14. What is Dependency Injection?
15. What is difference between Abstract class and Interface?
16. What is Sealed Class?
17. What is delegate?

IDBI Intech, Mumbai


1. Introduction.
2. What is difference between MVC and MVC core?
3. What is MVC?
4. What is Routing?
5. How you maintain Session in MVC?
6. How you Consumed Web API in your Project?
7. What are OOPs?
8. What is Abstraction and Encapsulation?
9. What is Dependency Injection?
10. Where you used DI in your project?
11. What is delegate?
12. What is Transaction in SQL?
13. Scenario base question on Transaction?
14. What is Trigger?
15. What is Difference between SP and Function?
16. What is Joint?
17. Write code for Self-joint?
18. What is View in SQL?
19. What is Current CTC?
20. What is Expected CTC?
21. What is your Notice Period? It can be negotiable.

Tietoevry - Interview Questions


1. Explain role on your project.
2. Agile methodology.
3. Oops with real time examples.
4. Types of inheritance.
5. Difference abstract class and interface.
6. Design Pattern.
7. Explain singleton and factory design pattern.
8. explain static class and static member.
9. Difference struct and class.
10. Reflection.
11. Size of class.
12. Difference Enum and struct.
13. Lifecycle of MVC.
14. Difference put and patch.
15. What is Routing.
16. What is Join.
17. What is tash.

Arstage - Interview Questions


1. How do you debug JavaScript code.
2. HTML Helper.
3. Model Binding.
4. what is Value type and reference types.
5. Bundling and Minification.
6. What is the use of DataAnnotaion.
7. Self-Join.
8. Use of Generics.
9. What is Ajax.
10. What is serialization.
11. What is singleton class.
12. Use of virtual keyword.
13. what is Dependency Injection.
14. Difference Interface abstract class.
15. Use of Garbage Collector.
16. What is Area in MVC.

Synotive- Interview Questions


1. What is HTML Helper?
2. What is Dependency Injection?
3. What is View?
4. What is Partial View?
5. what is Interface and give real time example?
6. What is View Bag and View Data?
7. What are Access Specifiers?
8. What is method overloading and example?
9. what is access specifier for interface?
10. What are functions?
11. Types of functions.
12. Example of scalar function.
13. What is your goal in your life?

Ociustechnology-Interview Questions
1. Which approach you used?
2. Which module you worked?
3. Project details.
4. Explain Oops concept.
5. Difference between Abstract class and Interface.
6. How to return multiple value.
7. Explain Sealed and Static class.
8. Generic collection classes.
9. What is Constructor?
10. Difference between Protected and Private.
11. What is Delegate?
12. Generic delegate and Func delegate.
13. LINQ first and Default.
14. Dependency Injection?
15. Singlton,addsingalton and transient?
16. What is View Model?
17. What is partial class?
18. Multiple view possible & how.
19. Pagination in LINQ.
20. What is Action filters?
21. How to handle error.
22. Difference between try catch & Exception handler.
23. What is Routing?
24. Difference between JavaScript & jQuery.
25. Difference between slice & Splice.

Interview Questions
1. What is Entity Framework?
2. What is Db context?
3. Difference between Db first & code first approaches
4. What is LINQ?
5. What is I Enumerable?
6. What is Lazy loading?
7. Skip and Limit in LINQ.
8. Row Number in LINQ.
9. Dependency Injection.
10. Addscope & add transient.
11. What is Middleware?
12. What is Authentication and Authorization?
13. What is role base authorization?
14. JWT part.
15. Difference between Appsetting.json & Appsettong.development.
16. What is docker?
17. Explain Solid Principle.
18. What is DOM?
19. Data structure.
20. Time complexity.
21. What is Bubble sort?

Digital Salt, Mumbai


1. Introduced Yourself.
2. Domin of project.
3. What is dependency Injection?
4. Difference between Abstract class and Interface
5. Use of having Interface.
6. Real-Time example of Interface.
7. What is mean by tidely couple application and loosely coupled application.
8. What is MVC?
9. Different type return type in MVC.
10. When you use Json object.
11. Where you use Ajax call.
12. What are service you use?
13. What about EF?
14. Advantages of EF.
15. Day to day basis what kind of talk you do?
16. What is caching?
17. Advantages of caching.
18. What is your team size?

Birala Soft 1st Round


1. Manage code and Unmanage code.
2. Difference between Const and redonly.
3. Used in project.
4. Extension method used in project.
5. What is main purpose extension method.
6. Solid principle.
7. When we go for solid principle in project.
8. Real-time example of solid principle.
9. What is Temptable how to create temptable?
10. Commit and rollback.
11. How to remove duplicate row.
12. Ajax call syntax.
13. State management technique.
14. How to set session default time.
15. What is available in start.cs?
16. How to give connection string.
17. Why we say content negotiation in Web Api?
18. What is Get and Post Which is secure?
19. JWT token how to integrate.
20. How to create custom filters.

S.K International, Mumbai


1. About current project.
2. How many people working?
3. What is the technology stack used in the project?
4. Have you work on webforms?
5. Advantages of core.
6. Disadvantages.
7. What is dependency injection?
8. What is Db context class?
9. Explain MVC.
10. How can bind the module.
11. What is Tempdata?
12. What is Viewdata?
13. How to implement validation in MVC.
14. Define primary key in MVC.
15. Composite key in MVC.
16. Explain C#.
17. Difference between static,Readonly and constant.
18. How to implement validation?
19. Extension method in C#.
20. What is IIs?

Vagaro
1. Explain Oops concept.
2. How to archive Abstraction.
3. What is abstract class?
4. Difference between abstract class and Interface.
5. What is inheritance and its type?
6. Difference between method overloading and method overriding.
7. How to handle error.
8. What is finally block?
9. Break and continue.
10. Serialization.
11. Value type and ref type.
12. Async and await.
13. Status Code.
14. Http Method.
15. Default file Core.
16. How to inject dependency into controller.
17. Singlton,trasint and scope.
18. What is area in MVC why we use?
19. Difference between viewbag and viewdata.

Interview Questions
1. Advantages of Inheritance.
2. Biggest use of Interface.
3. Definition of Interface and method of interface.
4. How to Authenticate Web Api.
5. How to check the user is Authorize the access modules.
6. Solid principle.
7. Http verbs Web Api.
8. Return types in Api.
9. Filters in web Api.
10. What is DI how do you do di.
11. Design Patterns.

Interview Questions
1. Web Api testing.
2. How you test Api using Postman.
3. How did you secure your web Api.
4. How did you manage session.
5. What is Tempdata?
6. What is CTE?
7. What is View?
8. What you like Front end or Back end?
9. How do you do unit testing.
10. What is Routing?

Amdhan-Interview Questions
1. What is web Api?
2. Web Api return type.
3. Web Api Routing.
4. What are the Http verbs?
5. What is difference between get and post?
6. Write the code of crud operation.
7. Write the code for get and post method?
8. What is join?
9. Write the code for Join.

Correslap-Interview Questions
1. Difference between Abstract class and interface.
2. Solid principle.
3. Soap and restful services
4. Status code.
5. Difference between Put and Post method.
6. What is equal method?
7. Design patterns.
8. What is Filters?
9. What is Routing in MVC?
10. What is difference between view bag and view data and tempdata?
11. Constraint in SQL.
12. Index in SQL.

Interview Questions
1. Constraint in SQL.
2. Where use check constraint.
3. Difference between Inner join and union.
4. Difference between Truncate and delete.
5. What is CTE?
6. What is instead of?
7. View in SQL.
8. What is store procedure?
9. User define function.
10. SQL loops.
11. SQL profiler.
12. What is web Api and Explain?
13. What is restful service?
14. Verbs type in Api.
15. What is Middleware?

Vagaro 1stRound-Interview Questions


1. Introduced yourself.
2. What is.Net Framework?
3. What is RDBMS?
4. What is CLR?
5. What is Garbage Collector?
6. What is dispose and finalize method?
7. What is jQuery?
8. Difference between JavaScript and jQuery?
9. Which is faster Js or jQuery
10. What is Document. Ready?
11. Selectors in jQuery.
12. How to use selector for select element
13. What is Constructor?
14. Types of constructors
15. Difference between abstract class and interface
16. What is routing in MVC?
17. What is filters in MVC Sequence of filters
18. MVC life cycle
19. What is web Api
20. Why we use web Api
21. Which protocol support to web Api
22. Which message format supports to web Api
23. How to test web Api methods
24. What is index?
25. What is primary key?
26. What is foreign key?
27. Can we assign multiple FK
28. Can we assign null value to FK
29. What is Join and scenario?
30. Difference between union and union all

Wipro Pari Interview Questions


1. Difference between Value type and reference type.
2. Difference between string and string Builder.
3. Is string by default Nullable.
4. Const and Read-only Difference.
5. What is CTS in .Net?
6. What Razor page?
7. View Start File.
8. Working of .Net.
9. Generic in C#.
10. What is difference in ASP and ASP.Net Core?
11. What is metapackage?
12. What is middleware?
13. What is IApplicationBuilder.Use() and IApplicationBuilder.Run()?
14. What is Purpose of Get and Post request?
15. What is Partial View?
16. Difference between View and Partial View.
17. Dot Net Security.

Blueridge Global Company Interview Questions


1. Introduction.
2. Highest salary in SQL.
3. What is Middleware?
4. What is Filter in MVC Type of filter?
5. What is join type?
6. What is Union or Union All?
7. Dependency Injection. How to element?
8. Query to copy database from old database?
9. Diff between delete all and truncate?
10. What is Web Api?
11. 1,2,3,3,4 is this example of rank () or dense rank ()?

Questions Round 1 Interview Questions


1. How you implement solid principal in your project. Give me the example of ocp and lcp?
2. Syntax of extension method?
3. How you use const and read only Difference between them?
4. How you implement single ton class?
5. If I have a= 3, b= 5, c=10 find the greatest number and also find power of greatest no. to the what logic
you used to find this?
6. If you have n of data or multiple records, how would you handle this on c# side and in SQL?
7. If you SQL query runs slow, what would you do?
8. Uses of cte?
9. Have you created any custom function in SQL in your project?
10. What is the difference between left outer join and left join?
11. How to reduce if else block.
12. What you use for code management and task management?

Questions round1 Interview Questions


1. What is LINQ?
2. What is page directive?
3. What is view state?
4. Tell me about webforms?
5. State management techniques in asp.net?
6. What is page level event and application-level event?
7. Difference between machine.config and web.config?
8. What are cookies and session and how to create it?
9. Validations in asp.net?
10. What is Multiview in asp.net?
11. What is difference between asp.net and mvc?
12. Cursors in SQL?
13. What is Store Procedure?
14. Lifecycle of mvc?
15. Routing in mvc?
16. What is route?
17. What is output cache attribute?
18. What is third party services?
19. What is ado.net?
20. What is difference between tempdata, view bag, viewdata?
21. What is remote validation?
22. Error handling mvc and how to create custom error handling?
23. What kind of methodology you used in your organisation for software development?
24. Which libraries you used in your project?
25. What is Json result?
26. What is difference between asp.net and asp.net core?
27. What is async and sync?
28. Features of mvc6?
29. What is late ending and early binding?

GIF Technology Interview Questions


1. Explain About All the Company?
2. Explain Project?
3. what is Trigger?
4. what is purpose of trigger?
5. What is step by step Process deployment?
6. Loosely Coupled Architecture means?
7. Explain what is Type Couple Architecture?
8. What is delegate?
9. What is Multiple Trading?
10. what is asynchronous?
11. what is short term goal?
12. Challenging task in Company Experience.
13. What is Multi treading?
14. Asynchronous and Synchronous Method.
15. asyanc and await keyword.
16. Mvc Request Cycle.
17. Filter in Mvc.

Arsteg Solution Interview Questions


1. How to debug JavaScript code.
2. call JavaScript code from the view.
3. model binding.
4. How to call action method using tag helper.
5. Why to use HTML helper?
6. Filters in MVC.
7. static keyword.
8. singleton class.
9. parameters in ajax call.
10. can we call action method using ajax call.
11. What is 3 tier architecture?
12. How to call dB tier from code.
13. If I have drop down with state and after selecting that in another drop down want to display cities, how
to do it.

I Guru round 1 Interview Questions


1. How do payment gateways work?
2. postman vs swagger.
3. What is Docker?
4. .Net CLR
5. What is hosting?
6. What is tempdata?
7. code Deployment steps.
8. how can we achieve continuous background job processing in .net.

Neo soft Round1 Interview Questions


1. Introduction
2. What is web API?
3. What is different between REST API and RESTful API?
4. What are the main return types supported in Web API?
5. Can we return View from ASP.NET Web API method?
6. Explain media type formatters.
7. How to consume web Api in mvc/angular
8. interceptors in angular.
9. What is an AOT compilation? What are its advantages?
10. Directives, decorators, pipes, guards in angular
11. lifecycle hooks.
12. Difference between.net core vs .net.
13. Explain program.cs file, startup.cs file.
14. What is Dependency injection?
15. What is middleware?
16. How to add services.

Round 2 Neo soft Interview Questions


1. Find largest string in string array.
2. Find duplicate characters in string array.
3. Join 3 tables and fetch data.
4. write crud operation for web Api.

Heap trace Pune Interview Questions


1. Real time example of abstract class.
2. Real time example of Interface.
3. Difference between Abstract Class and Interface…Where u used in your project?
4. How to enable session.
5. What is SQL Injection.
6. Attacks of SQL Injection.
7. Proxy Object in Entity Framework.
8. Steps of migration if Entity Farmwork.
9. Difference between Class and Struct?
10. What is Boxing and unboxing?
11. Method overload on the basis of Return Type?

Cyber infrastructure Indore Interview Questions


1. How we solve any debugs Problem from live project...
2. How assign the project in company.
3. Bug in Production side?
4. Can we delete any record using get method in Api?
5. Self-join Example.
6. Who decide estimate time in agile?
7. How we resolve merge conflict in GIT?
8. Login behaviour in your Project?
9. Exception handling in your project?
10. Web Api attributes.
11. Difference between action result and view result?
12. Rendor body and Rendor page?
13. Async and Await Keyword with their examples.
14. What is Repository Pattern?
15. Difference between types of Design Patterns?
16. Just in time in C#.
17. Use of using keyword rather than Namespace?
18. How you assign project?
19. Try Catch and Finally block.
20. JWT token.
21. Can we store user information at server side?
22. What is model binding?
23. Custom validations?

Code vision Gujrat Interview Questions


1. What is Mvc lifecycle?
2. Tempdata, View Bag, Viewdata.
3. Details About MVC architecture pattern.
4. What are actions filters?
5. What is Ajax Call?
6. What is View model?
7. How you maintain security in your project?
8. What is Authorization and Authentication?
9. Entity Frameworks and their approaches? Which one better?
10. What is Razor engine?
11. diff between unique key and primary key?
12. Diff between truncate and Delete
13. What is Stored Procedure and its benefit?
14. Difference between SP and Functions?
15. Joins and Types?
16. What is table variables?
17. Benefits and use of table variables?
18. Use of CTE?
19. Tell me something in brief about your project.

Interview Questions
1. What is mvc?
2. What is entity framework
3. What is routing? diff bet conventional and attribute.
4. two model on a single view.
5. How to manage session in mvc
6. Data transfer techniques controller to view.
7. Dot net component.
8. What is git.how work done on git
9. What is Jira. How work done.
10. What is agile? When we are not known about client, we have only requirement then what we used?
11. Unmanaged and managed resources.
12. What is Middleware?
13. LINQ query syntax.
14. jQuery selectors.
15. Difference between attribute and property in jQuery.
16. Difference between document. Ready () and onload ().
17. What is block scope in JavaScript?
18. Real time example of abstract class, interface, Enum.
19. View restriction in SQL.
20. Time fun in mvc.
21. Stuff fun in SQL.

IMRIAL Interview Questions


1. What is Use of program.cs file?
2. Folder structure of MVC.
3. Transient, scoped.
4. Singleton class.
5. Difference between Interface abstract class.
6. What is Inheritance?
7. What are OOPs pillars?
8. Difference between Value type reference type.
9. Difference between Delete and truncate
10. What is Composite key?
11. Transaction control Language.
12. Query to select max salary.
13. Query to copy data from old to new table.
14. Query to add column to existing table.
15. Area in MVC.
16. Method overloading and overriding.
17. Http verbs.
18. Status codes.

Interview Questions
1. What is constructor?
2. Types of constructors.
3. What is copy constructor in details (Where we used copy constructor give the example)?
4. What is polymorphism?
5. Types of polymorphism.
6. Difference between Method overloading and method overriding.
7. Difference between Method hiding and method overriding & give the real time example of the both.
8. What is static?
9. Oops concept & why we are used Oops? Advantages.
10. Explain the all Oops concept.
11. What is abstract?
12. We can write the interface inside the abstract class.
13. What is interface?
14. Difference between the interface & abstract class.
15. Difference between const & read-only.
16. What do mean by method signature.
17. Lifecycle of MVC.
18. Filters & it types explain.
19. What is the difference between authentication & authorization?
20. What is middleware?
21. Where we used middleware & where to import middleware.
22. What is Dependency Injection?
23. What is the IOC (inversion of Control) Explain?
24. In middleware Use (), Next () & Run () Explain.
25. Types of Dependency Injection.
26. What is pipeline Explain?
27. AddSingelton, Add Scoped & Add Transient Explain in Details.
28. What is Join?
29. Explain the types of JOINS (In Details).

You might also like