I was interviewed for a job as a software developer last week and they asked me to draw a picture of a pelican riding a bicycle.
Aced it, got the job as a senior software engineer.
The interviewers afterwards said "it is SO refreshing to find a software developer who actually knows how to code - never seen such a high performance focused, well built pelican on a bike - you have the skills we need".
I interviewed as a software developer at LinkedIn. The interviewer asked me to demonstrate my prompting skills, so I had AI write an article about what the recent death of my father taught me about B2B SaaS. Reading it brought tears to his eyes so he hired me on the spot.
I often do hand write SVG icons. I know roughly what I want, it's less messy compared to using an editor (cleaner, smaller xml, easier to hand-edit later if needed). Path arc is my nemesis, otherwise it's not that hard. Pelican would take some time, but same as software development, you split it into smaller chunks and do one at the time.
Main problem in complex icon is remembering which (x, y) point is used in which element, <g> with background grid is helpful here. I was even thinking about making extended SVG language with variables for (x, y) points.
We were hand writing PostScript code that drew pelicans at job interviews in the 90s, then they sent it to a printer a stored the page in a file drawer /s
You jest but generating SVGs requires understanding of color, size, placement. It's stress testing visual/spatial/artistic capabilities that would be required for writing CSS/design work.
Yes if you're doing backend the pelicans are probably completely irrelevant but if developing anything with a UI, you probably want a model that understands the relationship between code and what the user is seeing.
"I was interviewed for a job as a software developer last week and they asked me to draw a picture of a pelican riding a bicycle. Aced it, got the job as a senior software engineer."
That is the best joke I have heard this year. Ready for a stand-up comedy special. Or a song. Superb!
Aced it, got the job as a senior software engineer.
The interviewers afterwards said "it is SO refreshing to find a software developer who actually knows how to code - never seen such a high performance focused, well built pelican on a bike - you have the skills we need".