We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5
Green colour means ask Kishore
Black means Hima should do research
From 33 onwards in notebook 1. How URL mapped to controller action methods in .net core? ASP.NET Core MVC uses a routing middleware to match the URLs of incoming requests and map them to specific action methods. 2. What is cross site scripting attack and how to prevent? 3. Explain Types of filters? And uses? https://www.youtube.com/watch?v=ayNJieQQFKU 4. areas in MVC? https://www.youtube.com/watch?v=OduYYIc9ZUA 5. Return types of controller? 6. Difference between MVC and Web Forms? 7. What is WCF? 8. unit testing in c#? 9. Difference between constant and read-only? 10. Difference between array and array list? 11. IQuerable vs IEnumerable vs IList? 12. Ienumerable vs Ienumerator? 13. what is solid principles? 14. Design Patterns? 15. var vs dynamic keyword? 16.Dispose vs finalize keyword? 17.serialization vs deserialization? 18. copyTo vs clone in array? 19. startup class? 20. ConfigureServices , Configure in startup class? 21.options pattern? 22. multiple environments in .net core? 23.Logging and extension methods in .net core? 24.sessions and state management in .net core? 25. Order of startup configure method execution? 26. custom middleware? 27. HttpContext? 28. Token authentication? 29. Class Library? 30. Types of caching (in memory,distributing)? 32. Types of IActionResult? 33. .Net Core Versions? 34. Difference between .Net core and, .Net Framework? 35.Web Api vs WCF? 36. Rest Api vs RestFul Api? 37. Rest vs Soap? 38. Media Type format? 39. How to handle errors in webAPI? 40. MVC vs WebApi? 41. ApiController vs controller? 42. Return types of WebApi supported? 43. Get vs Post? 44. Why WebApi is betterthan WCF? 45. HttpResponseMessage vs IHttpActionResult? 46. New Features of WebApi? 47. Api Vesrsioning? 48. Page Life cycle? 49.Continue vs Break? 50. value type vs reference type? 51. Nested class? 52. Sealed class in c#? 53. Can “this” keyword is used in static method? 54. How many ways to pass parameter to method? 55. abstract vs virtual? 56. Extension Methods? 57. why interface has no access modifier? 58. How to prevent class from overriding in c#? 59. Why abstract class not be sealed or static? 60. Command builder in ADO.Net? 61. Data Adopter in ADO.Net? 62. SQL Commands ADO.Net? 63. Data View in ADO.Net? 64. Data reader vs Data Adopter in ADO.Net? 65. Web config vs Machine Config ADO.Net? 66. Cross Page Posting in ADO.Net? 67. DLL vs EXE in c#? 68. Why static keyword in main method? 69. CI/CD Process? 70. json vs xml? 71. Authentication vs Authorization? 72. Function vs method? 73. clr,cls,cts in .net? 74. How to call API from another API? 75. Multiple models in single view MVC? 76. Early vs Late binding? 77.Boxing vs Unboxing? 78.is vs as in c#? 79. What is IL? 80.Garbage Collector? 81.Manged Code vs Unmanaged code? 82.throw vs throw ex? 83. Web Services vs Web API? 84. Blocking vs Deadlock? 85. Data Contract? SQL Related Questions 1. Function vs Stored Procedures in SQL 2. Explain normalization and How to implement normalization? 3. Primary Key vs Unique key vs foreign key? 4. What is the use of Index and types of Index (Clustered vs Non-Clustered index)? 5. What are triggers and why do you need it? 6. What are types of triggers? 7. Explain transactions and how to implement it? 8. What are inner joins? 9. Explain Left join? 10.Explain Right join? 11.Explain Full outer joins? 12.Explain Cross joins? 13.Explain is self-join? 14. Differentiate between Union vs Union All? 15. When to use Group by and Having 16. Differentiate between Joins and Subquery? 17.Performance for Joins vs Subquery? 18. Delete VS truncate vs drop 19. What is the views and why using 20. Write the SQL query to get the third maximum salary of an employee from a table named employees. 21. How to create a temp table in SQL Server? 22.How to remove duplicate rows in SQL? 23.How to create a stored procedure using SQL Server? 24.How to find the nth highest salary in SQL? 25.What are Constraints? 26.What is SQL Injection? 27.What is the difference between SQL and MySQL? 28.What is Cursor? How to use a Cursor? 29.What are Aggregate and Scalar functions? 30.What types of SQL commands 31. deadlock in sql 32. how to improve the peformace in sql queries 33. inline queries or store procedures which is best and why? 34. have you created any sql jobs tell me one senario where used? 35. practice queries from this link https://www.edureka.co/blog/interview-questions/sql- query-interview-questions 36. error handlings in SQL procedure