Question Bank
721 approved questions from the community
What is the difference between dependencies and dev_dependencies in pubspec.yaml?
Which of the following are valid solutions to the N+1 query problem?
In the context of ORM frameworks, what causes the N+1 query problem?
Which of the following are best practices for database indexing?
What is the main benefit of using file splitting in CSS for large projects?
When should you use CSS Grid over Flexbox?
Which of the following are steps in the browser's CSS processing? (Select all that apply)
Which of the following can create a Block Formatting Context (BFC)? (Select all that apply)
Which of the following CSS properties do NOT trigger a reflow when changed? (Select all that apply)
Which of the following CSS features can improve rendering performance? (Select all that apply)
Which of the following create a new stacking context? (Select all that apply)
Which of the following trigger a browser reflow? (Select all that apply)
What is the difference between nth-child() and nth-of-type()?
CSS Grid's minmax() function can prevent grid tracks from collapsing while allowing them to grow.
CSS Grid's implicit grid automatically creates tracks for items that don't fit in the explicitly defined grid.
CSS specificity is calculated as a four-part value (a,b,c,d) where inline styles have the highest weight.
CSS custom properties (variables) can be changed dynamically with JavaScript.
What is the purpose of the contain CSS property?
What is the stacking context in CSS?
What is CSS containment and why is it useful?