Frontend Developer Interview Preparation That Helped Me Get Multiple Offers

Frontend Developer Interview Preparation That Helped Me Get Multiple Offers

·

2 min read

Preparing for interviews can be overwhelming, especially when you have a full-time job alongside. While there are plenty of resources available online, it is quite difficult to decide where to begin, how to cover different aspects of interviewing, and know when you are ready to face the real interview. In this article, I’ll share some frequently asked Frontend interview questions from different interviews for programmers at different levels of experience.

image.png

Part 1 consists of HTML-CSS questions

🔸What are semantic elements and explain a few of them? What are their advantages?

🔸What is doctype used for?

🔸What is DOM?

🔸What are media queries and explain them in detail?

🔸Different types of storage (local storage, session storage, cookies)and which one is the best way to store data?

🔸Create a simple login form and add validations on the password?

🔸What are the different types of script tags? (async,defer)

🔸What is SEO? Explain steps

🔸Explain CSS pseudo-selectors and pseudo-elements.

🔸Explain box-model

🔸What is flexbox and explain their properties?

🔸Difference between transition and transform property in CSS.

🔸What is Mobile-First Approach and Desktop First approach and which one you follow and why?

🔸Units in CSS.Difference between absolute, relative, and fixed?

🔸Write a piece of code to center div.

🔸How we can achieve smooth scrolling

🔸What is specificity in CSS? Explain in detail

🔸What is a responsive web design and how we can achieve that

🔸What do you mean by metatag? And why initial value =1.0 written?

🔸Difference between justify-content vs align-items.

🔸Difference between id and class selectors

🔸DOM manipulation.

🔸How will you decide when to use a button or tag?

🔸Why CSS is important?

🔸What are some of the things you would test while doing accessibility testing?

🔸Make a bouncing ball entirely with help of CSS.

🔸In how many ways can CSS be integrated?

🔸How the browser renders HTML and CSS? Explain in detail.

Tip: Make a responsive website with HTML/CSS that will help you to gain more knowledge.

Projects to try out even if you just know HTML and CSS

📍A tribute page(Write a tribute of someone you admire and publish as a web page. Add images, links, lists, and paragraphs.

📍Google.com page with icons, google’s logo, a text box, and two buttons.

📍A survey form(testing your skills on all types of inputs)

📍Apply Modern CSS Theming to an Existing Site.

📍Understand and implement flexbox NavBars

If you need any kind of help related to this you can ping me on https://www.linkedin.com/in/riya-jain-6691b8127/ and I will be happy to share my knowledge with you all.

Part 2 will be of JavaScript Related Questions.

https://riyajain.hashnode.dev/cracking-frontend-developer-interview-part-2-ckpf4ckx104h8kms190nae9ie

Did you find this article valuable?

Support Riya Jain by becoming a sponsor. Any amount is appreciated!