Jobs in India
Search Jobs
Search Jobs
Advertisements

Technical - Other Bangalore by Mindtree

Details of Technical - Other Bangalore by Mindtree conducted by Mindtree for job interview.
Advertisements
Date: On Oct 2nd, I attended Mindtree consulting at Bangalore, it was for 1 to 3 years experienced on .NET (VB.NET, ASP.NET & C#.NET) , I hope this will help thousands of Job seekers who are trying for a job on .NET technology.



1) Can .asp & .aspx pages work if placed in same virtual directory?
2) Does different versions on .NET framework & different versions of assemblies work side by side (Clue: Side by side execution)
3) Can you typecast one Object type to another Object type or One object type to another data type (Clue: Boxing & Unboxing)
4) A question about GAC(Global Assembly cache) and the files it contains?
5) A question about Application Domain and does it interfere with OS Process.
6) A question on session timeout on an asp.net page and whether the session time out duration depend on the duration set in code or does it depend on IIS(Internet Information Services) setting and if both are specified which setting overrides which? Also whether it will take smaller time or greater time in to consideration.
7) How can assemblies be created in .NET ? (clue: Using visual studio.net (or) using al.exe (or) using reflection.emit)
8) What is a satellite assembly and what does it contain?
9) Also 4 to 5 questions were on assembly. I recommend to have a dissected look of the assembly.
10) What will an Erase command do? Erases the contents of array or Erases the whole array structure & frees memory.
11) How is anchoring different from docking? (clue: its related to windows/web controls)
12) What is serialization in .NET? What are different types of serialization and advantages and disadvantages?
13) Are RCW(Runtime Callable Wrapper) and P/Invoke different and how?
14) What is Strong Naming? What details does it contain? how can it be created (Clue: Using SN.exe)
15) What information does Culture identity contain?
16) What is a Diffgram? (Clue: Related to XML)
17) What is UDDI(Universal Discovery Description and Integration) ?
18) Also a program on Exception handling was given and asked which part will exectute and which throw an error?
19) What is Managed and Unmanaged code in .NET?
20) Can we use redim on array already declared in VB.NET? if yes, can we redim with in a class? within a module? or with in a program?