Wednesday, August 19, 2015

Bootstrap Interview Questions and Answers for Experienced basic advanced 2015-2016

Bootstrap Interview Questions and Answers for Experienced basic advanced 2015-2016,Bootstrap Interview Questions and Answers 2015,Top 20 Bootstrap Interview Questions,Bootstrap Interview Questions & Answers,Bootstrap Interview Questions and Answers For Freshers and Experienced, Bootstrap Frequently Asked Interview Questions,Freshers Latest Bootstrap Technical Interview Questions & Answers,F2F Interview,Bootstrap, Interview Questions & Answers,What would be some common Bootstrap interview questions,Bootstrap interview questions and answers for 2 years,Bootstrap Developer Interview Questions,10 Common face to face Bootstrap interview questions and answers,Bootstrap Interview Questions and Answers,Top 10 Bootstrap Interview Questions and Answers 2015,Bootstrap (CMS)Interview Question Answer,Technical Bootstrap Interview Questions and Answers for getting Job,Where can I find good Bootstrap interview questions,Bootstrap job interview questions and answers for freshers,Bootstrap interview questions and answers for experienced,10 Tough Bootstrap Interview Questions With Smart Answers,Bootstrap interview questions and answers for experienced,How to Answer Bootstrap Interview Questions,Where can I find good Bootstrap interview questions ,Download Bootstrap Interview Questions.

Question: Who developed this Bootstrap?

Mark Otto and Jacob Thornton at Twitter


Question: What are the main components of Bootstrap?

Plenty of CSS files
Scaffolding
List of layout components
JavaScript Plugins
Customize your components


Question: Why we Use this Bootstrap?

Easy to use
Responsive features
Mobile-first approach
Browser compatibility
Fluide & Fixed Layout available


Question: From where we can download this Bootstrap?

http://getbootstrap.com/

Question: What is class loaders in Bootstrap?

Class loader is a part of Java Runtime Environment which loads Java classes into Java virtual environment.

Question: Can we include bootstrap CDN instead of download the Bootstrap?

Yes sure, we can do from following
<!-- Latest compiled and minified CSS -->
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"></link>

Question: What is Fluid Layout in Bootstrap?

Fluid layout adapts itself to different browser. Means design automatic adjust according to browser size.


Question: What are different types of layouts available in the Bootstrap?

Fluid Layout
Fixed Layout


Question: What is Fixed Layout in Bootstrap?

Fixed layout doesn't adapts itself to different browser but it can be responsive.



Question: What is responsive layout?

Responsive layout which is able to adapt itself to different sizes as well, but when resizing, the number of columns changes according to the available space.



Question: What is difference between Fluid Layout and responsive Layout?

Fluid layout adapts itself to different browser window sizes, all the values used are calculated proportionally to the viewport size, so when resizing, all the columns are resized.

Responsive layout is able to adapt itself to different sizes as well. When resizing, the number of columns changes according to the available space.


Question: How to classified pagination in bootstrap?

Add class "pagination" on your page for pagination.
.disabled, .active are available
.pagination-Ig, .pagination-sm to get different sizes


Question: What to display code in bootstrap?

you can use following tags
<code></code>

Question: What is Bootstrap collapsing elements?

Bootstrap collapsing elements enables you to collapse any element without using external JavaScript.

Question: What is Media Object?

Media objects in Bootstrap enables to put media object like image, video or audio


Question: What is Jumbotron?

Jumbotron is used for content that you want to highlight like some slogan OR marketing headline.


Question: What is Modal plugin used for in Bootstrap?

Modal Plugin is a child window that is layered over its parent window


Question: What is Bootstrap Container in Bootstrap?

Bootstrap container is a class which is useful and creating a centred area in the page for display.

1 comments: