You are on page 1of 6

Munish Qs

1.
2.

What is IIS isolation level? What is XML NS, and why it is used? What is View State and in which form its encoded? (bit64). What is XSLT or XPATH?

3.
4.

Dinesh Qs

1.
2.

What is sparse data type in SQL server 2008? What is filtered index? What is assembly localization? Why interfaces are required in WCF? What is Delay Signing? What is In-Proc and Out-Proc and how would you implement SQL Session state? What is caching and difference between VaryByParam and VaryByControl? How would you do Assembly loading at runtime? IBM: Windows Authentication, domain based? Globalization? IIS User Rights and authentication? CASPOL? How would you do Concurrency Control? What are escalation levels? (ACID). Create functions in SQL Server?

3. 6. 7.

4. 5.

8. Dinesh 1. 2. 3. 4. 5. 6. 7.

Dinesh Athient: 1. Run time and Compile time polymorphism?

2.
3.

Stored Procedure pre-compiling? Stored Procedures are compiled after creation or at the time of using it? Difference between abstraction and polymorphism? Parameter types in C#. (Val, Ref, Out, Param)? SQL Server Pivot Table?

4. 5.
6. Dinesh:

1.
2.

WCF Web Hosting through (Windows Activation Services) WAS? HTTP Modules, HTTP Handlers.

Amit (08-July-2010):

1.

2. 3. 4. 5. 6. 7. 8. 9. 10. 11.

Difference between Session & View state? Difference between Interface and abstract Class. Difference between unique key and primary key. WCF and web service. Windows Services. C# 3.0 enhancements. LINQ Types. Lambda Expressions. Managed unmanaged code. Generics and Extensions methods. Anonymous types.

12. Storing connection string other than web.config. (Application Variables.) 13. View state, session and application variables.
14. Types of user authentication. Dheeraj EBIX: 1. Difference between WCF & Web Service. 2. XML -> DiffGram. 3. XML -> Attributes. 4. DataGrid -> EventBubbling. 5. WCF - > What is endpoint. 6. How would you locate web service. 7. Generics. 8. Typed dataset.

Amits 22 July 2010: 1. Limitaions of CTEs?

2.
3. 4. 5. 6. 8.

How ASP.net Page Works? How Authentication works in asp.net? What is HTTP Pipeline? Advanced features of SQL Server 2008. Advanced features of C# 4.0. How would you compare two large text files without using memory stream object? Gang of four design patterns? WCF Service Behavior, End point, Contract;Mandatory requirement for web method in web services. What is serialization? Whats the need of it? Dataset.writexml --- dataset. clone, dataset.copy difference Execute.nonquery(),Execute .scalar Delete from emp where 1=1 Oopsabstraction, encapsulation. Polymorphism. Using directive/namespace for WCF Life cycle of page. ViewState Session and application variables. Validation controls in aps.net. Which kind of validation controls u use on change password page??? How Windows authenctication works? What happens when client browser sends a aspx request. Httpmodule. Access modifier? Generics Difference between UDF and stored proc.

7.
Acccenture 1. 2. 3. 4. 5. 6.

7.
8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 1. 2. 3. 4.

Dheeraj NIIT 18 July 2010: SOAP Version? How would you maintain transaction in web service / WCF? How would you change Web Service to WCF such that client wont get affected? Merge two dataset tables, sort them and display in Data Grid. How to create server client using WSDL? Dheeraj Agelis 29 July 2010: How DataReader is connected architecture? What will happen when we are executing Select * using execute scalar? Difference between ASP.Net 1.1 & Asp.Net 2.0. How you do query optimization? Difference between WCF & Web Service? Dheeraj Patni Computers 1. 2. 3. 4. What are OOPS Concepts? Difference between Abstract and Encapsulation. Difference between Classes and structures. Which one is faster in classes and structures? What is new word in C#? (How can we define member function in derived class such that is doesnt affect base classs method?) What are delegates and how would you use them? How to get notification using delegates? How many controls you have used in asp.net?

5.
1. 2. 3.

4.
5.

5.
6. 7. 8.

9.

How to change column value / color in Gridview control. (RowDataBound / GridDataBound)? 10. What are themes and how to change them? 11. On Change on one values in web config file to change of theme in whole application? 12. Clustered on non clustered index which one is faster?

Dheeraj BlueStar Infotech 19-Aug-2010:

1.
2. 3. 4. 5.

What are Assemblies and what information do they contain? Page Life Cycle? While using user control in web page whose page load event would execute first and whose render event would execute first? What happens during render event? What are partial classes and how would you use them? Can we have same function name in partial class? How partial class works? How will you handle exception in catch clause of try catch block? What if exception occurs during registering error in log event?

6. 7.
8.

9.

How update panel in asp.nets web page works? 10. What is managed and unmanaged code? How would you manage unmanaged code in dot net? 11. What is method overloading and method overriding? What I have to do such that I dont have to override method? 12. What is datacontract and service contract in WCF?

13. What if I dont define service contract, would method be available to me even if I dont define service
contract and vice a versa? 14. Can we declare / define private constructors in class? And what is the use? 15. Private members in Interfaces? 16. How can you prevent method to override? Dheeraj: FCS 20-Aug-2010: 1. 2. 3. 4. 5. 6. What are constraints? Types of constraints? What are composite key. Can we reference alternate key as reference key in other table? Can two tables reference each others primary key as reference key? And then how would we insert values into tables? Find 7Th largest salary from employee table? How to delete 40000 duplicate records from total records of 10, 00,000 records. How to delete top 1 duplicate record considering its our old record? What are chained constructors? How many types of web services are there? Can we call web services from JavaScript? Can we call WCF services using JavaScript? Have you used AJAX? What are abstract classes? What is mandatory in abstract class? Difference between abstract class and interfaces? How to store string values into array? motorcycle on condition?

7.

8. 9. 10. 11. 12. 13. 14. 15.

16. How to bind data grid / grid view conditional without using code behind? Like showing image of car or
Amit 20-Aug-2010: 1. 2. 3. 4. 5. STA / MTA threaded while using com object in dot net in multithreading environment? Without using reflection how to load an assembly which is placed outside of application directory of application? How to start or stop windows service using console application? When using AJAX control update panel in page then what would be page life cycle? Drawback of update panel in terms of scalability. Difference between PreInit and Init Difference. Page life cycle when using user control in web page? Isolation levels of ADO.Net and SQL Server? Concurrency control in ADO.Net as dataset is disconnected? What is Fill factor in database? Difference between table scan and index scan? What is Index seek? Stored procedure optimization? What are magic tables? column_updated How to force index execution on query?

6.
7. 8.

9. 10.
11. 12. 13.

14.
15. 16.

Dheeraj SSP Aug 28 2010:

1.
2. 3. 4.

What are obsolete methods? Software Architecture Coupling? Software Architecture Composition Architecture? how would you design database when a. One to One. b. One to Many.

5. 6. 7. 8. 9. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24.

c. Many to Many. Difference between abstract class and interface? Difference between Class and structure? Difference between clustered and non clustered index? What are temp tables and do they exist after procedure execution? Difference between Global Temp table and temp table?
How many types of procedures are there? Can we call a procedure from inside a procedure? Can a procedure call itself? Can recursive procedure go in infinite loop? What are triggers and types of triggers? How two triggers on two tables work when they update each other table data? Master Slave database? How they are used in load balancing? What is third normal form? What are ACID properties? Application Variable Vs Session variable? Use of Global.asax? What is application locking? Cache data how it works? Session state types of session states?

10. What are cursors and how to avoid them?

25. When do we require SQL server session state? 26. How session works with cookies?
27. What is web form and web garden? 28. How to load balancing?

29. How to create WCF only for windows application? (Binding).


30. What are new features with framework 3.5?

31. What is WPF?


32. 33. 34. 35. 36. How LINQ works? Can we define stored procedures with LINQ? How to make class serializable? Difference between HTTPModule and HTTPReader. Difference between Get and POST? Protected versus internal keyword?

37. Difference between String and string Builder.

38. Difference between User Control and custom control? 39. Set the correct sequence. a. PreLoad. b. PreInit c. Render d. Load e. Unload.

40. using (Stream stream = System.IO.File.OpenRead(fileName)). What is the use of using


keyword?

R System:
1. 2. 3. 4. Difference between Int & Int32? Difference between SQL Server 2008 & SQL Server 2005. Difference between SQL Server 2005 & SQL Server 2000. In what language SQL Server 2005 and SQL Server 2000 are developed? Difference in framework 2.0 and 3.5? How would you make sure business logic is not implemented at presentation layer? If business logic is implemented at presentation layer then how would you manage layer transparency?

5.
6. 7.

8. 9. 10. 11. 12. 13. 14. 15.

What is abstract class? Can we declare static variable at abstract class? Can we declare static variable at interface? What is scope of static variable at asp.net page level? How to share information between pages i.e. a variable at both pages in two IE instances? How would you serialize XML? How do you use xml services? How session is maintained in asp.net?

Espire System: 25-Sep-2010


1. 2. Difference between abstract and interface? When to use static and when to use interface? How to differentiate in methods when class is derived from two interfaces which has same method name? ASP.Net Page Life Cycle? In which event controls are created or control property is set? In which event dynamic master page could be set? Nesting of master pages? Master Page -> Page -> update panel -> user control. What would be the page life cycle now? Difference in web config when implementing ajax? What is the need of business logic layer? What are views and why we need them? Difference in stored procedures and functions? What are temp tables and how to create them? Difference in temp table and table variable? Are transactions such as commit rollback or begin transaction works with temp table?

3.
4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15.

Abhishek: Cincom Technologies : 12-Oct-2010:


1) 2) 3) 4) 5) 6) 7) 8) Rest Full Web Service Diff between DTD and XML Backend heap What will be after disposing an object of class and then we call function of that class. Dynamic keyword When we run .net exe then where .net framework plays role. Extension method .net host

Dheeraj Tyagi: Polaris Technology: 17-Jan-2011 1. 2. 3. 4. 5. Credential Types in SQL Server. Constraints in SQL Server. Difference between Primary and Unique Key. Types of Joins. What is Cross Join? 6. Can function call / execute Stored Procedure? Yes we can. 7. Difference between Ref and Out. 8. Difference between Pre-Render and Render Event. 9. Difference between abstract and virtual methods? 10. Difference between finalize and dispose methods? 11. Difference between user and custom control? 12. What are static classes? 13. Can static classes have static constructors?

14. What are private constructors?


15. What is CLR? 16. What are functions of CLR? 17. What is sealed keyword and where it is used? 18. What are interfaces? 19. Do interfaces could have abstract / virtual methods? 20. Do classes could have abstract methods?

21. Does C# provide multiple inheritances? 22. What is assembly? Types of Assembly? What information does assembly contains? 23. Difference between array list and generic classes? 24. Difference between dataset and data Reader?
25. How many datasets are there? 26. What we calls when we are converting string to integer and integer to string data type. Dheeraj Tyagi: 11-Feb-2011

1.
2. 3.

4.
5. 6. 7.

Does Java script follow OOPs? Difference between Visibility and Display in HTML? Difference between Label and Span? Difference between Div and Table in Java script. How to access control on parent page from child page? How to display html dynamically on Label control? Difference between label and span.

How to display user control dynamically?

Control FeaturedProductUserControl = LoadControl("FeaturedProduct.ascx"); PlaceHolderLeftMenu.Controls.Add(FeaturedProductUserControl);

8.

9. 10. Does java script support nesting of functions?


YES

How to change master page dynamically? What are master pages?

11. What is the use of Inline function in java script?


12. How to make simple web page as content page? 13. What are anonymous methods? 14. Difference between Delegate and Event? What are generic handlers? The advantage of using the generic handler is twofold. First, it's usually much more convenient to generate a simple handler than it is to create a whole new assembly to handle the request. Second, you don't need to run interference with either Web.Config or with IIS. That is, Web.Config and IIS already understand what to do about files with the extension of .ashx. Installing ASP.NET places those when mapping into IIS. 15. 16. What is the work of InetInfo? 17. Difference between IIS 5.0, 5.1, 6.0, 7.0. 18. What is Application pooling? 19. What is the HTTPHandler? 20. Difference between Finalize and Dispose method? 21. How Garbage collector Works? 22. The Algorithm of Garbage collector? 23. When Garbage collector scans memory?

You might also like