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.
| 201. |
Which font format is not supported by Firefox?(a) .ttf(b) .svg(c) .woff(d) .otfI had been asked this question during a job interview.The above asked question is from Responsive Overview in division Advance HTML of HTML |
|
Answer» Right option is (B) .SVG |
|
| 202. |
Sass is based on ___________(a) Ruby(b) jQuery(c) JavaScript(d) PHPThis question was addressed to me by my school teacher while I was bunking the class.This key question is from Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» RIGHT CHOICE is (a) Ruby For explanation: Sass is Ruby-bases CSS PREPROCESSOR. It was created by HAMPTON Catlin, Nathan Weizenbaum and Chris Eppstein. It is like LESS, it can add VARIABLES, mixins and nesting rules, with a little difference. |
|
| 203. |
Which is not bookmarklet?(a) Screen Fly(b) Resizer(c) Screenqueri.es(d) BracketsI had been asked this question in quiz.My enquiry is from Responsive Overview in portion Advance HTML of HTML |
|
Answer» Right option is (d) Brackets |
|
| 204. |
Which navigator object property returns a geolocation object?(a) appVersion(b) geolocation(c) language(d) appCodeNameThis question was posed to me in class test.Question is from HTML Geolocation in section Advance HTML of HTML |
|
Answer» Correct answer is (B) geolocation |
|
| 205. |
Which element allows insertion of empty spaces on pages?(a) (b) (c) (d) The question was posed to me in exam.This question is from HTML5 Semantics & YouTube Videos topic in chapter Advance HTML of HTML |
|
Answer» The correct answer is (b) |
|
| 206. |
Which element is used for inserting scrolling area of text?(a) (b) (c) (d) I have been asked this question in an interview.This is a very interesting question from HTML5 Semantics topic in portion Advance HTML of HTML |
| Answer» RIGHT option is (a) | |
| 207. |
Which of the following is not a web component element?(a) (b) (c) (d) The question was asked in an interview for internship.This intriguing question comes from HTML5 Semantics in section Advance HTML of HTML |
|
Answer» Right choice is (d) |
|
| 208. |
Which of the following is not a transmission mode that plug-in can select?(a) File mode(b) Random-access mode(c) Normal mode(d) Complex modeThe question was posed to me in an international level competition.This intriguing question comes from HTML Plugins in chapter Advance HTML of HTML |
|
Answer» RIGHT choice is (d) Complex MODE For EXPLANATION: There are three transmission modes that plug-in can SELECT. In normal mode browser sends stream data sequentially to plug-in, in Random-access mode browser ALLOWS a plug-in to request specific ranges of bytes from anywhere in the stream. In File, mode browser saves data to a local file in cache and passes the file path to plug-in. |
|
| 209. |
Footer element can’t contain ____________ information.(a) contact information(b) copyright information(c) the author of the document(d) blog postThe question was asked in unit test.My enquiry is from HTML5 Semantics topic in section Advance HTML of HTML |
|
Answer» The correct answer is (d) blog post |
|
| 210. |
When the user leaves instance’s page which function is called?(a) NPP_New(b) NPP_Destroy(c) NP_Shutdown(d) NP_InitializeThis question was addressed to me by my college director while I was bunking the class.My question is from HTML Plugins topic in chapter Advance HTML of HTML |
|
Answer» CORRECT answer is (b) NPP_Destroy Easy explanation: When the user leaves INSTANCE’s page or closes its window a plug-in instance is deleted. Then GECKO CALLS the function NPP_Destroy to inform plug-in that the instance is being deleted. Plug-in API calls and CALLBACKS use main Navigator thread. |
|
| 211. |
Which of the following indicates dropdown functionality?(a) .caret(b) .close(c) .sr-only(d) .text-hideI have been asked this question in an internship interview.Origin of the question is Responsive Overview in division Advance HTML of HTML |
|
Answer» The correct answer is (a) .caret |
|
| 212. |
Which class is used to separate links in dropdown menu?(a) .divider(b) .dl-horizontal(c) .disabled(d) .dropdownThis question was addressed to me during an interview for a job.My doubt stems from Responsive Overview in portion Advance HTML of HTML |
|
Answer» RIGHT answer is (a) .divider To EXPLAIN: .divider class is there to SEPARATE links in dropdown menu with thin horizontal border, .dl-horizontal lines up the terms
|
|
| 213. |
What clears floats?(a) .close(b) .clearfix(c) .checkbox(d) .col-*-*I got this question during an online exam.I want to ask this question from Responsive Overview in division Advance HTML of HTML |
|
Answer» Right CHOICE is (b) .clearfix |
|
| 214. |
What should be the set value of background-size property such that image will stretch to cover entire content area?(a) 100%100%(b) cover(c) contain(d) 100%I had been asked this question in a national level competition.This question is from Responsive Overview in division Advance HTML of HTML |
|
Answer» Correct choice is (a) 100%100% |
|
| 215. |
Linux does not have code editor ___________(a) Geany(b) Gedit(c) BlueFish(d) WebMatrixThe question was asked in a national level competition.My question comes from Responsive Overview in portion Advance HTML of HTML |
|
Answer» Correct option is (d) WebMatrix |
|
| 216. |
Which of the following cancels an ongoing watchPosition call?(a) clearWatch(b) watchPosition(c) getCurrentPosition(d) getPositionUsingMethodNameI got this question in an interview for job.The origin of the question is HTML Geolocation in division Advance HTML of HTML |
|
Answer» CORRECT choice is (a) clearWatch To ELABORATE: clearWatch cancels an ongoing watchPosition CALL, watchPosition method retrieves periodic updates about a CURRENT geographic location of the device, getCurrentPosition retrieves current geographic location. |
|
| 217. |
How many columns are there in the basic grid of a skeleton?(a) 17(b) 12(c) 16(d) 10This question was posed to me in an internship interview.Enquiry is from Responsive Overview in section Advance HTML of HTML |
|
Answer» Right ANSWER is (b) 12 |
|
| 218. |
Which element represents word break opportunity?(a) (b) (c) (d) This question was posed to me in homework.My question comes from HTML5 Semantics topic in portion Advance HTML of HTML |
|
Answer» Right choice is (c) |
|
| 219. |
Which element is not a obsolete?(a) (b) (c) (d) The question was asked during an interview.This is a very interesting question from HTML5 Semantics in division Advance HTML of HTML |
|
Answer» The correct choice is (d) EASIEST explanation: Obsolete elements are old HTML elements which are deprecated and should not be USED. They should never be used in new projects, and should REPLACE them in old projects as soon as we can. , |
|
| 220. |
Variable element is ________(a) (b) (c) (d) The question was posed to me during an online interview.I'd like to ask this question from HTML5 Semantics in division Advance HTML of HTML |
|
Answer» Correct option is (a) |
|
| 221. |
Which element represents preformatted text?(a) (b) (c) (d) This question was addressed to me in examination.Enquiry is from HTML5 Semantics topic in portion Advance HTML of HTML |
Answer» CORRECT choice is (d)
|
|
| 222. |
Which of the following specifies relationship between current document and external resource?(a) (b) (c) (d) I had been asked this question during an interview.I need to ask this question from HTML5 Semantics topic in section Advance HTML of HTML |
|
Answer» CORRECT answer is (c) The EXPLANATION: Relationship between current document and external resource is specified by element. The possible uses for this element include defining RELATIONAL framework for navigation. It is mostly used to link to style sheets. |
|
| 223. |
When is the instance created, which plug-in API function is called?(a) NPP_Destroy(b) NPP_New(c) NP_Shutdown(d) NP_InitializeThe question was posed to me by my college director while I was bunking the class.Question is from HTML Plugins topic in division Advance HTML of HTML |
|
Answer» The correct choice is (B) NPP_New |
|
| 224. |
What is the prefix of all the browser-specific functions?(a) NPP(b) UPP(c) NPN(d) GPNThe question was posed to me in an online quiz.My question is based upon HTML Plugins topic in chapter Advance HTML of HTML |
|
Answer» Right choice is (c) NPN |
|
| 225. |
Which event will be fired when the map changes size?(a) tilesloaded(b) zoom_changed(c) tilt_changed(d) resizeThis question was posed to me in an interview for internship.My enquiry is from HTML Google Maps in division Advance HTML of HTML |
|
Answer» Correct answer is (d) resize |
|
| 226. |
Which of the following is not the property of Map()?(a) mapTypes(b) controls(c) overlayMapTypes(d) zoomThe question was asked during an online interview.I need to ask this question from HTML Google Maps in portion Advance HTML of HTML |
|
Answer» Right choice is (d) zoom |
|