Upload Button Icon Add office photos

Filter interviews by

Appminds Interview Questions and Answers

Updated 18 May 2024

Appminds Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What html, css,js
  • Ans. 

    HTML, CSS, and JavaScript are essential languages for building websites and web applications.

    • HTML is used for creating the structure of a webpage

    • CSS is used for styling the elements on a webpage

    • JavaScript is used for adding interactivity and dynamic behavior to a webpage

  • Answered by AI
  • Q2. How to apply style in html file
  • Ans. 

    CSS can be applied to HTML files using inline styles, internal styles, or external stylesheets.

    • Use inline styles by adding the 'style' attribute to HTML elements

    • Use internal styles by including CSS within a