Bootstrap - Mock Test



This section presents you various set of Mock Tests related to Bootstrap Framework. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.

Questions and Answers

Bootstrap Mock Test IV

Answer : C

Explanation

Both of the above options are correct.

Answer : C

Explanation

Both of the above options are correct.

Answer : A

Explanation

data-backdrop − Specify static for a backdrop, if you don't want the modal to be closed when the user clicks outside of the modal.

Answer : D

Explanation

data-remote − Using the jQuery .load method, injects content into the modal body. If an href with a valid URL is added, it will load that content.

Answer : C

Explanation

Both of the above options are correct.

Answer : C

Explanation

Both of the above options are correct.

Answer : C

Explanation

Both of the above options are correct.

Answer : A

Explanation

data-animation − Applies a CSS fade transition to the tooltip.

Answer : B

Explanation

data-html − Inserts HTML into the tooltip. If false, jQuery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks.

Answer : C

Explanation

data-placement − Specifies how to position the tooltip (i.e., top|bottom|left|right|auto).

Answer : D

Explanation

data-selector − If a selector is provided, tooltip objects will be delegated to the specified targets.

Answer : A

Explanation

data-title − Sets the default title value if the title attribute isn't present.

Answer : B

Explanation

data-trigger − Defines how the tooltip is triggered: click| hover | focus | manual. You may pass multiple triggers; separate them with a space.

Answer : C

Explanation

data-content − Default content value if data-content attribute isn't present.

Answer : D

Explanation

data-delay − Delays showing and hiding the tooltip in ms , does not apply to manual trigger type. If a number is supplied, delay is applied to both hide/show.

Answer : C

Explanation

Both of the above options are correct.

Answer : A

Explanation

data-animation − Applies a CSS fade transition to the popover.

Answer : B

Explanation

data-html − Inserts HTML into the popover. If false, jQuery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks.

Answer : C

Explanation

data-placement − Specifies how to position the popover (i.e., top|bottom|left|right|auto).

Answer : D

Explanation

data-selector − If a selector is provided, popover objects will be delegated to the specified targets.

Answer : A

Explanation

data-title − Sets the default title value if the title attribute isn't present.

Answer : B

Explanation

data-trigger − Defines how the popover is triggered: click| hover | focus | manual. You may pass multiple triggers; separate them with a space.

Answer Sheet

Question Number Answer Key
1 C
2 C
3 C
4 A
5 B
6 C
7 D
8 C
9 C
10 C
11 A
12 B
13 C
14 D
15 A
16 B
17 C
18 D
19 C
20 A
21 B
22 C
23 D
24 A
25 B
bootstrap_questions_answers.htm
Advertisements