Communication Skill
1.
Do you work well with other people?
2.
Tell me about yourself.
3.
What major challenges and problems did you face?
How did you handle them?
4.
Describe a difficult work situation / project
and how you overcame it.
5.
What have you learned from your mistakes?
6.
What was it like working for your supervisor?
7.
What do you expect from a supervisor?
8.
How do you handle stress and pressure?
9.
What has been the greatest disappointment in
your life?
10.
What are you passionate about?
11.
What are your pet peeves?
12.
What do people most often criticize about you?
13.
When was the last time you were angry? What
happened?
14.
Do you prefer to work independently or on a
team?
15.
Give some examples of teamwork.
16.
Why are you the best person for the job?
17.
Why do you want to work here?
18.
What can you contribute to this company?
OOP Question
Beginner
1.
Explain the basic features of OOPs
2.
What is polymorphism?
3.
Difference abstraction and encapsulation?
4.
What is difference between Overloading and
Overriding?
5.
What is static class and method?
6.
How can you prevent your class to be inherited
further?
7.
Difference between abstract and interface
8.
Difference between class and structure
9.
What are the access modifiers?
10.
What is shadowing or hiding?
11.
Difference between Namespace and Assembly?
Intermediate
12.
What are generics?
13.
What is a delegate and event?
14.
Can we have Sealed Method in abstract class?
15.
Can we have an Abstract class without having any
abstract method?
16.
Can we have Multiple Main Methods in one .cs
file?
17.
What is the default access modifier of a class?
18.
How does Composition mechanism works?
Advance
19.
Can you override private virtual methods?
20.
Can you prevent your class from being inherited
and becoming a base class for some other classes?
21.
Can you allow class to be inherited, but prevent
the method from being over-ridden?
22.
Why can't you specify the accessibility modifier
for methods inside the interface?
23.
Static data members should be initialized inside
the constructor. True or False.
What are OOP designs Principles?