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?

Sunday, 26 July 2015

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

  1. Can you give brief introduction about your self?
  2. Can you give brief introduction of the projects which you worked?
  3. Why you are looking for Job Change?
  4. Explain about the Dependency Injection in C#?
  5. What is the difference between Array list and List?
  6. Is List dictionary or different?
  7. What is Type-Safety?
  8. What is Serialization & de Serialization?
  9. How many types of Serialization WCF Support?
  10. What is the difference between abstract class and Interface?
  11. Where to use interface and where we have to use abstract class?
  12. State Management techniques in ASP.Net?
  13.  Explain about page segment Cache?
  14. What are Partial views in MVC?
  15. Have you created WCF service?
  16. What are the different types of binding in WCF?
  17. What is the difference between Basic Http and WS Http bindings?
  18. Explain different types of bindings in WCF?
  19. What is Routing concept in MVC?
  20. State management techniques in MVC?
  21. What is the difference between Razor Engine & ASP.Net Engine?
  22. Explain Security concepts in WCF?

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

  1. Can you rate your self in C#, SQL and ASP.Net?
  2. Explain your current Project?
  3. What are your roles and responsibilities?
  4. Explain about Code Coverage?
  5. What are most comfortable areas which you have worked?
  6. Did you work on TFS? Have your ever use TFS in another way?
  7. What is Garbage collector?
  8. What are different types of collections? When we have to go for Array & when to Array list?
  9. Which Encrypt and decrypt technique you used?
  10. How can I increase the performance of application in Asp.Net?
  11. What are the main components of IIS?
  12. Can you tell MVC flow when you type any URL in the browser?
  13. What is the difference between body.onload and document.getready?
  14. How to select all the elements by using JQuery?
  15. How many types of selectors we have in JQuery?
  16. What is KDN?
  17. There is a service and out process should be consumed by Laptop or Mobile or any device which binding do we have to use?
  18. How many types of temporary tables are there in SQL?
  19. Have you worked on design patterns?
  20. Do you know Solid principles?

.Net Face to Face interview questions for 5+ Years of experience along with the skills C#.Net, ASP.Net, SQL Server, WCF & MVC

  1. How to bring data from database to application in XML format
  2. How to increase the performance of ASP.Net application?
  3. How to increase the performance of Stored Procedure?
  4. What is the difference between function & stored procedure?
  5. What is the session management technique?
  6. What is the difference between Web controls &HTML controls?
  7. I don’t want to use session management for my 3 pages application, How can I do state management?
  8. What is Cache?
  9. What are indexes? What is the difference between them?
  10. What is temp table and table variables?
  11. What are clustered and non-clustered indexes?
  12. What are cursors?
  13. How Garbage- Collector know that ha to clear the objects of not in use?
  14. <input type= “Text” Id= “txt”>, How can I call this control from code behind?
  15. What are transactions in C#, SQL and WCF?
  16. What are handlers?
  17. What is the security in Asp.Net?
  18. What is abstract class?
  19. Why we have to use Razor Engine?
  20. What are indexes, when we have to use and when we shouldn’t use?
  21. If we use indexes, what happens?

.Net Telephonic interview questions for 6+ Years of experience along with the skills MVC, C# .Net, OOPS Concept, SQLServer & JQuery


  1. Explain your Self?
  2. Explain about your projects?
  3. If I have one login page in MVC which approach you will do authentication?
  4. How to send date from View to Controller?
  5. If I ask you to develop a login form, how will you approach?
  6. What are action filters in MVC?
  7. How to use AJAX in MVC?
  8. Which type of bindings you used in WCF and why?
  9. What is dependency injection in MVC?
  10. How to increase the performance of application & Database?
  11. Difference between SQL Server 2005 & 2008?
  12. How to display data from SQL to View in MVC?
  13. What is the difference between temp table and temp data?
  14. What is the difference between View Data & View Bag?
  15. What are Cursers?
  16. In what case we shouldn’t use Non-Clustered Index?
  17. What is the difference between Joins & Sub queries?
  18. How many Non-Clustered indexes we can use on a table?
  19. What are clustered and non clustered indexes?
  20. What is JSON?
  21. Why to use JSON & what is SOAP?



Friday, 24 July 2015

.Net Face to Face interview questions for 7+ Years of experience along with the skills MVC, C# .Net, OOPS Concept, ASP.Net & JQuery

  1. What is the main difference you find in both MVC & ASP.Net Applications?
  2. What is var Keyword in C#?
  3. Brief about your career?
  4. Tell me one place where you explode your technology?
  5. What is your role in your company?
  6. Why you are trying for job change?
  7. Explain your first project?
  8. Which technology you used to test your application?
  9. Explain about your current projects?
  10. What are the third party tools you have used so far?
  11. How to get data from Pop up to Parent page?
  12. What are different types of collections?
  13. What is var key? Can w define it as object?
  14. What is routing concept in MVC?
  15. How to do validations in MVC?
  16. What are the extended methods in MVC?
  17. What are selections in JQuery?
  18. How to pass model from View to Controller?
  19. What is model binding?
  20. What are Action filters in MVC?
  21. What is JSON?

.Net Telephonic interview questions for Freshers having the skills C# .Net, OOPS, ASP.Net, SQL Server

1.      Tell me about your self

2.      Tell me about the project which you have done in training period
3.      How can you Rate your self ASP.Net & SQL Server?
4.      What happens if we declare main method private?
5.      Real time examples of Oops concepts?
6.      What is the difference between SQL query & Stored Procedure?
7.      How to call a method in base class from child class
8.      String S= Null is boxing or UN boxing
9.      What is the Syntax for Stored Procedure?
10. Which concept of Oops is it? If Methods with same name with different number of    arguments?
11. What is Abstraction?
12. How different access Modifiers works in C#?
13. What is the difference between Data Reader & Data Set?
14. Explain ASP.Net Page Life Cycle?
15. What is the use of Generics?
16. What are Delegates?
17. What is the use of Delegates?
18. What is Collection and what are different Collections in .Net?
19. What are API’s in .Net?
20. What is Class?
21. What is the difference between Class and Object?
22. What the difference is between connected and disconnected oriented Architecture?

Friday, 3 April 2015

The Interviewer/HR should be professional

The Interviewer/HR should be Professional or else you have rights to tell them to be Professional.

Hello friends, Anu here again with one of my friend's interview experience in her own words.


     Hi Friends, I got a call from one of the MNC which is CMMI level5, after discussion HR called me for face to face interview.

    The interview was scheduled at 2 PM, Even though I had some urgent work, i went for interview at 3'o clock since that is one of the best company.

   HR collected my resume and told me to wait for some time. It was my turn after 30 minutes.

    The panel consists of two members, As soon as I entered the room they laughed at me with No reason! It was embarrassing.

    One guy has gone through my resume, commented and laughed again. It was so strange to me, i was thinking what made them to laugh at me.

    Interview started with technical questions. While was answering, it seems that one member from the panel couldn't control his laugh! I got so confused.

    Interview lasted for about 50 minutes.  I have answered almost all the questions asked by them. All throughout the interview i controlled my anger.

    I was asked to wait outside. At that moment i decided to inform HR of the Company about the behavior of the people in the Panel.

    HR herself came to me and asked feedback. I replied emotionally as i came here since you called me and also i informed about the behavior of the Panel. Then HR apologized and she told that she will check

     I came outside the company with so much of irritation.  If i might have asked the panel the reason for their laugh, I might be happy at least.

Hi Friends, Anu here Again…………….,
 Have you gone through my friends experience in the interview? What do you feel? Have you come across such experience? If not, think once what you do if you were in my friend's place.

By the way one of my friends is working as a HR in one of the MNC I spoke with him regarding this situation and got information what they will they do if it happens with their Panel?

HR: Candidate might have given wrong answer.
Me: If so, can they laugh?
HR: No, they shouldn't. As per the HR policy interviewer should not behave like this in the interview.
Me: As a HR Manager, what will be your next step.


HR: we can't take any disciplinary actions against them. But of course we can warn them / remove from the panel since it will badly affect our reputation outside the company.

If you have any such experiences please share with me.........

Bye for now.................. 
Your Friend Anuradha.Kalahasthi

The Interviewer/HR should be professional

The Interviewer/HR should be Professional or else you have rights to tell them to be Professional.

Hello friends, Anu here again with one of my friend's interview experience in her own words.


     Hi Friends, I got a call from one of the MNC which is CMMI level5, after discussion HR called me for face to face interview.

    The interview was scheduled at 2 PM, Even though I had some urgent work, i went for interview at 3'o clock since that is one of the best company.

   HR collected my resume and told me to wait for some time. It was my turn after 30 minutes.

    The panel consists of two members, As soon as I entered the room they laughed at me with No reason! It was embarrassing.

    One guy has gone through my resume, commented and laughed again. It was so strange to me, i was thinking what made them to laugh at me.

    Interview started with technical questions. While was answering, it seems that one member from the panel couldn't control his laugh! I got so confused.

    Interview lasted for about 50 minutes.  I have answered almost all the questions asked by them. All throughout the interview i controlled my anger.

    I was asked to wait outside. At that moment i decided to inform HR of the Company about the behavior of the people in the Panel.

    HR herself came to me and asked feedback. I replied emotionally as i came here since you called me and also i informed about the behavior of the Panel. Then HR apologized and she told that she will check

     I came outside the company with so much of irritation.  If i might have asked the panel the reason for their laugh, I might be happy at least.

Hi Friends, Anu here Again…………….,
 Have you gone through my friends experience in the interview? What do you feel? Have you come across such experience? If not, think once what you do if you were in my friend's place.

By the way one of my friends is working as a HR in one of the MNC I spoke with him regarding this situation and got information what they will they do if it happens with their Panel?

HR: Candidate might have given wrong answer.
Me: If so, can they laugh?
HR: No, they shouldn't. As per the HR policy interviewer should not behave like this in the interview.
Me: As a HR Manager, what will be your next step.

HR: we can't take any disciplinary actions against them. But of course we can warn them / remove from the panel since it will badly affect our reputation outside the company.

If you have any such experiences please share with me.........

Bye for now.................. 
Your Friend Anuradha.Kalahasthi

Wednesday, 18 February 2015

.Net Face to Face interview questions for 7+ Years of experience along with the skills C# .Net, OOPS Concept, ASP.Net, SQL Server, Java Script, WCF, WPF and XML

1.      Explain about yourself?
2.      What is .Net frame work?
3.      What is CLR? 
4.      What is garbage collector? Explain about garbage collector?
5.      What is managed code & unmanaged code?
6.      Is CLR will clear the unmanaged code?  How to clean up the unmanaged code?
7.      What is the difference between Finalize and dispose?
8.      What is exception handling in ASP.Net?
9.      What is finally-block? Which type of code we keep in finally block?
10.   What is the difference between Web Services & WCF Services?
11.   What is WCF?
12.   How many types of bindings are there in WCF and explain them?
13.   Which types of bindings you used in your application?
14.   What is the difference between basic http binding and WS http binding?
15.   What is the importance of JavaScript?
16.   How to capture a textbox value from JavaScript?
17.   Can we call services in JavaScript?
18.   Can we call server side coding in JavaScript and how?
19.   What are the state management techniques in ASP.Net?
20.   Explain different types of sessions?
21.   When to use sessions? Where session id will store?
22.   What are cookies? What is the difference between cookies and sessions?
23.   What is the difference between Interface and abstract class?
24.   I have one method in both interface and abstract class? I do have to implement the method in child classes, what is the difference between those two? Which will take less compilation time?
25.   Do you know XML? Why we need XML?

26.   Write one example for XML?

.Net Face to Face interview questions for 6+ Years of experience along with the skills C#.Net ASP.Net, SQL Server, WCF, MVC, Ajax, Java Script, and JSON

1.      Tell me about yourself?
2.      Explain your current roles and responsibilities in your project?
3.      How do you rate yourself in C# out of 10?
4.      What is JSON? Why we use JSON?
5.      We have already JavaScript, why we need JSON?
6.      Why we need JavaScript?
7.      What is the user of AJAX?
8.      What is the difference between Web Services & WCF Services?
9.      What is the End Point in WCF?
10.   What are the different types of bindings in WCF?
11.   Write a Program in WCF including all contracts?
12.   How do you rate yourself in SQL Server out of 10?
13.   What are triggers? What is the importance of triggers in in SQL Server?
14.   How many types of triggers are there and explain?
15.   Write a query to get is the 2nd highest salary in Employee table?
16.   What is MVC? Explain Model, View and controller?
17.   Where we write methods in MVC?
18.   Write a program to reverse a string in C#? E.g.: S=Interview”.
19.   What is the state management technics in Asp.Net?
20.   What is Client side technology & Server side technology in ASP.Net?

21.   What is the difference between functions & Stored Procedures?