From the various online tests sent to me while applying to junior c# developer positions I have chosen a few theoretical questions. Because yes, they also ask theory?!!
- How many clustered indexes can be created on single table?
 - In SOLID principle, what "I" stands for.
 - Dependency injection implements Inversion of control principle. (True or False)
 - WCF does not support service oriented architecture that's why Web API was introduced. (True or False)
 - Difference between struct vs classes.
 - What is an interface?
 - What is StringBuilder?
 - ABC of endpoint, C refers to what is exposed by the service. (True or False)
 - Which protocol is used by REST web services.
 - In your opinion what are the two main differences between WCF and Web API services?
 - Can a private virtual method be overridden?
 - Value types.
 - What means virtual?
 - What is inheritance? (I've never had a test interview where they don't ask this one :p)
 - What means the keyword out?
 - What means static?
 - Can multiple catch blocks be executed? (True or False)
 - What access modifier we use to restrict a class being inherited?A) StaticB) VoidC) SealedD) We can't restrict a class being inherited.
 
This comment has been removed by the author.
ReplyDeleteActually wrote a post on this, in a few words, communication is key, vulnerability and honesty always pays - if you put the grind behind! here
ReplyDelete