Upload Button Icon Add office photos

Filter interviews by

Vartit Technology Web Developer Interview Questions and Answers

Updated 24 Sep 2023

Vartit Technology Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. 1.what is tag. 2. why use css. 3.how to use css in html . 4.how to create the testimonals . 5.what is difference between id and class. 6.why div tag important. 7.Give the task and after giving the task t...
  • Ans. 

    Answering common questions related to web development, including HTML tags, CSS usage, testimonials creation, and the importance of div tags.

    • 1. Tags in HTML are used to define different elements on a webpage, such as headings, paragraphs, images, links, etc.

    • 2. CSS is used to style and format the content of a webpage, making it visually appealing and user-friendly.

    • 3. CSS can be used in HTML by either embedding styles di...

  • Answered by AI
  • Q2. Difference between external and internal css.
  • Ans. 

    External CSS is stored in separate files while internal CSS is included within the HTML file.

    • External CSS is linked to HTML using tag.

    • Internal CSS is defined within