Bootstrap Cheat Sheet 2026

The 30 highest-yield Bootstrap facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.

70 questions
70 min time limit
75.00% to pass
  1. A multi-step form wizard uses Bootstrap's progress bar. Which class and attribute set the filled portion to 60%? progress-bar class with style="width: 60%" and aria-valuenow="60"
  2. A remote stakeholder consistently misses video calls. What is the most effective adaptation? Send pre-recorded video updates and async check-ins that fit their schedule
  3. How should an Bootstrap professional present complex information to non-experts? Translate into accessible language, use visuals, and check for understanding
  4. How should Bootstrap professionals apply research findings to practice? Critically evaluate applicability, adapt to context, and monitor outcomes
  5. A content security policy (CSP) blocks Bootstrap's inline styles injected by Popper.js tooltips. Which CSP directive must be adjusted? style-src
  6. Which Bootstrap utility class enforces a consistent visual hierarchy by limiting text to a single line with an ellipsis? text-truncate
  7. To make a basic pagination, which class is used? .pagination
  8. What is the benefit of standardized digital reporting in Bootstrap practice? It ensures consistency, enables comparison, and facilitates regulatory compliance
  9. What does the Bootstrap class `g-3` control in a grid or flexbox layout? Gap (gutter) spacing between items
  10. A Bootstrap accordion is used for an FAQ page. By default, only one item should be open at a time. Which attribute on the accordion achieves this? data-bs-parent pointing to the accordion's ID
  11. Which Bootstrap component is best suited for showing a loading state while content is being fetched? Placeholder
  12. In Bootstrap's grid system, what happens when column widths in a row add up to more than 12? Columns wrap to the next line
  13. Which open-source license governs Bootstrap's use, and what does it primarily require of developers integrating it in commercial projects? MIT — include the copyright notice
  14. A developer finds conflicting community advice about Bootstrap modal z-index. What is the evidence-based approach to resolve the conflict? Test each suggestion in an isolated CodePen and verify against the Bootstrap source
  15. How does customer feedback integration strengthen bootstrap strategic planning? It ensures product development and strategy stay aligned with real market needs
  16. What strategic advantage does a bootstrapped company gain by staying private and not pursuing venture capital? Full founder control over strategic direction without investor pressure for rapid exits
  17. Which Bootstrap Sass variable controls the number of grid columns (default 12) when customizing a build? $grid-columns
  18. How should bootstrapped founders delegate effectively as the company grows? Identify trusted team members, define clear outcomes, and give them authority to execute
  19. Which Bootstrap class creates a column that spans all 12 columns, making the element full-width? .col-12
  20. In Bootstrap's flexbox utilities, which class aligns flex items to the end of the cross axis? align-items-end
  21. What is a bootstrap financial 'default alive' scenario? A company where current revenue growth will cover costs before cash runs out
  22. In a sensitivity analysis (tornado diagram), the risk variable at the top of the diagram indicates: The risk with the greatest potential impact on the project objective
  23. When a Bootstrap-powered site uses Subresource Integrity (SRI), what must a developer do if they upgrade from Bootstrap 5.2 to 5.3? Update both the CDN URL and the integrity hash attribute
  24. Bootstrap's `.visually-hidden` class differs from `display: none` in which critical accessibility way? Content remains in the accessibility tree and is read by screen readers
  25. Which bootstrapping financial tactic involves selling products before they are fully built? Pre-selling or presales to fund development
  26. In a Bootstrap form, which class is required on an `` element to apply Bootstrap's default form styling? form-control
  27. How should an Bootstrap professional respond to a compliance violation? Report it promptly, investigate the root cause, and implement corrective actions
  28. When running visual regression tests on Bootstrap components, a spinner's animation fails to render in a headless browser screenshot. The most likely cause is: CSS animations are disabled or reduced in the headless browser configuration
  29. In bootstrap budgeting, what does 'ramen profitable' mean? The business earns enough to cover only the founders' basic living expenses
  30. A watchlist in risk management typically contains risks that are: Low priority and monitored periodically for changes
Was this helpful?