Click here to Skip to main content
15,921,467 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: is something wrong with me ? Pin
jschell23-Apr-14 9:31
jschell23-Apr-14 9:31 
GeneralRe: is something wrong with me ? Pin
Ernst Iliov Stavro Blofeld23-Apr-14 12:41
Ernst Iliov Stavro Blofeld23-Apr-14 12:41 
GeneralRe: is something wrong with me ? Pin
Plamen Dragiyski23-Apr-14 12:49
professionalPlamen Dragiyski23-Apr-14 12:49 
GeneralRe: is something wrong with me ? Pin
_Maxxx_23-Apr-14 13:28
professional_Maxxx_23-Apr-14 13:28 
GeneralRe: is something wrong with me ? Pin
CS201124-Apr-14 7:31
professionalCS201124-Apr-14 7:31 
GeneralRe: is something wrong with me ? Pin
_Maxxx_24-Apr-14 14:39
professional_Maxxx_24-Apr-14 14:39 
GeneralRe: is something wrong with me ? Pin
CS201124-Apr-14 19:16
professionalCS201124-Apr-14 19:16 
GeneralRe: is something wrong with me ? Pin
_Maxxx_25-Apr-14 0:27
professional_Maxxx_25-Apr-14 0:27 
CS2011 wrote:
Well mainly 'coz of this https://www.google.co.in/?gfe_rd=cr&ei=je1ZU-jcOo3V8gf17YGwBw#q=what+is+mvvm[^]


Don't know about you, but I've never been to an interview where they allowed you to google stuff during the interview!


CS2011 wrote:
f you ask which situation do you think we should go for MVVM and which situation do you think we should avoid it ?

well, any decent interviewer and interviewee will begin a dialog.

if the interviewer asks "what is MVVM" and you reply "Model View ViewModel" then shut up, it's all a bit pointless. depending on the position, perhaps they have existing MVVM projects on which they want someone to work. Pointless asking you when you wouldn't use MVVM - better to make sure you understand what it is.


CS2011 wrote:
people can fake theoretical knowledge but not practical.


You can lie or exaggerate practical knowledge - I have interviewed people who have told me about their wide experience in xyz technology, but when asked to explain the technology have failed - giving textbook definitions rather than explaining how they have used it (or not) - so they have faked practical and theoretical knowledge. Remember, just because you know that you know something, doesn't mean the interviewer knows. and the way they find out it by asking questions.


CS2011 wrote:
understanding ? Yep. definitions ? Not so much



Are you telling me that they asked "Please define what is meant by MVVM" with no expectation of beginning a discourse?


CS2011 wrote:
never said i didn't know.


And I never said you didn't know. I said that they weren't saying that if you didn't know you wouldn't get the job. interviews aren't about asking questions with correct answers, they are about getting to know someone's abilities (can they do the job) and personality(do we want them to work here) quickly.


CS2011 wrote:
it's not a good way to judge a skill of programer by asking theoretical question.


I entirely disagree. except for the most basic programming positions, the ability to write code is way down on my list of requirements - a good developer needs to have a good understanding of WHY certain things are done in certain ways, and have a good understanding of the shortcomings in their experience and knowledge.

Understanding what MVVM is, why it can be a good pattern etc. without ever having used it can be a far better indicator of someone who would be useful than having someone who can write some MVVM code without understanding.

The former tends to be a thinker, will look at alternatives and not just stick to doing things the way they have learned because, well, that's the way they learned, whereas the latter will more likely churn out the same stuff and not think outside the square.

Both types have their uses - the latter as cannon fodder, the former as generals.

as a real example.

given

C#
.Where(predicate).FirstOrDefault();

vs
C#
.FirstOrDefault(predicate);


Any dev could probably have a good guess at what they did - even if they had never seen either construct before.
Some devs would tell you that you should use the 2nd version over the 1st version.

The dev i want is the one who tells you which version they would use, and why.

it's not necessary that they concur with my personal choice (the first, incidentally) but that they can support their decision beyond 'that's just how I do it'.

I['m waffling -a sure sign I need another beer.
GeneralRe: is something wrong with me ? Pin
CS201125-Apr-14 1:17
professionalCS201125-Apr-14 1:17 
GeneralRe: is something wrong with me ? Pin
_Maxxx_25-Apr-14 1:36
professional_Maxxx_25-Apr-14 1:36 
GeneralRe: is something wrong with me ? Pin
CS201125-Apr-14 3:06
professionalCS201125-Apr-14 3:06 
GeneralRe: is something wrong with me ? Pin
_Maxxx_25-Apr-14 15:27
professional_Maxxx_25-Apr-14 15:27 
GeneralRe: is something wrong with me ? Pin
Joe Woodbury23-Apr-14 14:55
professionalJoe Woodbury23-Apr-14 14:55 
GeneralRe: is something wrong with me ? Pin
agolddog24-Apr-14 3:47
agolddog24-Apr-14 3:47 
GeneralRe: is something wrong with me ? Pin
Andy Brummer23-Apr-14 16:46
sitebuilderAndy Brummer23-Apr-14 16:46 
GeneralRe: is something wrong with me ? Pin
Joe Woodbury23-Apr-14 20:40
professionalJoe Woodbury23-Apr-14 20:40 
GeneralRe: is something wrong with me ? Pin
Fabio Franco24-Apr-14 2:02
professionalFabio Franco24-Apr-14 2:02 
GeneralRe: is something wrong with me ? Pin
CS201124-Apr-14 7:25
professionalCS201124-Apr-14 7:25 
GeneralRe: is something wrong with me ? Pin
_Maxxx_25-Apr-14 0:35
professional_Maxxx_25-Apr-14 0:35 
GeneralRe: is something wrong with me ? Pin
Fabio Franco25-Apr-14 4:43
professionalFabio Franco25-Apr-14 4:43 
GeneralRe: is something wrong with me ? Pin
Stefan_Lang27-Apr-14 22:45
Stefan_Lang27-Apr-14 22:45 
GeneralRe: is something wrong with me ? Pin
draganp7124-Apr-14 4:34
draganp7124-Apr-14 4:34 
GeneralRe: is something wrong with me ? Pin
BrainiacV24-Apr-14 5:50
BrainiacV24-Apr-14 5:50 
GeneralRe: is something wrong with me ? Pin
CS201124-Apr-14 7:24
professionalCS201124-Apr-14 7:24 
GeneralRe: is something wrong with me ? Pin
Trajan McGill24-Apr-14 5:55
Trajan McGill24-Apr-14 5:55 

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.