Saturday 28 June 2014

.Net Face to Face interview questions for 4+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, and WCF

  1. Why you have used Jquery in your project?
  2. How you have used WCF in your project?
  3. What are ref types and value types in C#
  4. int a, b, c;  a=10;  b=a;   c=b ; what are ref types and what are value types
  5. In a grid view I have to bind 2000 records without losing performance how
  6. In what cases we go for?
  7. What is Public sealed abstract class?
  8. I have requested a aspx page which contains master page ( along with page load event) and user controls(along with page load event) what is the order of Execution of  aspx  page.
  9. Have you used logger concept in application? Which logger concept you have used?
  10. What are the Different types of Master Databases in SQL Server?
  11. What are magic tables can we access data from magic tables or not
  12. How many types can we take back up of database?
  13. What is the Page Life cycle of ASP.Net?
  14. Write example for singleton pattern?
  15. Have you used generic collections? 
  16. What is Garbage Collection in .net, how it does Garbage collection
  17. What are OOPS Concept in C# Explain All?
  18. What is the Difference between abstract classes and Interfaces?
  19. How many types of access specifies are there in .net Explain?
  20. What is the difference between dataset and data reader?
  21. What is the difference between customer controls and user controls?
  22. How many joins are there in Sql Server?
  23. What are triggers in Sql Server, how many types of triggers are there?
  24. What is the difference between clustered index and non clustered index?
  25. How many clustered indexes Can we create on a table?
  26. What is the difference between temporary tables and table valued elements?
  27. What is the difference between assembly and namespace?
  28. What is assembly? How many types are there?
  29. What is the difference between array, array list and generic, which is faster?  Why?
  30. What is boxing and un boxing explain with example?
  31. Which concept is useful to display 1,00,000 records in grid view ?

.Net Face to Face interview questions for 3+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, and WCF

  1. Explain your Self, why you want to search for new job
  2. What is the Difference between Asynchronous and Synchronous calls
  3. What is the Disadvantage of Asynchronous calls
  4. What is the Main disadvantage of using Jquery
  5. What is the difference between javascript and jquery
  6. Give me real time example of Interface and Inheritance
  7. What is the architecture in your project
  8. How data is coming from database ? where will we give connection string?
  9. Have you deployed your project either for testing or live?
  10. While deploying how wcf service know which is calling
  11. What is interface?
  12. What is the main difference the user will feel when we go for ajax
  13. Where you are keeping error logger.cs
  14. Is Validation Controls Server side or client side
  15. There are 2000 records in database I want to bring them in grid with without how to do that.
  16. What is Cashe?
  17. What are delegates, why we go for them?
  18. What are generics? what is  the main advantage of Generics
  19. How to handle exception handling in .net
  20. Difference between function and stored procedure
  21. Can we use one stored Procedure In another
  22. In one stored procedure one temporary table is there I have called that stored procedure another stored procedure can I use that temporary table in called procedure.

.Net Face to Face interview questions for 4+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, and WCF

  1. What is Difference between Abstract Class and Interface?
  2. What is Static Class?
  3. What is Sealed Class?
  4. I want same method in child class how to implement?
  5. How many types of joins are there in SQL?
  6. What is Left outer join, right outer join?
  7. What are delegates?
  8. By which keyword we will use to inherit a method? And which key word we use in child class tell two methods?
  9. Can we create instance of abstract class?
  10. What are types of Binding Available in WCF?
  11. Why we use basic http bindning?
  12. How many types of Contracts are there in wcf?
  13. Why to go for wcf service?
  14. How to hide a method in wcf service from client?
  15. What is data Contract?
  16. How to handle exceptions in wcf?
  17. Why to use fault Contract?
  18. Which type of messages can we send through fault contract??
  19. Why we use group by clause?
  20. What is difference between function and stored procedure?
  21. Have you worked on  Linq to Sql? What is linq to sql?
  22. How to bind data to Grid View?
  23. Which type of functionality you have worked in Grid View?
  24. What is need data source?
  25. Have you worked grid inside a grid?
  26. Explain Security in WCF Services?
  27. Do you Know Default Static Classes available in .Net?
  28. How many validation Controls are there?
  29. All validation controls run in server side or client side?
  30. What is View State?
  31. How can we handle exceptions in .net?
  32. How to handle exceptions in stored procedures?
  33. Can we have multiple catch blocks in one try?
  34. What is the order of execution of catch block?

.Net Face to Face interview questions for 3+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, and WCF

  1.  
  2. Can you explain the Architecture of WCF?
  3. How many Types of Services we can develop by using wcf?
  4. How many Contracts are there in WCF?
  5. Explain Security in  WCF ?
  6. Can you tell life cycle events of Asp.net?
  7. Can you explain state management techniques in Asp.net?
  8. What is polymorphism? Give one real time example.
  9. Why to go for WCF services as we have already web services?
  10. What is the difference between Web Services and WCF services?
  11. Explain current Project? What is your role?
  12. What is the Call back function in JQuery?
  13. Why to use Jquery?
  14. How declare variables in jquery
  15. What is cache? have you worked on it?
  16. On which oops concept you have worked?
  17. Have you worked on Linq?
  18. Is there any split function in sqlserver?
  19. What is the difference between Abstraction and Interface?

.Net Face to Face interview questions for 4+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, WCF , Unit Testing and Lamda Expressions.

  1. What is the Difference between abstraction and interface?
  2. What is overriding?
  3. Which keyword have to use in the parent class?
  4. If the method is virtual in parent can I use static for the overridden method
  5. If I want to Encrypt the connection string how can I do?
  6. What is the difference between session and application?
  7. Can you explain page life cycle
  8. What will happen in page initialization
  9. If we don’t want to inherit particular class what we have to do
  10. What is the Architecture of WCF Services?
  11. What is the difference between repeater and gridview
  12. Can we use update in Repeater?
  13. There are 100 pages in my application I want to give permission to one user some pages and  to another user other pages how can I do that
  14. What is Delegate? What is Multicaste Deligate
  15. How to Generate Public assembly Key?
  16. What is Satellite Assembly?
  17. What is the Use of Satellite Assembly?
  18. When you write a multilingual or multi-cultural application in .NET, and want to distribute the core application separately from the localized modules, the localized assemblies that modify the core application are called satellite assemblies.
  19. What is difference between Satellite Assembly and Public Assembly
  20. What is difference between delegates and events?
  21. What are Asynchronous Delegates?
  22. Can we implement Properties in Interface?
  23.  

.Net Face to Face interview questions for 5+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, WCF , Unit Testing and Lamda Expressions.

  1. What is difference between Read-only and constant?
  2. In what case we go for constant and what case we go for read-only?
  3. What is the Difference between overriding or overloading?
  4. Can we overload a method with same parameters and different return types?
  5. How many times we can over load a method?
  6. What is the Key word used to override?
  7. What is virtual method?
  8. Difference between Virtual Method and Override Method when we go for Virtual and When we go for Override method
  9. What is interface? Why to use Interfaces
  10. What is sealed class? When to use it?
  11. Can you give examples for default interfaces?
  12. Can you tell default virtual methods
  13. Can you tell default Sealed classes
  14. What is JSON? what is the Use of JSON
  15. Give one example to write JSON?
  16. What is JQuery? Why we use JQuery?
  17. Can I use JQuery without Ajax?
  18. What is Web.Config? by default what will be there in web.config?
  19. How many Web.config we can define for one application?
  20. What is Mechine.config? In Default what configurations will be there?
  21. If I have copied all the settings  of Mechine.config and kept in Web.config and Deleted Mechine.Config will it work

.Net Face to Face interview questions for 5+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, WCF , Unit Testing and Lamda Expressions.

  1. What is Partial Class? How it will be in compile time?
  2. I have declared one method in One partial Class can I use it in another partial class?
  3. What is Sealed Class?
  4. What is difference between virtual class and abstract class?
  5. What is the difference between abstract class and interface?
  6. In which scenario we go for abstract and which scenario we go for interface?
  7. What is Delegate? Why to Use?
  8. Have you know about Lamda Expressions?
  9. Have you worked on LINQ?
  10. What is the Difference between Master Page and User Defined Function?
  11. One Textbox is there in content place holder that textbox value I want in Master Page How to capture it?
  12. Which Type of Session Management You have used in Your Application explain in
  13. Where Session value will store?
  14. Where session Id will Store?
  15. What is the State management Techniques in Asp.net?
  16. When we request will send to IIS what all the process how html Page will return to you?
  17. How to Handle Exceptions in Sqlserver?
  18. Have you listen @@Identity in Sqlserver?
  19. What is the Difference between stored procedure and Function?
  20. Which Design pattern you are working?
  21. What are the contracts available in wcf?
  22. Why we use fault contract?
  23. What is the use of MexHttpbinding?
  24. How many types of bindings available in WCF?
  25. How can we use WCF Services in our application?
  26. What is Service contract in WCF?
  27. What is the Difference between Delete and Truncate?
  28. Can we delete Primary Key Column from a Table?
  29. Have you worked in Multiple Inheritance?
  30. I have two interfaces I1,I2  and Written abc method in them now I have inherited those two interfaces and I  have implemented abc  method  will it give error or not? If why? How to do that?
  31. How will you do testing in your project
  32. Have you written any test cases? On what basis you will write text cases
  33. How to deploy project? In Production how you will do?
  34. Have you know how to create class diagrams?
  35. For what you have use TFS and VSS
  36. What is the Team Size of Your project
  37. As a Senior Software Programmer what are the Responsibilities you have
  38. What is @@Identity and SCOPE_IDENTITY()

.Net telephonic interview questions for 5+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, WCF and Unit Testing

1.         Explain About Your Self?
2.         Explain About your current Project?
3.         How to write a query in LINQ to find sum of a particular column?
4.         What is EDM Technology?
5.         How to raise error in SQL?
6.         What is output parameter in SQL?
7.         How many output parameters we can create for Stored Procedure?
8.         What is Index?
9.         How many Clustered indexes we can define for a table
10.     How many non clustered indexes can we create for a table?
11.     How to Create Generic Method?
12.     What are generics?
13.     What are Delegates in Real time why to Define Delegate?
14.     What are contracts?
15.     How many types of contracts are there in WCG?
16.     How to consume a service from our application?
17.     What is Data Contract? Why to use data contract?
18.     How many types of Bindings available in WCF which binding used in your project why
19.     Do you know how to host service in WCF?
20.     How to raise error in stored procedure?3
21.     What is Garbage Collector?
22.     How Garbage Collector know that method is not in use
23.     What is Difference between Finalize & Dispose
24.     What is behavior in WCF Service
25.     How to Use Behavior
26.     What is Partial Class?  Why we use partial classes? Do You know anything about Partial Classes
27.     New concepts in .Net 4.5 and 4.0
28.     What is Smoke testing?
29.     The Process of Testing an Application?
30.     What is Unit Testing?


.Net telephonic interview questions for 4+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, and WCF

1.         What is Asp.Net Page Life Cycle?
2.         What is polymorphism?
3.         How many types of polymorphisms are there?
4.         Is Is post back property is read only or write only?
5.         What are the Ajax controls available in Tool Box?
6.         What is partial rendering and full rendering?
7.         How to call java script from code behind?
8.         Can we can call server side events from Javascript give example
9.         What is the difference between java script and Jquery?
10.     Can we call Java script through Master Page?
11.     What is .Net Frame work?
12.     What is JIT?
13.     What is DLR from which frame work it is available?
14.     What is the extension of WCF Services?
15.     How to call WCF service in our project?
16.     How to Create a Proxy?
17.     What is application domain?
18.     How many types of state management techniques are there?
19.     Can we enable session?
20.     Can we disable view state?
21.     Why statement management techniques used in Asp.Net?
22.     What is the Data type of Is Post Back?
23.     Where application objects will store?


Friday 20 June 2014

Direct Walk-in Interviews for Tech Mahindra (International Voice Process-Technical Support) on Saturday, 21st June 2014.

Direct Walk-in Interviews for Tech Mahindra (International Voice Process-Technical Support) on Saturday, 21st June 2014.
Experience: 0-6 Years
Venue Details:
Intone Networks
May Fair Building 2nd floor,
Near police lines NTR Statue,
Begumpet, Hyderabad.
Landmark:You will find Vodafone Store, subway ground floor - Mayfair building.
Education Qualification: Any graduate, UnderGraduate, Experienced.
Job Location: Hyderabad.
Rounds of Interview:
* HR Round
* Voice and Accent
* Operations Round
Contact Samuel @ +919959999032

Thursday 19 June 2014

.Net telephonic Face to Face interview questions for 3+ Years of experience along with the skills C# .Net, OOPS Concept, JQuery, ASP.Net, SQL Server, Java Script, Ajax and WCF

  1. Explain Your Current Project?
  2. How to work with overloading concept in WCF?
  3. How many Contracts are there in WCF?
  4. Why we use Fault Contract in WCF?
  5. Explain Asp.Net page life cycle?
  6. What is the use of Http handlers and Http modules?
  7. What are the advantages and disadvantages of View state?
  8. How to increase the performance of Asp.Net Page?
  9. Can we use XML data type in stored procedure?
  10. How to import and Export excel in Asp.Net?
  11. What is the use of response.contenct  data type?
  12. What is xmlhttprequest in Ajax?
  13. What is strong name how we will generate?
  14. How many types of assemblies are there?
  15. What is difference between static constructor and normal constructor?
  16. What is difference between static class and normal class?
  17. If the Client wants to Change his database from Sql Server to oracle what have to do?If you know the performance is in database how you will check that
  18. What update trigger will do?
  19. Can we use system defined functions in user defined function?
  20. How can we check performance of a stored procedure?
  21. What is Abstract Class?
  22. What is Cookie less session?
  23. What is anonymous Method?
  24. What is Delegate why we use that Delegate?
  25. What Difference between .net 3.5 and 4.0?
  26. What is partial Class?
  27.  
  28.  

.Net Face to Face interview questions for 3+ Years of experience along with the skills C# .Net, OOPS Concept, J-Query, ASP.Net, SQL Server, Java Script, and WCF



  1. Can you explain the Architecture of WCF?
  2. How many Types of Services we can develop by using WCF?
  3. How many  type of Contracts are there?
  4. How good  WCF  In security?
  5. Can you tell life cycle events of Asp.Net?
  6. Can you explain state management techniques in Asp.Net?
  7. What is Polymorphism?
  8. Why to go for WCF services?
  9. What is the difference between web services and WCF services?
  10. Explain your current Project? What is your role in your Project?
  11. What is the Call back function in JQuery?
  12. Why to use JQuery?
  13. How declare variables in JQuery?
  14. What is cache? Have you worked on it?
  15. Which oops concept you have worked?
  16. Have you worked on LINQ?
  17. Is there any split function in Sql Server?
  18. Explain your Current Project?
  19. What is the difference between Abstraction and Interface?

Wednesday 18 June 2014

.Net Face to Face interview questions having 5+ Years of experience in the skills C# .Net, OOPS, ASP.Net, SQL Server, Java Script, WCF

  1. What is the difference between classic ASP and Asp.net?
  2. What are cookies?
  3. What is the difference between persistence cookie and session cookie?
  4. What are sessions in .Net?
  5. Asp session state and asp.net session state?
  6. Various build in objects in ASP.net
  7. What is the difference between response .redirect and server. Transfer
  8. Session cookie and persistent cookie?
  9. Which is the parent class for webserver controller? Namespace for that?
  10. Which asp.net object encapsulates the state client and webbrowser?
  11. Difference between custom control and user control?
  12. What is Viewstate?
  13. What are the types of comments in C#?
  14. What are the namespaces used in C#?
  15. What is inheritance? How many types are there?
  16. What is boxing and unboxing?
  17. What are the types of arrays in C#?
  18. What is the Difference between structure and class?
  19. What is the difference between class and interface?
  20. What is client and service with respect to data communication?
  21. What is endpoint in WCF? What are the main components of WCF?
  22. What are the different types of binding in WCF?
  23. How many types of transport levels in WCF?
  24. What is the Difference between WCF and Web services?
  25. Explain Current Project?
  26. What are User Controls and Custom Controls?
  27. What are events and Delegates?

.Net Face to Face interview questions for 5+ Years of experience along with the skills C# .Net, OOPS Concept, MVC, J-Query, ASP.Net, SQL Server, Java Script, and WCF

  1. Describe your Experience in technologies
  2. Explain about CLR, BCL, CTS, and CLS?
  3. What is Managed Code?
  4. Which utility in .net which that converts .net managed code assembly to processor specification code?
  5. What is Nget.exe? 
  6. Name space for .net class library?
  7. Can you tell me security features in .Net application?
  8. Have you worked on any security features in .net?
  9. How many types of Assemblies are there? And explain about them?
  10. What are the uses of Assemblies?
  11. Functional analysis where you have done details technical design starting from functional analysis?
  12. What are different types of Assemblies?
  13. Can you give me an example where you have given accurate estimation for any project?
  14. Can you tell me the difference between delete and truncate? Which one is permanent?
  15. Table a containing 2 rows and table B containing 3 rows how many rows in cross join?
  16. Explain various types of joins in SQL?
  17. Can you tell me about what is the natural join in SQL server?
  18. Can you tell me implicit and explicit cursors?
  19. Tell me how many triggers can apply on one table?
  20. What is the complete flow of MVC?
  21. What are the advantages of MVC?
  22. What is Routing in MVC?
  23. Where we define routing concept?
  24. Can you map multiple URL’s  to the same action method?
  25. Can you tell me the difference between Tempdata, Viewdata,  Viewbag.

Sunday 15 June 2014

.Net Face to Face interview questions for 5+ Years of experience along with the skills C# .Net, OOPS Concept, MVC, J-Query, ASP.Net, SQL Server, Java Script, and WCF


  1. Explain Asp.net page life cycle?
  2. Explain about page life cycle when execute page?
  3. What is the difference between abstract and interface?
  4. What is the Difference between view state and session?
  5. Explain Cache in ASP.Net?
  6. If the page has so many controls , How to optimize the controls to reduce performance?
  7. What is the difference between Arraylist and Genericlist?
  8. What is virtual class and virtual methods?
  9. Class A{ virtual void method ();class B { override void methods2()} A obj=new B();which method will call and why?
  10. What will happen when we don’t use virtual and override
  11. Authentication types and diff forms and windows authentication
  12. What are http module and http handlers in ASP.Net?
  13. When request for login page how http module and http handler will work
  14. What is the difference between delegate and multicast delegate?
  15. How to write custom service behavior For WCF Service?
  16. What are  the differences between NET Exceptions and Faults in WCF?
  17. What is Base Address in WCF?
  18. What is ServiceKnownType in WCF?
  19. What is Proxy and how to generate proxy for WCF Services?
  20. Why in WCF, the "httpGetEnabled" attribute is essential?
  21. In WCF, can data contract classes inherit from one another?
  22. What is  Service Throttling in WCF?

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

  1. What is the difference Aggregation, Composition and Association?
  2. What is Inheritance?
  3. What is the difference between interface and abstraction?
  4. How to select interface or abstraction?
  5. What are joins? Give query to left outer join?
  6. What is MVC?
  7. What the difference between var and dynamic in C#
  8. What are the new features in C# 4.0?
  9. What are the New Features in MVC 4.0 Compare with MVC 3.0
  10. What are the action filters?
  11. What are get and post methods in MVC?
  12. What is modal binding in MVC?
  13. What is routing concept in MVC?
  14. If I have a get method named get data(int a) can I create post method with the same name?
  15. If I give a URL how it knows which view has to display? Tell the flow?
  16. What is the different type of binding in WCF?
  17. What is SOA? What are its rules?
  18. What is the use of Mex httpbinding?
  19. Explain how to consume WCF external service?
  20. How to call action method from JQuery?
  21. How many contacts are there in WCF?
  22. Do you know design patterns in .net? Have you used any?
  23. Explain Throttling in MVC?
  24. What are Message formats in WCF?
  25. What is Instance service mode in WCF?

.Net Face to Face interview questions for 5+ Years of experience having the skills C# .Net, OOPS, ASP.Net, SQL Server, Java Script, WCF


  1. What is Polymorphism? Explain about that?
  2. What is the difference between overriding and over loading?
  3. What is Entity Frame Work?
  4. What is the difference between Data set and data reader?
  5. How many types of contracts are there?
  6. Can we define different contracts in one end point?
  7. Can we define different operation contracts in one service contract?
  8. Can we define different data contracts in one service contract?
  9. What is the difference between data contract serialization and XML Serialization?
  10. If I declare bit data type as unique key how many records we can store?
  11. If I declare bit data type as primary key how many records we can store?
  12. If I declare primary key which type of index it is?
  13. What is clustered index?
  14. What is non clustered index? How Many non-clustered indexes we can define on a table?
  15. Explain EDM concept?
  16. I have a data grid with 10000 records? How to do pagination? If I done pagination will it go to write query to fetch data for this page?
  17. By which method Data set do DML operations?
  18. How many types of Data set are there?
  19. What are the validation controls in asp.net
  20. Are validation controls server side or client side?
  21. If I want to make validation controls client side what I have to do? How many ways we can validate controls
  22. How Data grid renders (explain from getting data from data base to binding)
  23. If Data grid is bind with some data, I kept that data in session; in pagination will it get from session or database? Data source is Data set not session?
  24. How to do client side pagination for data grid in .Net?
  25. Have you worked on security configurations in .Net?
  26. Which is faster Entity Frame work or ADO.NET and Why?
  27. What is difference between ref and out key words?
  28. What is protected internal?   What is sealed class?
  29.  Class A—Getint(): B Return 5();  }   Class B—Getint()  {  Return 7(); }   Class C{  Example A=new class A()    Int X=A.GetInt();  }  What is the value of x , if I want value 7 what we have to do?