Walkins Openings in India & Interview Questions

Walkins in Mumbai, Bangalore, Chennai, Delhi, Gurgaon, Pune


‘ASP.NET Interview Questions’ - KyaPoocha.com

What is reflection? 

All .NET compilers produce metadata about the types defined in the modules they produce. This metadata is packaged along with the module (modules in turn are packaged... Read more »

What is the difference between Finalize and Dispose (Garbage collection) ? 

Class instances often encapsulate control over resources that are not managed by the runtime, such as window handles (HWND), database connections, and so on. Therefore,... Read more »

What is Partial Assembly References? 

Full Assembly reference: A full assembly reference includes the assembly’s text name, version, culture, and public key token (if the assembly has a strong name).... Read more »

Changes to which portion of version number indicates an incompatible change? 

Major or minor. Changes to the major or minor portion of the version number indicate an incompatible change. Under this convention then, version 2.0.0.0 would be... Read more »

What is the property available to check if the page posted or not? 

The Page_Load event handler in the page checks for IsPostBack property value, to ascertain whether the page is posted. The Page.IsPostBack gets a value indicating... Read more »

What is managed and unmanaged code? 

The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to... Read more »

What is Globalizationa and Localization ? 

Globalization is the process of creating an application that meets the needs of users from multiple cultures. It includes using the correct currency, date and time... Read more »

What are Resource Files ? How are they used in .NET? 

Resource files are the files containing data that is logically deployed with an application.These files can contain data in a number of formats including strings,... Read more »

Difference between Dispose and Finallize method? 

Finalize method is used to free the memory used by some unmanaged resources like window handles (HWND). It’s similar to the destructor syntax in C#. The GC calls... Read more »

What is encapsulation ? 

Encapsulation is the ability to hide the internal workings of an object’s behavior and its data. For instance, let’s say you have a object named Bike and this... Read more »

What is GUID and why we need to use it and in what condition? How this is created. 

A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever  a unique identifier is required. Such an identifier has a very... Read more »

Why do you need to serialize.? 

We need to serialize the object,if you want to pass object from one  computer/application domain to another.Process of converting complex objects into stream of... Read more »

What is inline schema, how does it works? 

Schemas can be included inside of XML file is called Inline Schemas.This is useful  when it is inconvenient to physically seprate the schema and the XML document.A ... Read more »

Describe the advantages of writing a managed code application instead of unmanaged one. What’s involved in certain piece of code being managed? 

“Advantage includes automatic garbage collection,memory management,security,type checking,versioning Managed code is compiled for the .NET run-time environment.... Read more »

Can a nested object be used in Serialization ? 

Yes. If a class that is to be serialized contains references to objects of other classes, and if those classes have been marked as serializable, then their objects... Read more »

Difference between int and int32 ? 

Both are same. System.Int32 is a .NET class. Int is an alias name for System.Int32.  Read more »

Describe the difference between a Thread and a Process? 

A Process is an instance of an running application. And a thread is the Execution stream of the Process. A process can have multiple Thread. When a process starts... Read more »

What is a PID? How is it useful when troubleshooting a system? 

PID is the process Id of the application in Windows. Whenever a process starts running in the Windows environment, it is associated with an individual process Id... Read more »

The PID (Process ID) a unique number for each item on the Process Tab, Image Name list. How do you get the PID to appear? 

In Task Manger, select the View menu, then select columns and check PID (Process Identifier).In Linux, PID is used to debug a process explicitly. However we cannot... Read more »

How does the generational garbage collector in the .NET CLR manage object lifetime? What is non-deterministic finalization? 

The hugely simplistic version is that every time it garbage-collects, it starts by assuming everything to be garbage, then goes through and builds a list of everything... Read more »

Page 6 of 13« First...«45678»...Last »
  • Subscribe

      Get Latest Walkins in your INBOX, enter your email address:


  • Walkins by Location


  • Walkins by Skills