DEV Community

Christina Gorton
Christina Gorton

Posted on

Favorite Front-end/UI developer interview questions?

Hey Dev community! Hit me with your favorite front-end/UI developer interview questions.

HTML, CSS, JavaScript, Accessibility etc.

Helping a student today prep for a final interview 🙏

Oldest comments (20)

Collapse
 
arswaw profile image
Arswaw

How would you make a basic grid?

Collapse
 
tdotholla profile image
Kiel

"html table or css grid"

Collapse
 
arswaw profile image
Arswaw

Unless you were using it to display tabular data I wouldn't use


Collapse
 
ben profile image
Ben Halpern

Assuming they'd be expected to know about the "virtual DOM", popularized by React and others, asking why the virtual DOM is needed and how it generally works high level.

Collapse
 
coffeecraftcode profile image
Christina Gorton

Good one!

Collapse
 
coffeecraftcode profile image
Christina Gorton

Thank you!!!

Collapse
 
jonrandy profile image
Jon Randy 🎖️

"Do you agree that React is massively overused and is basically like using a sledgehammer to crack a nut in most cases?"

Collapse
 
recss profile image
Kevin K. Johnson

Seems a bit leading, no?

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

😛 Certainly, but how they respond would reveal a lot

Collapse
 
garador profile image
Garador

I loled xD

Collapse
 
thgh profile image
Thomas Ghysels
  • Please estimate how long it would take to build this webapp based on these requirements?
  • What if you only have half an hour?
  • Let's build it. Now. Together.

This gives us insight in how you handle challenges and if you can prioritise the features that bring value.

Collapse
 
tdotholla profile image
Kiel

A lot of these are great but come from a line of 'traditional' / 'booksmart' thinking..
which is great for probing and making sure candidates have the knowledge behind knowing how to answer the question... but for a lot of these i'd accept an "i don't know, but i'd look at the API docs for this method/class and learn how to manipulate the js object or function to my need"

yakno? js evolves so quick; knowing the fundamentals of OOP + quick absorption of docs + knowing how to quickly iterate = a winner

Collapse
 
macskeptic profile image
♥ ☕

OOP is mostly a disservice to producing quality code

Collapse
 
olivvv profile image
olivvv

What is the difference between the focus and the caret ?
(Actually I use that question when I am grilled by people who know a js framework very well, have very limited frontend knowledge and try to establish a position of dominance. )

Collapse
 
adnanbabakan profile image
Adnan Babakan (he/him)

Do you think that tools like Webpack, SASS or jQuery made us to use them even for a single landing page? And what would you do to avoid it?

Collapse
 
miteshkamat27 profile image
Mitesh Kamat
  1. The famous setTimeout question.(event loop)
  2. Variable and function hoisting.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.