All Interview Question-1
All Interview Question-1
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
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?
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?
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
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?
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?
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?
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.
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).