InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
Which of the following is not the property of SVG images?(a) SVG images are scalable(b) SVG images are zoomable(c) SVG is an open standard(d) SVG images are resolution dependentThe question was posed to me during a job interview.My query is from Scalable Vector Graphics topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (d) SVG IMAGES are resolution dependent |
|
| 52. |
Which attribute is not essential under ?(a) src(b) height(c) width(d) frameborderThis question was posed to me by my college professor while I was bunking the class.I need to ask this question from HTML5: Beyond Markup in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct option is (d) frameborder |
|
| 53. |
What is the size of content of an element?(a) Smallest(b) Largest(c) Medium(d) Anything between smallest and largestThis question was posed to me in an online interview.The origin of the question is HTML5: Beyond Markup in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct CHOICE is (b) Largest element is the largest and the contents of an
, , |
|
| 54. |
Which option is not available in HTMLMinifier?(a) remove attribute quotes(b) use the short doctype(c) remove empty elements(d) replace with This question was addressed to me at a job interview.This intriguing question originated from Working with Forms & Minification in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (d) replace with |
|
| 55. |
WAVE PCM is not supported by _________(a) Chrome(b) Firefox(c) Safari(d) Internet ExplorerThe question was posed to me during a job interview.Question is taken from Audio and its MIME Types in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right OPTION is (a) Chrome |
|
| 56. |
Messages from the server are received by ____(a) onmessage(b) send(c) arrayBuffer(d) blobI had been asked this question in exam.My doubt is from Web Socket Communications topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct answer is (a) onmessage |
|
| 57. |
tel attribute is supported by the _________ browser.(a) Chrome(b) Safari(c) Opera(d) Internet ExplorerThe question was posed to me by my school principal while I was bunking the class.I'd like to ask this question from Input Types for Forms in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (b) Safari |
|
| 58. |
Which SVG element produces the same effect as if the nodes were deeply cloned into a non-exposed DOM?(a) tref(b) use(c) stroke(d) binI have been asked this question in class test.I would like to ask this question from Scalable Vector Graphics topic in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (b) USE |
|
| 59. |
What can be used to verify a displayed graphics?(a) Property checkpoints(b) Region checkpoints(c) On-Screen Action(d) Local STorageThis question was posed to me in an interview.This interesting question is from Elements and Attributes to Support Web Applications in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right choice is (b) Region CHECKPOINTS |
|
| 60. |
Which of the following methods must empty the list of subpaths so that the context once again has zero subpaths?(a) closePath()(b) beginPath()(c) moveTo(x, y)(d) endPath()The question was asked in quiz.This interesting question is from Client-Side Graphics with Canvas in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right choice is (b) beginPath() |
|
| 61. |
Which of the following is not the keyword of form method attribute?(a) GET(b) POST(c) PUT(d) OUTThe question was posed to me in final exam.This intriguing question comes from Elements and Attributes to Support Web Applications topic in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct ANSWER is (d) OUT |
|
| 62. |
For clearing all the settings which function should be called?(a) localStorage.remove(key)(b) localStorage.clear()(c) localStorage.remove()(d) localStorage.clearAll()I had been asked this question by my college professor while I was bunking the class.This intriguing question comes from Web Storage topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (b) localStorage.clear() |
|
| 63. |
Which of the following MP3 player has not been written in Flash?(a) musicplayer.sourceforge.net(b) www.wimpyplayer.com(c) flash-mp3-player.net(d) soundcloud.comI had been asked this question during an interview.This key question is from Audio and its MIME Types in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» RIGHT answer is (d) soundcloud.com For explanation: There are several MP3 players that have been written in Flash like flash-mp3-player.net, www.wimpyplayer.com, musicplayer.sourceforge.net. Every player has DIFFERENT functionality. So you should be aware of that. Soundcloud.com and MySpace.com are different SITES which provide a player that one can embed in the page. |
|
| 64. |
The ___________ element must reference a ‘linearGradient’ or ‘radialGradient’ element.(a) script(b) radialGradient(c) animateTransform(d) clip-PathI have been asked this question during an internship interview.Asked question is from Scalable Vector Graphics topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right answer is (b) RADIALGRADIENT |
|
| 65. |
What is the tag used for making character appearance bold?(a) content(b) content(c) content(d) contentThis question was addressed to me in final exam.This is a very interesting question from HTML5: Beyond Markup in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right answer is (a) content |
|
| 66. |
Which type attribute of input element sets the element’s value to a string representing a number?(a) range(b) email(c) file(d) dateI had been asked this question at a job interview.This question is from Major HTML5 Themes topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The CORRECT CHOICE is (a) range |
|
| 67. |
Copyright symbol can be included by _________(a) <(b) ©(c) &(d) >This question was addressed to me during a job interview.Question is taken from HTML5: Beyond Markup topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct answer is (b) © |
|
| 68. |
In localStorage object data ________(a) is deleted after the browser has been closed(b) is not deleted after the browser has been closed(c) can be seen but can not edit(d) can be seen as well as editI had been asked this question in an interview.I'd like to ask this question from Web Storage in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (b) is not deleted after the browser has been closed |
|
| 69. |
For creating single line text box for searching queries, we use the type ___________(a) placeholder(b) search(c) url(d) hiddenI had been asked this question during an interview.This interesting question is from Working with Forms & Minification in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct option is (b) SEARCH |
|
| 70. |
week attribute defines ____________(a) week(b) year(c) week and year(d) week, month and yearThis question was addressed to me by my college director while I was bunking the class.My doubt is from Input Types for Forms topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (c) week and year |
|
| 71. |
Flac is supported by ___________(a) Firefox(b) Chrome(c) Safari(d) Internet ExplorerThe question was posed to me in my homework.My question comes from Audio and its MIME Types in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct ANSWER is (a) Firefox |
|
| 72. |
Which element does not support form attribute?(a) (b) (c) (d) This question was posed to me in an interview.The above asked question is from Elements and Attributes to Support Web Applications in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right choice is (c) |
|
| 73. |
The __________ element represents a span of text that is isolated from its surroundings for the purposes of bidirectional text formatting.(a) b(b) bdi(c) bdo(d) baseThis question was posed to me during an online interview.Question is taken from Major HTML5 Themes in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right choice is (b) bdi |
|
| 74. |
The interactive element audio with the attribute controls must not appear as a descendant of which element?(a) a(b) button(c) audio(d) both a and buttonThis question was posed to me in semester exam.The question is from Major HTML5 Themes in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right ANSWER is (d) both a and BUTTON |
|
| 75. |
Which is not the attribute of element?(a) description(b) keywords(c) robots(d) seamlessI have been asked this question in unit test.My question comes from HTML5: Beyond Markup in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT ANSWER is (d) seamless Explanation: element contains information about web page. Description attribute contains the description of the web page, keywords contains the list of comma separated WORDS, ROBOTS decide to ADD pages to search results. |
|
| 76. |
Which of the following is the server library for Node.js?(a) Caddy(b) SignalR(c) ws(d) jsonrpcThis question was posed to me by my college professor while I was bunking the class.Query is from Web Socket Communications in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT ANSWER is (c) ws The explanation is: ws is server library and WebSocket client for Node.js. Caddy is USED for proxying arbitrary commands. WebSocket under covers is used by SignalR. To use asynchronous RPC library with the bidirectional CALL we use JSONRPC.server. |
|
| 77. |
Which of the following is not the form type for adding text?(a) Text input(b) Text area(c) Password input(d) Submit buttonThe question was posed to me in an international level competition.The question is from Working with Forms & Minification topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The CORRECT OPTION is (d) Submit button |
|
| 78. |
The maximum bytes for control frames is _______________(a) 100 bytes(b) 125 bytes(c) 130 bytes(d) 150 bytesThe question was asked in unit test.My enquiry is from Web Socket Communications topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (b) 125 BYTES |
|
| 79. |
Which element is used to create multi-line text input?(a) text(b) textarea(c) submit(d) radio buttonThe question was posed to me by my school principal while I was bunking the class.This interesting question is from Input Types for Forms in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (b) textarea |
|
| 80. |
What is the default type of ‘type’ attribute of element?(a) Text(b) Password(c) Numerals(d) Special CharactersThis question was addressed to me in an interview.This intriguing question comes from Input Types for Forms in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (a) Text |
|
| 81. |
Which element serves as a container for atomic filter operations?(a) filter(b) feimage(c) feblend(d) trefThis question was posed to me in unit test.The query is from Scalable Vector Graphics in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (a) filter |
|
| 82. |
What is the work of controls?(a) specify the path to an audio file(b) indicates if the player displaying controls(c) audio starts playing automatically(d) play again after finishing the audioI have been asked this question during an interview.I'd like to ask this question from Audio and its MIME Types in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (b) INDICATES if the player displaying controls |
|
| 83. |
Which of the following element marks the ruby text component of a ruby annotation?(a) r(b) rt(c) ruby(d) rubytxtThis question was addressed to me in an international level competition.Question is from Major HTML5 Themes in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct answer is (b) rt |
|
| 84. |
which tag will be used For raising number to a power?(a) (b) (c) (d) The question was posed to me in quiz.My doubt is from HTML5: Beyond Markup in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» RIGHT option is (a) Easiest explanation: The element is used to CONTAIN characters that should be SUPERSCRIPT. It is commonly used with FOOT notes or chemical formulae. E.g. X^2 , is for break,
|
|
| 85. |
Which of the following does not lie under the attribute of and is not supported by Opera?(a) url(b) time(c) tel(d) optionThis question was posed to me in a national level competition.My question is based upon Elements and Attributes to Support Web Applications topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» RIGHT answer is (d) option The BEST I can EXPLAIN: element type has new VALUES as ‘url’, ‘email’, ‘datetime’, ‘date’, ‘month’, ‘tel’, ‘time’, ‘number’, ‘search’, ‘color’, ‘RANGE’, ‘datetime-local’, ‘week’. |
|
| 86. |
What does ‘On-Screen Action’ means in the testing of HTML5 applications?(a) Using Drag action(b) Using new input type(c) Using play and pause action of audio and video elements(d) Verifying SVG and Canvas elementsI got this question in exam.Question is from Elements and Attributes to Support Web Applications in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The CORRECT choice is (a) Using Drag action |
|
| 87. |
Which of the following is not a Boolean attribute for element?(a) autoplay(b) loop(c) muted(d) bufferedI got this question in semester exam.This interesting question is from Audio and its MIME Types in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» CORRECT ANSWER is (d) buffered For explanation I would say: Autoplay is a Boolean attribute and its DEFAULT value is set as false. BASICALLY, this feature of autoplay is avoided due to the unpleasant experience of users. LOOP is also a Boolean attribute. Muted is Boolean attribute whose value is set as false by default. Buffered is not boolean attribute in |
|
| 88. |
Which format is a restricted version of Matroska?(a) WebM(b) Ogg Opus(c) Ogg Flac(d) MP4 FlacThis question was addressed to me during an interview.This intriguing question comes from Audio and its MIME Types in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct choice is (a) WebM |
|
| 89. |
Attributes that allow to identify particular element are____________(a) and (b) (c) id and class(d) I have been asked this question in an online interview.The doubt is from HTML5: Beyond Markup in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right option is (C) ID and class |
|
| 90. |
Which one is correct syntax?(a) (b) (c) (d) I have been asked this question during an interview.The doubt is from HTML5: Beyond Markup topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The CORRECT choice is (b) ID=”td”> is the correct syntax for id type declaration. Id attribute’s value should START with a letter or an underscore. We cannot use any number or other character for DEFINING name of the id. |
|
| 91. |
Which is not attribute?(a) Seamless(b) Srcdoc(c) Sizes(d) SandboxThis question was posed to me during an interview.The doubt is from Elements and Attributes to Support Web Applications topic in portion HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Correct choice is (C) SIZES |
|
| 92. |
Which one is not associated with Gecko?(a) Firefox(b) SeaMonkey(c) Thunderbird(d) Internet ExplorerI had been asked this question in a job interview.My question is from Web Socket Communications topic in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right ANSWER is (d) Internet Explorer |
|
| 93. |
In the processing of information, the server does not use the language _____(a) C#(b) JAVA(c) C++(d) VB.netI have been asked this question in unit test.This is a very interesting question from Working with Forms & Minification in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct option is (C) C++ |
|
| 94. |
Which of the following is invoked when it is not fired on window object?(a) removeItem()(b) clear()(c) setItem()(d) getItem()I got this question during an interview.My doubt is from Web Storage topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right CHOICE is (d) getItem() |
|
| 95. |
What is the limit of character storage for chrome 23.0 in sessionStorage?(a) 510 k(b) unlimited(c) 1021 k(d) 2.49 MI got this question in an online interview.I'm obligated to ask this question of Web Storage topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The CORRECT answer is (a) 510 k |
|
| 96. |
Which attribute is used for activation of JavaScript?(a) button(b) checkbox(c) url(d) submitThis question was posed to me during an interview for a job.This interesting question is from Input Types for Forms in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right choice is (a) button |
|
| 97. |
Which of the following is not example of block element?(a) (b) (c) (d) The question was posed to me in exam.Query is from HTML5: Beyond Markup in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The CORRECT choice is (d) ,
. |
|
| 98. |
Which element represents a control for generating a public-private key pair?(a) ins(b) keygen(c) key(d) commandThis question was posed to me in final exam.Question is taken from Major HTML5 Themes topic in chapter HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» The correct option is (B) keygen |
|
| 99. |
Which is not a Boolean attribute?(a) Multiple(b) Novalidate(c) Formvalidate(d) FormtargetThis question was posed to me in an online quiz.The query is from Elements and Attributes to Support Web Applications in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» Right CHOICE is (d) Formtarget |
|
| 100. |
In desktop which browser does not support WebSocket?(a) Chrome version 7(b) Chrome version 6(c) Chrome version 43(d) Internet Explorer 10I got this question in an interview.My query is from Web Socket Communications in division HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» RIGHT answer is (a) Chrome version 7 Explanation: In DESKTOPS, WEBSOCKETS are supported by Chrome version-6, version-43, version-14. Edge-14 supports WebSockets. All the versions of FIREFOX support WebSocket. Opera version-76 and version-7 do not support WebSocket. Safari version-5.0.1 and version-6.0 support WebSocket. |
|