Chsarp.NET written/online mock test forms the first round of interview while
judging freshers for Csharp.NET programming jobs. Reading books after books on
Csharp.NET alone can't help you crack the interviews. Taking the example
written tests is extremely important to make you confident. This is a set of 20
practice questions on Csharp.NET programming designed with a special focus on
fresh graduates. Practice with this Csharp.NET multiple choice, objective,
online test to crack the interview to your dream job.
Online Practice
Test > C#.NET Test
More C#.NET practice test
C#.NET practice
test (38 questions)
Csharp.NET practice
test for experienced (20 questions)
Csharp.NET practice
test (25 questions)
C#.NET practice
test (20 questions)
ASP.NET online
test (41 questions)
ADO.NET online
test (10 questions)
.NET Framework
online test (26 questions)
.NET
Remoting and webservices
ASP.NET (25
questions)
ASP.NET test (20
questions)
Here are few sample C#.NET test questions
You work as a Software Developer for uCertify Inc. You create an application
using Visual Studio .NET 2005. You want to implement classes of the
System.Collections namespace in the application. You also want to define size,
enumerators, and synchronization methods for all non-generic collections. Which
of the following interfaces will you use to accomplish the task?
Options
ICollection interface
IList interface
IEqualityComparer interface
IComparer interface
In C#, by default structs are passed how?
Options
By memory.
By value.
By reference.
By address.
Which property will you use to process different server paths in a page?
Options
Request
Response
Server
Application
Click here to start
C#.NET practice test
More Links
Latest answer: Boxing and Unboxing are used to convert value
types into reference types and vice versa. Developers often need to make some
methods generic and hence create methods that accept objects rather than
specific value types..................
Latest answer: Finally statement is executed always
irrespective of any condition or error occurring in a method. It is often used
to cleanup code................
|