Sunday 10 January 2016

DOT Net Telephonic Round Interview questions for 6+ Years of experience along with the skills C#.Net, MVC, SQL Server & jQuery

  1. Can you briefly introduce yourself and your technologies?
  2. Can you explain MVC page life cycle?
  3. What is Routing concept in MVC?
  4. Why we need Routing? If we don’t define routing what will happen?
  5. How requested page will display in MVC application? What is difference which we can observe if we request for ASP.Net page vs MVC application page.
  6. How to pass data from Controller to view?
  7. What is the difference between View Data & View Bag?
  8. What the difference between table variable & Temp data?
  9. What are aggregate functions in C#?
  10. What is Reflection?
  11. What are the stored procedures why we need them?
  12. What is the Difference between stored procedure & Inline queries?
  13. What are the indexes? How many types of Indexes are there in SQL Server?
  14. What are views? Can we create Indexes on Views?
  15. What are Indexed Views in SQL Server?
  16. What are the queries available for string separation in SQL Server?
  17. What are aggregate functions in SQL Server?
  18. What is jQuery and why we need jQuery?
  19. Give some functions available in jQuery?
  20. What is the purpose of each keyword in jQuery?
  21. What is the JSON?
  22. What is the difference between JSON & XML which is faster? Why?
  23. I am having a bulk data which I have to insert into table, you use temp table or table variable which is best option?
  24. What is unique key? What is the difference between Primary Key & Unique Key?
Anuradha.Kalahasthi

DOT Net Telephonic Round Interview questions for 6+ Years of experience along with the skills C#.Net, ASP.Net, MVC & SQL Server

1.      Can you briefly introduce yourself?
2.      You know both ASP.Net & MVC, If any client comes and ask you which architecture will you suggest and why?
3.      What are the filters in MVC?
4.      Which features you like more in MVC?
5.      How to capture exceptions in MVC?
6.      What are partial views in MVC? Why we need them?
7.      How to pass data from controller to controller?
8.      What is the scope of Temp table?
9.      If I don’t want to call partial view by using URL, which attribute I have to use?
10.  How to validate models?
11.  How to define an attribute to make the string length to particular?
12.  How to change display name in model?
13.  I have to give authorization to particular controller method to particular group how to do that?
14.  I have to allow to do insert, update, delete by the person who has created that how to do that?
15.  How to pass data from View to controller?
16.  Can abstract classes have constructor?
17.  How to call abstract classes?
18.  What are the components of ADO.Net?
19.  How many ways we can give output from Controller method?
20.  What are jQuery Get & Post methods?
21.  Which mocking you used to test NUNIT?
22.  In View we are having data, that data how it will go to server?
23.  What is Caching concept in ASP.Net? How you have implemented Caching Concept in ASP.Net?
24.  What is dependency Injection?
25.  What is Serialization in.Net?

DOT Net Telephonic Round Interview questions for 6+ Years of experience along with the skills C#.Net, ASP.Net, WCF & SQL Server

  1. What are the different object oriented programming concepts?
  2. What is abstraction?
  3. What is the difference between overriding and new key words?
  4. What is Asynchronous method?
  5. What is the difference between Array list & List?
  6. I have an array fixed & I need to increase the array length how to do that?
  7. Explain the design patterns which you used in your application?
  8. How many indexes are there in SQl Server?
  9. If I don’t want to create primary key, can I create clustered Index?
  10. For (int i=0, i<1, i++) {  If (i==1)   Continue  } then Console.writeline{i} }, What will be the return value.
  11. What is the difference between function & stored procedure?
  12. How to increase the performance of stored procedure?
  13. What is the difference between # & @?
  14. What are the events in ASP.Net page life cycle?
  15. Where can we change master pages dynamically?
  16. What is the difference between HTTP & TCP when we use them?
  17. I want to use the WCF service for other technologies than .net how to do that?
  18. What is the scope of   var keyword?
  19. In exceptional handling how .net frame work know and throws error to the exact catch block?
  20. What are the state management techniques in .Net?
  21. What is the difference between Response. Redirect & Server. Transfer?
  22. If I want to execute some code after Response. Redirect how to do that?

.Net Face to Face interview questions for 6+ Years of experience along with the skills MVC, C#.Net, ASP.Net, SQL Server, JQuery & Share Point

  1. Please introduce yourself?
  2. Please let us know your current role in your organization?
  3. What is object oriented programming in .Net? Explain each one?
  4. What is the difference between ASP.Net & MVC Application?
  5. What is the difference between View Bag & View Data?
  6. What are the difficulties you got while consuming the services?
  7. What are Lamda Expressions, write a query to Lamda expressions?
  8. How to declare connection string in web.Config file?
  9. Explain SDLC documents?
  10. Explain MVC life cycle?
  11. Which versions you used in MVC? What are they and Difference between them?
  12. Explain architecture of your application?
  13. What is your role as share point developer?
  14. Microsoft is introducing one more technology & forcing us to implement the web applications in that technology, what are they?
  15. Explain the design patterns?
  16. I am developing a receipt which reads amount and displays that amount in text. For example: 2,64, 600/-
  17. Do you have any challenges while working with share point?
  18. What is the difference between Share point Application & Normal asp.net application?
  19. What is site collection & why used share point designer?
  20. How your share point application look & feel?
  21. What Sync & Await methods?
  22. Which will start first application _start or Routing table?
  23. What is the difference between function & Stored Procedure?