C# job interview questions
QUESTION 2:
What is a difference between private and public access modifier in C#?
C# Unknown
QUESTION 3:
When and why would you use an interface in C#?
C# Unknown
QUESTION 4:
How many classes can a class be inherited from in C#?
C# Unknown
QUESTION 5:
What is a difference between an abstract class and an interface in C#?
C# Unknown
QUESTION 6:
What is a JIT inlining in C#?
C# Unknown
QUESTION 7:
What is a difference between a property and a field in C#?
C# Unknown
QUESTION 8:
What types of loops exist in C#?
C# Unknown
QUESTION 9:
What is inheritance in C#?
C# Unknown
QUESTION 10:
What is 'public' keyword good for in C#?
C# Unknown
QUESTION 11:
What is happening and in what order when a new object in being created C#?
C# Unknown
QUESTION 12:
What is 'return' keyword used for in C#?
C# Unknown
QUESTION 13:
What is 'this' keyword used for in C#?
C# Unknown
QUESTION 15:
What is an attribute in C#?
C# Unknown
QUESTION 16:
What must every method have in C#?
C# Unknown
QUESTION 17:
What do you know about methods in C#?
C# Unknown
QUESTION 18:
What is execution context in C#?
C# Unknown
QUESTION 19:
What is a local variable and where can it be declared in C#?
C# Unknown
QUESTION 20:
What is a global variable and where can it be declared in C#?
C# Unknown
QUESTION 21:
What does the method signature consist of in C#?
C# Unknown
QUESTION 22:
What does the method consist of in C#?
C# Unknown
QUESTION 23:
What are method parameters in C#?
C# Unknown
QUESTION 25:
What is a breakpoint in C# good for?
C# Unknown
QUESTION 26:
How many classes should be in one .cs file and why?
C# Unknown
QUESTION 27:
What is the 'class' keyword used for in C#?
C# Unknown
QUESTION 28:
What is C#?
C# Unknown
QUESTION 29:
What is a method parameter in C#?
C# Unknown
QUESTION 30:
What is a method return type in C#?
C# Unknown
QUESTION 31:
When do you use semicolon in C# and why?
C# Unknown
QUESTION 32:
What is an instance method in C#?
C# Unknown
QUESTION 33:
What is a static method in C#?
C# Unknown
QUESTION 34:
How can you find out what is the variable type?
C# Unknown
QUESTION 35:
How can you declare a variable?
C# Unknown
QUESTION 36:
How can you assign a value to a variable in C#?
C# Unknown
QUESTION 37:
What is a 'var' keyword in C# good for?
C# Unknown
QUESTION 38:
What is a variable?
C# Unknown
QUESTION 39:
What is the 'new' keyword used for in C#?
C# Unknown
QUESTION 40:
How can you assign a value to a property in C#?
C# Unknown
QUESTION 41:
How can you recognize a property in C#?
C# Unknown
QUESTION 42:
What is a property in C#?
C# Unknown
QUESTION 43:
What is a class instance in C#?
C# Unknown
QUESTION 44:
What is a difference between value type and reference type?
C# Unknown
QUESTION 45:
What is an object reference in C#?
C# Unknown
QUESTION 46:
What C# data types do you know?
C# Unknown
QUESTION 47:
What is a data type?
C# Unknown
QUESTION 48:
How do you recognize a method call in C#?
C# Unknown
QUESTION 49:
What is a method in C# and how do you define one?
C# Unknown
QUESTION 50:
What is a constructor in C# and why would you use it?
C# Unknown
QUESTION 51:
What parts does a C# class usually contain?
C# Unknown
QUESTION 52:
What is a project in Visual Studio and what file extension does it have?
C# Unknown
QUESTION 53:
What is a solution in Visual Studio and what file extension does it have?
C# Unknown
QUESTION 54:
What is a difference between .cs file and class?
C# Unknown
QUESTION 55:
Where does the .NET C# program start its flow when you build and run a console application?
C# Unknown
QUESTION 56:
What is an object in C#?
C# Unknown
QUESTION 57:
What is a class in C#?
C# Unknown
QUESTION 58:
What are the advantages of using 'using' keyword in C# and why would you use it?
C# Unknown
QUESTION 59:
What is a namespace in C# and what is it good for?
C# Unknown
QUESTION 60:
What is abstract class and what is it good for?
C# Unknown
QUESTION 61:
What is covariance and contravariance?
.NETASP.NET MVCASP.NET WebAPIASP.NET WebFormsC# Unknown
QUESTION 62:
Have you ever consumed some 3rd party API? What was it? Have you ever designed your own API? Could you describe it a bit?
.NETArchitectureASP.NET WebAPIC#Web services Unknown
QUESTION 63:
What is serialization/deserialization? What types of serialization do you know?
.NETC# Unknown
QUESTION 64:
What is a MultiCastDelegate? What is it good for? Give some real use case
.NETC# Unknown
QUESTION 65:
Can you use multiple catch blocks in try/catch? What would be a use case for such thing?
C# Unknown
QUESTION 66:
What do you know about delegates?
.NETC# Unknown
QUESTION 67:
What is MSIL?
.NETASP.NET MVCASP.NET WebAPIASP.NET WebFormsC# Unknown
QUESTION 68:
What is JIT?
.NETASP.NET MVCASP.NET WebAPIASP.NET WebFormsC# Unknown
QUESTION 69:
Write a code that takes an integer number and outputs its digits to the console.
.NETC#Code challenge Unknown
QUESTION 70:
What is variable capturing good for and how does it work?
.NETC# Unknown
QUESTION 71:
What will be the output of the following code that is using delegates?
.NETC#Code challenge Unknown
QUESTION 72:
Could you describe what generic type inference is and what will be the output of this program?
.NETC#Code challenge Unknown
QUESTION 73:
What is the difference between IEnumerable and IQueryable?
.NETC#Entity FrameworkLINQPerformance Unknown
QUESTION 74:
What is boxing and unboxing?
.NETC#Performance Unknown
QUESTION 75:
Do you use generics? What are they good for? And what are constraints and why to use them?
.NETC#Performance Unknown
QUESTION 76:
Could you explain what the following LINQ methods OrderBy, Where and Single do and what will be the output of the code?
.NETC#LINQ Unknown
QUESTION 77:
Could you explain on the following example what a deferred execution is and what materialization is? What will the output be?
.NETC#LINQPerformance Unknown
QUESTION 78:
What array initialization syntaxes do you know?
.NETC# Unknown
QUESTION 79:
How does the .Max(...) work in LINQ? What will be the result of the following code?
.NETC#LINQ Unknown
QUESTION 80:
What is a difference between partial class and partial method and what are they good for?
.NETC# Unknown
QUESTION 81:
What is a data type of the following variable? var number = 1.0;
.NETC# Unknown
Are you wondering what questions will you get asked on your job interview?
Do you have a Job Ad URL address ? Then we will predict the questions for you...
- Share the question, get the right answerSubmit the question you have been asked by a recruiter. We will give you the right answer.
Recently added questions
- Using Postman, you need to run test suites with different combination of data every hour. How will you achieve this?
- You need to test your website from different regions to ensure it renders fine for customers from different continents. How do you achieve this using Postman?
- What is the maximal time for which the Postman monitor can run?
- How do you ensure your Postman test suite executed using a monitor won’t overload the server that already has performance issues?
- What is the frequency in which you can run Postman monitors?
- How can you run your Postman test suite every hour and get a notification if any test fails?
- What are Monitors in Postman?
- You are supposed to design a mock server that responds with 5 second delay so front-end engineers can verify that their user interface handles the delays gracefully. How will you implement this in Postman?
- Using a Postman mock server, how can you return a response that contains the value from the request query string parameter ‘id’?
- Where can you find a documentation of the Postman Mock Server endpoints?
- You are using a Postman mock server. Where can you find a history of requests that were sent to the mock server?
- You are designing a proof of concept of the /healthcheck API endpoint. You want to simulate one state when the system is up and running you and another state when the system reports health issues. How would you achieve this using Postman only?
- How do you ensure that the Postman Mock server won’t be available to everyone?
- How do you create a Mock server in Postman?
- Why would you create a Mock server in Postman?
- What is a Mock server in Postman?
- What is the difference between React and React Native?
- How do you handle authentication and authorization in a React application?
- How do you implement server-side rendering in a React application?
- How do you handle errors in React applications?
Anonymous
tseet
tseet
Anonymous
test
test
Anonymous
e
e
Anonymous
Superrr
Superrr
Anonymous
wup
wup
Anonymous
🔥
🔥
Anonymous
nm
nm
Anonymous
x
x
Anonymous
good
good
Anonymous
good
good
esmhli
hm
hm
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e
LaceJaguar65
e
e