KUNGFU TECH vietnam
6304 câu hỏi phỏng vấn Full-Stack, Coding & System Design Interview
Bộ lọc:
What is the difference between continue and break statements in C#?
What is C#?
What are Property Accessors?
What is an Object ?
What is an Abstract Class?
In how many ways you can pass parameters to a method?
What is Boxing and Unboxing?
What is LINQ in C#?
Can multiple catch blocks be executed?
What is Managed or Unmanaged Code?
What are generics in C#?
What is enum in C#?
What are partial classes?
What is the difference between a class and a structure ?
What you understand by Value types and Reference types in .NET? Provide some comparison
What are Nullable types in C#?
What is the difference between a Struct and a Class in C#?
Why to use finally block in C#?
What is Serialization?
What are dynamic type variables in C#?
What is the difference between string and StringBuilder in C#?
What are Reference Types in C#?
Can this be used within a Static method?
What are the different types of classes in C#?
What is namespace in C#?
How is Exception Handling implemented in C#?
What is sealed Class in C#?
What is the difference between ref and out keywords?
Is there a difference between throw and throw ex ?
How encapsulation is implemented in C#?
What is the difference between overloading and overriding?
What is Record in C#?
What is lambda expressions in C#?
Why can't you specify the accessibility modifier for methods inside the Interface?
What are the uses of using in C#
What is scope of a Internal member variable of a C# class?
Is there a way to catch multiple exceptions at once and without code duplication?
When to use Record vs Class vs Struct in C#?
What is the difference between Virtual method and Abstract method?
What is the difference between Interface and Abstract Class?
What is the difference between Equality Operator ( == ) and Equals() Method in C#?
How can you prevent a class from overriding in C#?
What is Extension Method in C# and how to use them?
Explain Code Compilation in C#
What is Reflection in C#.Net?
What is an anonymous function in C#?
What is difference between constant and readonly ?
What is Virtual Method in C#?
Explain Anonymous type in C#
What is the difference between dynamic type variables and object type variables?
What is a Destructor in C# and when shall I create one?
What is the use of the IDisposable interface?
Explain assignment vs shallow copy vs deep copy for a Record in C#
What is the use of Null Coalescing Operator ( ?? ) in C#?
Explain the difference between Task and Thread in .NET
What is difference between late ...
Is operator overload...
Can you create a function in C# which ...
What's the difference between Stack...
What is Ind...
What interface should your data structure...
What are point...
What is the difference between System.Application...
What is the difference between F...
What is a stati...
Can you explain the difference between Interface , abstract...
What is the Constru...
What is the yield ke...
How to solve Cir...
When would you us...
What is the use of conditional...
Explain what is Short-C...
Explain the difference ...
What is the difference betwe...
What is Marshalling a...
What is the best practice to have b...
IEnumerable vs List - What...
Can Multiple Inheritan...
What happens when we Box...
What is the difference between di...
What are the different ways...
Why to use lock ...
When to use ArrayLis...
What is scope of a Protected Inter...
Could you explain the difference between ...
Could you explain the difference bet...
Why Abstract class can ...
in C#, when should we use abstract classes i...
Explain what is We...
You have defined a destructor in a class that you have devel...
What is the volatil...
Can you add extension methods...
What are Circular...
What is the use of ...
What are the differences betwe...
Why doesn't C# allow static met...
What's the difference between the System....
Explain the difference between IQueryable , I...
Implement the Where ...
What is Multicas...
List some different ways ...
What is the difference bet...
What is a preprocess...
What is jagged array in C# and when to prefer...
What is the method Me...
What are the benefits of a ...
Explain when to use F...
What is deep or shall...