Monday, July 10, 2006

PET Team

Its PET Team in TrueAdvantage(TA).
Snap taken after release of TA4.0
(form L to R )Me, Vinod,Vidyadhar(Team Lead), Shashikat,Prashant.

Its Me In TrueAdvantage

.Net Interview Question

Interview questions
  1. DIff Between Array & ArrayList
  2. ASP .Net page load life cycle
  3. Boxing & Unboxing
  4. Stack Vs Heap
  5. C# Switch case
  6. How .Net code/Exe executes
  7. .Net Framework
  8. Session state Mgmt in ASP.Net
  9. Advantages of ADO .Net
  10. Transactions in ADO .Net
  11. OO Concepts (Inheritance, Overriding)
  12. Diff between Web App & Desktop App
  13. Web Farm & Web Gardening.
Well Here are some from my friend Vinod

1. What JIT does?

2. For sorting data Which class you used?

3. About serialization(One object is already serialize i want to deserialize it..Which following block i userd)?

4. Which Interface i used to sort data return from table. iCoparable Or iSortable?

5. if we install more than 1 version of .NET framework, then which version is used by .NET CLR and what is true from below option?(and ques. like this practical knoledge)

6. Why we can't assign NULL to DateType variable?

7. which Process is attch when we debug a ASP.NET appl.?

8. Why structure can't have protected member?

9. One more question about structure?(Simple one)

10. create Appl. At display all Process running in CPU, I create UI that display all process and I explicity want kill one of process what shoult i used?

11. About the garbage collector?

12. We want All users acess Gobal string, So where we initialize it, Application_BeginRequest OR Application_Start

13. Use of mscoree.dll.

14. Table contains Emp DOB column, But some emp don't know there DOB then table with this emp conatins NULL, So what should be the output.

15. One more query with max function and what is the output. It's really SIMPLE Query.(Read about max function)