Neha / AMA

AMA - Ask me anything
10 stars 2 forks source link

CSS interview questions and correct way to approach them #9

Open TheJSGirl opened 5 years ago

TheJSGirl commented 5 years ago

I'm facing interviews these days and there are a lot of interview questions over the internet along with the answers. but I want to know;

  1. How to approach a CSS question.
  2. How the flow of the answer should look like?
  3. What you expect out of an interviewee?

if you can guide through your favorite interview questions it will be great.

Neha commented 5 years ago

# 1 How to approach a CSS question. CSS / SCSS is only about styling and position. So, just visualize that. The good part is CSS has only a few tags and you can master them easily as compared to Javascript. A good CSS styling would be :

# 2 Flow of the answer: Do not hesitate to ask followup questions from the interviewer. Always remember there are many ways to do the same problem not just in CSS but in every programming language.

# What you expect out of an interviewee? Should know how to convert a design using HTML + CSS. Know very well about the tags and optimizing the CSS. Few tricks about CSS such as - flex vs grids, positions, doing tasks without using JS and only by CSS as well as also know the disadvantages of writing bad css.

vijayksingh commented 5 years ago

Please go through this Front End Interview Guide Follow this religiously.