Click here to Skip to main content
15,895,824 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: C# devs: how about these interview questions? Pin
Kevin Marois24-Jan-17 5:01
professionalKevin Marois24-Jan-17 5:01 
GeneralRe: C# devs: how about these interview questions? Pin
User 1013254624-Jan-17 5:08
User 1013254624-Jan-17 5:08 
GeneralRe: C# devs: how about these interview questions? Pin
F-ES Sitecore24-Jan-17 5:05
professionalF-ES Sitecore24-Jan-17 5:05 
GeneralRe: C# devs: how about these interview questions? Pin
den2k8824-Jan-17 5:11
professionalden2k8824-Jan-17 5:11 
GeneralRe: C# devs: how about these interview questions? Pin
Worried Brown Eyes24-Jan-17 5:08
Worried Brown Eyes24-Jan-17 5:08 
GeneralRe: C# devs: how about these interview questions? Pin
KarstenK24-Jan-17 5:21
mveKarstenK24-Jan-17 5:21 
GeneralRe: C# devs: how about these interview questions? Pin
W Balboos, GHB24-Jan-17 5:38
W Balboos, GHB24-Jan-17 5:38 
GeneralRe: C# devs: how about these interview questions? Pin
patbob24-Jan-17 5:43
patbob24-Jan-17 5:43 
You could ask them questions they are unlikely to find in most books:
* When does a class static constructor get run?
* What does the Conditional attribute do? Or, if you're feeling more friendly to the candidate: When you call a Debug.Assert(), do the arguments get evaluated in release builds?
* What's a debugger display attribute and why would you use it?
* In a lambda function, is it possible to use a function that returns void? For example, can something like Console.WriteLine() be used in a lambda function?
* What don't you like about C#? Or: In your opinion, what did Microsoft get wrong in the C# language? I particularly like this question, and I don't care about what their answer is, but merely that they have and answer and can defend their position.

Only caveat, if you don't use these things in your codebase, and don't want to start, I wouldn't use them as interview questions. Otherwise, you might be filtering out candidates that could be good additions to your team.

kdmote wrote:
not to make the candidates write or debug actual code in the interview, with the possible exception of FizzBuzz.

Bonus points if you have them write it as a LINQ statement Smile | :)
We can program with only 1's, but if all you've got are zeros, you've got nothing.

GeneralRe: C# devs: how about these interview questions? Pin
Jeremy Falcon24-Jan-17 6:13
professionalJeremy Falcon24-Jan-17 6:13 
GeneralRe: C# devs: how about these interview questions? Pin
#realJSOP24-Jan-17 6:17
mve#realJSOP24-Jan-17 6:17 
PraiseRe: C# devs: how about these interview questions? Pin
Gary Wheeler24-Jan-17 6:37
Gary Wheeler24-Jan-17 6:37 
GeneralRe: C# devs: how about these interview questions? Pin
virang_2125-Jan-17 13:23
virang_2125-Jan-17 13:23 
GeneralRe: C# devs: how about these interview questions? Pin
Foothill24-Jan-17 6:30
professionalFoothill24-Jan-17 6:30 
GeneralRe: C# devs: how about these interview questions? Pin
Marc Clifton24-Jan-17 7:17
mvaMarc Clifton24-Jan-17 7:17 
GeneralRe: C# devs: how about these interview questions? Pin
jgakenhe24-Jan-17 8:02
professionaljgakenhe24-Jan-17 8:02 
GeneralRe: C# devs: how about these interview questions? Pin
Mark_Wallace24-Jan-17 8:09
Mark_Wallace24-Jan-17 8:09 
GeneralRe: C# devs: how about these interview questions? Pin
PIEBALDconsult25-Jan-17 13:10
mvePIEBALDconsult25-Jan-17 13:10 
GeneralRe: C# devs: how about these interview questions? Pin
virang_2125-Jan-17 13:19
virang_2125-Jan-17 13:19 
JokeI was going to ask this in QA Pin
OriginalGriff24-Jan-17 3:35
mveOriginalGriff24-Jan-17 3:35 
AnswerRe: I was going to ask this in QA Pin
User 842024-Jan-17 3:40
User 842024-Jan-17 3:40 
GeneralRe: I was going to ask this in QA PinPopular
PeejayAdams24-Jan-17 3:55
PeejayAdams24-Jan-17 3:55 
GeneralRe: I was going to ask this in QA Pin
lopatir24-Jan-17 3:56
lopatir24-Jan-17 3:56 
GeneralRe: I was going to ask this in QA Pin
kdmote24-Jan-17 4:21
kdmote24-Jan-17 4:21 
GeneralRe: I was going to ask this in QA Pin
Daniel Pfeffer24-Jan-17 4:58
professionalDaniel Pfeffer24-Jan-17 4:58 
GeneralRe: I was going to ask this in QA Pin
raddevus24-Jan-17 5:14
mvaraddevus24-Jan-17 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.