Earlier quoted context omitted.
Same with some driving exam questions I have had. For example worded something like that, "does driving faster in some sections of the journey affect your planned time of arrival?" I don't remember if the wording was specifically like this, but it was something that to me logically obvious answer is "yes", but the correct answer and what they expect is "no", to show that you are a reasonable driver who won't speed un…
If I remember correctly, that question likely refers to some argument in the driving manual about speeding. Something along the lines of "speeding in most urban areas doesn't actually help get someone to their destination faster. There are always multiple traffic lights and other cars to contend with, so it's not helpful to go over the speed limit and it increases the risk and severity of an accident." It's perfectly…
I had to give a wrong answer to get the job (2017)
101–110 of 409 posts
Re: I had to give a wrong answer to get the job (2017)
#102Earlier quoted context omitted.
It get's tricky with ambiguous subjects. If there is a concrete correct answer then yes, give that stick to your guns. If there isn't and the issue comes down to opinion and interpretation ... things get dicy ...
Well, I disagree - people are presumably paying me for my experience and successes, which will affect my opinion and interpretation. If they don't like those, then presumably they don't value my experience, and we would probably not be happy working together.
Otherwise, I'd agree with your stance completely.
Re: I had to give a wrong answer to get the job (2017)
#103Re: I had to give a wrong answer to get the job (2017)
#104Earlier quoted context omitted.
I was taking a firearms safety course and there was a true/false section on a test. I can’t recall what the question was specifically but it was about which laws something fell under and the main issue was the word ‘or’ - when used as a logical OR the answer was True. When used as a sort of common day ‘or’ the answer was probably false. I put false without thinking. I had everything else on the test right and part of…
What other meaning of the word "or" is there?
Re: I had to give a wrong answer to get the job (2017)
#105One "consultant" technique I use in such situations is to say the correct thing, but while giving "credit" to the person who was actually wrong: "I think $JOE is right about $TOPIC, and what he's saying is that ". I find that many will be persuaded and are more willing to accept the correction in this form, as they're not being told that they're wrong. If they still don't agree, then I can ratchet up to more pointed criticism: "oh then I misunderstood you...but isn't there a problem then because...."; but, if you can keep bringing them in by validating at least some what of they thought, it helps.
Re: I had to give a wrong answer to get the job (2017)
#106Earlier quoted context omitted.
> Since it's a question of facts Is it? I think it's an opinion. How would you empirically test if the answer was right or wrong? What's on Wikipedia is also someone's opinion, isn't it? What's in a book that Wikipedia references is again someone's opinion. If you can't write a program or other set of instructions to test it... it's an opinion. 'How does Dr Foo say that MVC maps to database-server-client?' would be a…
Well, it's a matter of definitions. What means it's a completely useless and dumb question, but also that the majoritarian opinion on the relevant context is a fact. That said, I don't think I've seen MVC used with the same meaning twice... what makes the question even worse.
Apple's definition of MVC specifically contradicts the Wikipedia definition for MVC that OP gives.
https://developer.apple.com/library/archive/documentation/Ge...
The current Wikipedia content on multitier vs MVC is quite vague.
https://en.wikipedia.org/wiki/Multitier_architecture
I think "correct" is a reach here.
Stock CRUD multitier should not be confused with MVC, nor vice versa.
A company that doesn't understand the differences is a Red Flag.
Re: I had to give a wrong answer to get the job (2017)
#107Earlier quoted context omitted.
I was taking a firearms safety course and there was a true/false section on a test. I can’t recall what the question was specifically but it was about which laws something fell under and the main issue was the word ‘or’ - when used as a logical OR the answer was True. When used as a sort of common day ‘or’ the answer was probably false. I put false without thinking. I had everything else on the test right and part of…
What other meaning of the word "or" is there?
Re: I had to give a wrong answer to get the job (2017)
#108Earlier quoted context omitted.
Same with some driving exam questions I have had. For example worded something like that, "does driving faster in some sections of the journey affect your planned time of arrival?" I don't remember if the wording was specifically like this, but it was something that to me logically obvious answer is "yes", but the correct answer and what they expect is "no", to show that you are a reasonable driver who won't speed un…
If I remember correctly, that question likely refers to some argument in the driving manual about speeding. Something along the lines of "speeding in most urban areas doesn't actually help get someone to their destination faster. There are always multiple traffic lights and other cars to contend with, so it's not helpful to go over the speed limit and it increases the risk and severity of an accident." It's perfectly…
over enough journeys, driving faster will always decrease your average travel time (unless you crash or get pulled over, I guess). the way to discourage people from speeding is not to tell them something obviously wrong, but to discuss the legal/safety risks and the increased gas and brake pad consumption. I understand that I can get places faster by speeding in the city, but I don't do it because, to me at least, the gains are marginal compared to the risk, cost, and stress.
Re: I had to give a wrong answer to get the job (2017)
#109Heh. Happens all the time with tests and questionnaires, the choice is always frustrating: * "Does the author really mean what they are asking? Are the mistakes in the phrasing or corner cases intentional, meant to catch me, test my deep knowledge?" , or * "Is the author just not very good with logic / not thinking this through?" I go with the latter in "soft social" contexts. Never regretted it yet. This saved my hi…
Same with some driving exam questions I have had. For example worded something like that, "does driving faster in some sections of the journey affect your planned time of arrival?" I don't remember if the wording was specifically like this, but it was something that to me logically obvious answer is "yes", but the correct answer and what they expect is "no", to show that you are a reasonable driver who won't speed un…
Re: I had to give a wrong answer to get the job (2017)
#110This isn't a great example to me. I doubt the interviewers would disagree that the actual code in MVC runs at the "application tier". I think they were just trying to elicit the idea that the model defines interaction with the database and that the view defines interaction with the browser client. That there is some relation there between MVC and 3-tier architecture. The Wikipedia snippet that disputes any relationsh…