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

70
Questions
70 min
Time Limit
75.00%
Passing Score

📚 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?
Shows or hides a targeted collapsible element without writing JavaScript

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?
Fluid layout

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?
Recognize limitations and refer to or consult with appropriate specialists

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?
To clarify who is Responsible, Accountable, Consulted, and Informed for each task

A RACI matrix eliminates ambiguity about decision-making authority and communication obligations.

5. Under ISO 31000, the risk management process begins with which step?
Establishing the context

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?
invisible

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.

🎯 Free Bootstrap Practice Tests

📖 Bootstrap Guides & Articles

Your Bootstrap Study Path
1. Learn with Flashcards → 2. Drill Practice Tests → 3. Take the Full Exam Simulation
Was this helpful?