active questions tagged interview+c# - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T00:28:45Z http://stackoverflow.com/feeds/tag/interview+c# http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1201639/why-do-interviewers-ask-advanced-questions 5 Why do interviewers ask advanced questions? LikeToCode 2009-07-29T16:55:08Z 2009-10-23T11:24:24Z <p>I've been programming for a few years in C# and XML. I used only the basics of those languages and have survived on the web for info like arrays and text manipulations. But when I am get interview, the interviewers ask only advanced questions - I found the answers later in the Advanced sections in the books on the subject. </p> <p>Why do the interviewers ask such advanced questions? The job looks almost the same as what I was previously doing, so there's need for advanced knowledge, like what class delegate is or XPath commands.</p> <p>Questions are: </p> <ol> <li>What version of XSL does .NET 3.5 uses? </li> <li>What XPath command to use to get value in element X? </li> <li>What are class delegates in C# </li> <li>Does C# allows multiple interface inheritance? </li> <li>How do you access GAC in C#?</li> </ol>