Me postulé a través de otra fuente. El proceso tomó 1 semana. Acudí a una entrevista en ADSoftware (Bengaluru) en ene 2021
Entrevista
How can you retrieve the dimensions (width and height) of an element in the DOM?
1. getBoundingClientRect() 2. offsetWidth and offsetHeight
How can you center a div both vertically and horizontally
Use flexbox Or, using grid: How can you create a responsive layout without media queries?
Preguntas de entrevista [1]
Pregunta 1
How can you retrieve the dimensions (width and height) of an element in the DOM?
1. getBoundingClientRect() 2. offsetWidth and offsetHeight
How can you center a div both vertically and horizontally
Use flexbox Or, using grid: How can you create a responsive layout without media queries?