An Interview Question that Actually Works
blog.filepicker.io
An Interview Question that Actually Works
1–10 of 21 posts
Re: An Interview Question that Actually Works
#2What you meant to say seems to be "at the bottom of the screen", which prompts more questions than answers.
Then again, maybe I'm misunderstanding your intentions entirely, since you state that your naïve solution was to use position:absolute. But then in the next paragraph, you talk about position:fixed. Was the absolute-part a typo?
Re: An Interview Question that Actually Works
#3It doesn't really tell you if the interviewee can code, and it probably doesn't tell you much about how they think. Developers should be asked to write code and design systems, whether large scale services or libraries.
Re: An Interview Question that Actually Works
#4Had me confused for a bit. Keeping it at the bottom is trivial. Just put it last in the html markup - right before . What you meant to say seems to be "at the bottom of the screen", which prompts more questions than answers. Then again, maybe I'm misunderstanding your intentions entirely, since you state that your naïve solution was to use position:absolute. But then in the next paragraph, you talk about position:fix…
Re: An Interview Question that Actually Works
#5"While working on our new developer portal a UI bug led me to my new favorite interview question:"
...
"Questions like the sticky footer riddle tend to reveal great engineers. Great engineers understand that simple questions often have surprisingly complex answers. More importantly, a great engineer is not afraid to say they don’t know the answer."
What are the limits of the modern misnomer "engineer"?
Re: An Interview Question that Actually Works
#6Re: An Interview Question that Actually Works
#7Had me confused for a bit. Keeping it at the bottom is trivial. Just put it last in the html markup - right before . What you meant to say seems to be "at the bottom of the screen", which prompts more questions than answers. Then again, maybe I'm misunderstanding your intentions entirely, since you state that your naïve solution was to use position:absolute. But then in the next paragraph, you talk about position:fix…
The position:fixed reference was a typo. Good catch!
Re: An Interview Question that Actually Works
#8Re: An Interview Question that Actually Works
#9My 2 cents: This is a horrible interview question. It tests arcane knowledge that takes about 15 seconds of googling, kind of like the varchar2 question in this blog post: http://www.joelonsoftware.com/articles/fog0000000073.html . It doesn't really tell you if the interviewee can code, and it probably doesn't tell you much about how they think. Developers should be asked to write code and design systems, whether lar…
Re: An Interview Question that Actually Works
#10Also, obviously this question is biased towards front end developers.