0% found this document useful (0 votes)
45 views

Interview Questions: (Ui Full Stack Web Development)

The document contains interview questions for a full stack web development position focusing on HTML, CSS, and JavaScript. There are 67 questions total organized into sections on HTML & CSS (questions 1-30), and JavaScript (questions 42-67). The HTML & CSS questions cover topics like common tags, attributes, the CSS box model, positioning, and performance. The JavaScript questions cover the basics of the language like data types, variables, control structures, and arrays as well as more advanced topics like hoisting, switch statements and string/array methods.

Uploaded by

Magam Siva
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Interview Questions: (Ui Full Stack Web Development)

The document contains interview questions for a full stack web development position focusing on HTML, CSS, and JavaScript. There are 67 questions total organized into sections on HTML & CSS (questions 1-30), and JavaScript (questions 42-67). The HTML & CSS questions cover topics like common tags, attributes, the CSS box model, positioning, and performance. The JavaScript questions cover the basics of the language like data types, variables, control structures, and arrays as well as more advanced topics like hoisting, switch statements and string/array methods.

Uploaded by

Magam Siva
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

INTERVIEW QUESTIONS

(UI FULL STACK WEB DEVELOPMENT)


 Html-4 & CSS-2
1. Which frame work we have experience with?
2. List out editors you have experienced with?
3. What is the basic structure of HTML page?
4. What are the predefined HTML tag you have experienced with?
5. What are attributes, list out some predefined HTML attributes?
6. Why do we use Id attribute?
7. Difference between inline CSS and CSS class?
8. Limitations by using inline CSS?
9. What is a CSS class? Different types of classes can be created on a page?
10. What are the different ways we can create classes in HTML?
11. What are the different ways we could apply CSS properties to HTML elements?
12. Why inline and tag base are not recommended?
13. What is the default properties order browser follows while applying CSS to
elements?
14. What is the higher and lower properties considered?
15. How do you over write default property order?
16. What is ‘!’ mark important?
17. What is difference between inline element and block level element?
18. What do you mean by CSS box model?
19. How do you maintain space between or with in DOM element?
20. What is the CSS property through which we could able to add text content through
CSS?
21. What is difference between pseudo classes and pseudo elements ?
22. How does using tables in a page decrease of performance of a page?
23. What attributes are used to merge multiple cells to form a single cell?
24. What is CSS display property?
25. Difference between display 'none' and visibility 'hidden'?
26. What are different ways we can hide a DOM element with the page?
27. What are the different steps you follow to increase the performance of a web page?
28. What is image spriting concept?
29. What are the possible values the display property takes?
30. How do we force a block level element to get render as like an inline element?
31. What are the different CSS properties we applied to move the element to any
required position without increasing it’s dimensions ?
32. What is difference between absolute and relative positions?
33. Different between fixed and sticky position?
34. What properties an element with position static is going to code?
35. When does an element will under X, Y-axis and in Z-axis?
36. How do we control default rendering order of elements within Z-axis?
37. How does using tables within a page will decrease the performance of a page?
38. What are the different input controllers you have worked with?
39. What is the form tag and what are it’s default attributes?
40. What are the different types of communications can be established between client
and server?
41. Different between input type submit and input type button?

 JavaScript
42. Why JavaScript is called client side scripting language?
43. Why JavaScript is use while developing a web page?
44. What are the data types, list of JavaScript supports?
45. What is type casting and dynamic type casting in JavaScript ?
46. What is type of method?
47. What tools you have experienced with for debugging JavaScript code?
48. What are the different ways we inject JavaScript code to web pages?
49. What is variable hoisting in JavaScript, why does JavaScript implements hoisting
concepts?
50. List out the control structures supported in JavaScript ?
51. Difference between = , == , === ?
52. Difference between “While Loop” and “Do While Loop’’ control structure?
53. What are the list of control structure JavaScript supports?
54. What are the new looping control structure supporting ACMA6 ?
55. How does switch case increases performance of the Page ?
56. Difference between the ‘else’ and ‘else if’ control structure ?
57. What is data structure , List out the data structure supported in JavaScript ?
58. What is an array?
59. Is array’s are homogenous or heterogynous data Structure ?
60. What are the predefined methods which can be applied on array ?
61. How do we insert or delete values at any required position within the array ?
62. What is the difference between “splice” and “slice” method ?
63. List out the predefined methods can be applied on a string ?
64. How do you find out the total number of spaces within a string ?
65. How do we find out the total number of words within the provide string ?
66. Write a program to find out the total number of vowels ?
67. Write a program to find out the total number of uppercase characters present within
a string ?

You might also like