Frontend developer interview Q

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Front-End Developer

1. A front-end developer must understand user experience to create websites and


mobile applications.
2. Ability to work with different programming languages, including HTML & CSS.
3. A strong understanding of CSS pre-processors.
4. Understanding of JavaScript and jQuery.
5. Proficient in Web Designing.
6. Soft Skills.

I) HTML Interview Questions

1. What is Marquee in HTML?


2. What is Semantic HTML, and how does it work?
3. How do you display a Table on an HTML Webpage?
4. What’s the difference between HTML5 and HTML4?
5. What is the difference between canvas and svg?
6. Why you would use a srcset attribute in an image tag? Explain the
process the browser uses when evaluating the content of this
attribute.
7. Consider HTML5 as an open web platform. What are the building
blocks of HTML5?
8. How do you serve a page with content in multiple languages?

Er Kishan Kumar
II) CSS Interview Questions

1. What is the best way to include CSS Styling in HTML?


2. Mention the different types of CSS Selectors.
3. How do you create a responsive layout?
4. How do you use animation and transitions?
5. Describe Floats and how they work.
6. How would you implement a web design comp that uses non-
standard fonts?
7. Can you give an example of a pseudo-class?
8. What’s the difference between the "nth-of-type()" and "nth-child()"
selectors?
III) JavaScript Interview Questions

1. What is Callback in JavaScript?


2. What’s the difference between Function Declaration and Function
Expression?
3. What are Closures in JavaScript?
4. What is the best way to remove Duplicates from a JavaScript
Array?
5. Explain how this works in JavaScript. Can you give an example of
one of the ways that working with this has changed in ES6?
6. Write an immediately invoked function expression (IIFE)
7. How can you share code between files?

Er Kishan Kumar
8. Can you explain how to destruct an object or an array?
9. Build a comments section that has the following properties:
1. The user can add comments directly.
2. The user can add a reply to any comment.
3. The user can add a reply to any comment which is
a reply.

Er Kishan Kumar
HTML CSS and JavaScript Interview Questions Entry-Level Candidates

I) HTML Interview Questions

1. What standard HTML lists are used when designing a page?


2. What is the difference between HTML elements and tags?
3. How to insert a copyright symbol on a browser page?
4. How to create a nested webpage in HTML?
5. Can you create multi-colored text on a web page?
6. How to make a picture of a background image of a web page?
7. What is the use of an iframe tag?
8. What are the different new form element types in HTML 5?

II) CSS Interview Questions

1. What are the limitations of CSS?


2. How many ways can CSS be integrated into a web page?
3. What is CSS Box Model, and what are its elements?
4. Compare Grouping and Nesting in CSS?
5. Define the float property of CSS?
6. How can comments be added in CSS?
7. What is an Alternate Style Sheet?
8. What is at-rule?

Er Kishan Kumar
III) JavaScript Interview Questions

1. What are the differences between the =, ==, and === operators?
2. How would you use escape characters to log quotes in a string
correctly? For example, “We are “good” friends.”
3. Write a loop that prints every number divisible by three from 1-
200.
4. What are the .slice() and .splice() methods, and how do they
differently affect arrays?
5. How would you submit a form in JavaScript?
6. How would you write an object for a database containing the
following person’s details: Jack, age 45, with hazel eyes and ID
number 5000.
7. What is the DOM? And what does it do?
8. What are the various Data Types in JavaScript?
9. What is Scope in JavaScript?

Er Kishan Kumar

You might also like