Question Bank
721 approved questions from the community
Why is transform: translate() often preferred over position changes for animations?
What is the Critical Rendering Path in relation to CSS?
What is CSS-in-JS and why might you use it?
What is the difference between currentColor and inherit keywords?
What is the difference between reflow and repaint in browsers?
What is the CSSOM and how does it relate to the DOM?
What is the Intersection Observer API's relationship to CSS?
What is DOM reflow and when does it occur?
What are the main steps in how CSS works under the hood?
What is the difference between the child combinator (>) and descendant combinator (space)?
What is a Block Formatting Context (BFC)?
What is the main advantage of using @layer in CSS?
The screen keyword in media queries applies to the device's physical screen, not the browser's viewport.
Why are long-lived transactions discouraged in SOA?
What is the difference between SOA and Microservices?
Why does Event-Driven Architecture improve scalability?
What does the CAP Theorem state?
What is Blue-Green Deployment?
What is the N+1 query problem?
What is the difference between covariance and contravariance in type systems?