Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top c# interview questions

Real interview questions from top companies for C#. Includes theoretical concepts and coding problems.

What are the key features of C#?

What is the difference between 'continue' and 'break' statements in C#?

What is the purpose of the 'using' directive in C#?

What is the difference between 'struct' and 'class' in C#?

What is the purpose of the 'finally' block in a try-catch-finally statement?

What is the difference between 'override' and 'new' keywords in C#?

What is the purpose of the 'sealed' keyword in C#?

What is the difference between 'interface' and 'abstract class' in C#?

What is the purpose of the 'async' and 'await' keywords in C#?

What is the difference between 'Thread' and 'Task' in C#?

What is the purpose of the 'lock' statement in C#?

What is the difference between 'Dictionary' and 'Hashtable' in C#?

What is the purpose of the 'yield' keyword in C#?

What is the difference between 'IEnumerable' and 'IQueryable' in C#?

What is the purpose of the 'Lazy' class in C#?

What is the difference between 'string' and 'StringBuilder' in C#?

What is the purpose of the 'Regex' class in C#?

What is the difference between 'Debug' and 'Release' configurations in C#?

What is the purpose of the 'App.config' file in C#?

What is the difference between 'WebForms' and 'MVC' in C#?

What is the purpose of the 'Entity Framework' in C#?

What is the difference between 'ADO.NET' and 'Entity Framework' in C#?

Write a C# program to find the maximum value in an array.

Write a C# program to reverse a string.

Write a C# program to find the first duplicate in an array.

Write a C# program to find the missing number in an array of consecutive integers.

Write a C# program to find the maximum sum of a subarray.

Write a C# program to find the first pair of elements that add up to a given sum.

Write a C# program to find the minimum window that contains all elements of a given array.

Write a C# program to find the maximum length of a subarray with a given sum.

Write a C# program to find the minimum number of operations to convert one string to another.