Bootstrap Study Guide 2026
Everything you need to pass the Bootstrap exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.
📋 Bootstrap Exam Format at a Glance
📚 Bootstrap Topics to Study (57)
✍️ Sample Bootstrap Questions & Answers
1. What is the effect of adding `data-bs-toggle='collapse'` to a button in Bootstrap?
The `data-bs-toggle='collapse'` attribute initializes Bootstrap's Collapse plugin on the button, toggling the visibility of the element referenced by `data-bs-target`.
2. In Bootstrap, what layout is used to provide 100 percent width?
In Bootstrap, the Fluid layout is used to provide 100 percent width. This is achieved by applying the `.container-fluid` class to an element. Unlike the fixed-width `.container`, the fluid container ensures that its content spans the entire width of the viewport, adapting responsively to different screen sizes.
3. How should an Bootstrap professional handle a situation outside their scope of competency?
This is fundamental to Bootstrap practice. Recognize limitations and refer to or consult with appropriate specialists represents the professional standard for professional standards in the Bootstrap certification framework.
4. What is the purpose of a RACI matrix in stakeholder communication?
A RACI matrix eliminates ambiguity about decision-making authority and communication obligations.
5. Under ISO 31000, the risk management process begins with which step?
ISO 31000 mandates establishing the internal and external context (scope, objectives, stakeholders) before any risk identification or analysis begins.
6. Which Bootstrap utility class makes an element invisible but still occupies space in the layout?
The `invisible` class hides an element visually while keeping its space in the document flow, unlike `d-none` which removes it from the flow entirely.