Bootstrap Interview
Bootstrap 5 Features Interview
High-value interview answers on what changed in Bootstrap 5.
1What major dependency was removed in Bootstrap 5?easy
Answer: jQuery was removed. Bootstrap JS components now work in vanilla JavaScript.
2What is Bootstrap Utility API?medium
Answer: It allows generating custom utility classes through Sass configuration for scalable design systems.
3What is notable about RTL in Bootstrap 5?medium
Answer: Bootstrap 5 provides improved right-to-left support for multilingual interfaces.
4What is Offcanvas used for?easy
Answer: Sliding side panels, usually for mobile menus, filters, or contextual UI.
5What changed in directional utility naming?medium
Answer: Logical properties are used (
start/end) instead of left/right for better RTL compatibility.Interview Tip
Mention real migration points from Bootstrap 4 to 5: no jQuery, renamed utilities, and new components.