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.
| 1. |
Which property is used for setting column-width and column-count?(a) columns(b) column-width(c) column-span(d) column-width-ruleThis question was posed to me in class test.This question is from Miscellaneous topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» RIGHT option is (a) columns Easy EXPLANATION: columns is a shorthand property for setting column-width and column-count, column-width specifies suggested, OPTIMAL width for columns, column-span specifies how many columns an element should span across. |
|
| 2. |
Which property specifies the number of columns an element should be divided into?(a) column-rule(b) column-count(c) column-gap(d) column-fillThe question was asked in my homework.The above asked question is from Miscellaneous topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» The correct choice is (B) column-count |
|
| 3. |
How many values are there for the object-fit property?(a) 2(b) 5(c) 3(d) 4This question was posed to me in examination.This interesting question is from Miscellaneous topic in chapter CGI Programming & Miscellaneous of CSS |
|
Answer» Correct choice is (B) 5 |
|
| 4. |
Which specifies the speed curve of animation?(a) animation-iteration-count(b) animation-name(c) animation-play-state(d) animation-timing-functionThis question was posed to me during an online interview.My question comes from Miscellaneous topic in chapter CGI Programming & Miscellaneous of CSS |
|
Answer» RIGHT option is (d) animation-timing-function The best explanation: animation-timing-function specifies the SPEED curve of animation, animation-play-state specifies whether the animation is running or PAUSED, animation-name specifies the name of @KEYFRAMES animation. |
|
| 5. |
Which of the following specifies animation code?(a) @keyframes(b) animation(c) animation-delay(d) animation-directionThe question was asked in an interview for internship.This question is from Miscellaneous topic in portion CGI Programming & Miscellaneous of CSS |
|
Answer» Right OPTION is (a) @keyframes |
|
| 6. |
How many values are there for animation-full-mode property?(a) 1(b) 2(c) 3(d) 4The question was asked in a national level competition.I would like to ask this question from Miscellaneous in division CGI Programming & Miscellaneous of CSS |
|
Answer» Correct CHOICE is (d) 4 |
|
| 7. |
Which value specifies animation with slow start?(a) ease-out(b) ease-in(c) linear(d) easeThis question was posed to me at a job interview.My question is taken from Miscellaneous in division CGI Programming & Miscellaneous of CSS |
|
Answer» The correct option is (b) ease-in |
|
| 8. |
Which of the following is a format for scalable computer fonts?(a) EOT(b) WOFF(c) OTF(d) WOFF 2.0The question was asked by my school principal while I was bunking the class.I'd like to ask this question from Miscellaneous topic in portion CGI Programming & Miscellaneous of CSS |
|
Answer» The correct ANSWER is (C) OTF |
|
| 9. |
Which font format is used in web pages?(a) WOFF 2.0(b) WOFF(c) SVG Fonts(d) EOTI have been asked this question during an online interview.My question is based upon Miscellaneous in section CGI Programming & Miscellaneous of CSS |
|
Answer» Right option is (B) WOFF |
|
| 10. |
What value lets animation to play forwards first then backward?(a) alternate(b) alternate-reverse(c) reverse(d) normalI have been asked this question in a job interview.I'd like to ask this question from Miscellaneous in chapter CGI Programming & Miscellaneous of CSS |
|
Answer» Right OPTION is (a) alternate |
|
| 11. |
Which web font was developed by Apple and Microsoft in the late 1980s?(a) TTF(b) OTF(c) WOFF(d) WOFF 2.0I had been asked this question during an interview.My enquiry is from Miscellaneous in section CGI Programming & Miscellaneous of CSS |
|
Answer» Right option is (a) TTF |
|
| 12. |
Which of the following adds the value of a counter to an element?(a) counter-increment(b) content(c) counter()(d) counter-resetI have been asked this question during an interview.This intriguing question comes from Miscellaneous topic in chapter CGI Programming & Miscellaneous of CSS |
|
Answer» The CORRECT choice is (c) COUNTER() |
|
| 13. |
Which of the following specifies how to slice border image?(a) border-image(b) border-image-source(c) border-image-outset(d) border-image-sliceThis question was addressed to me in examination.My doubt is from Miscellaneous topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» Right option is (d) border-image-SLICE |
|
| 14. |
Which of the following selects all elements that are siblings of the specified element?(a) child selector(b) general sibling selector(c) adjacent sibling selector(d) descendant selectorI have been asked this question in semester exam.I'd like to ask this question from Miscellaneous in division CGI Programming & Miscellaneous of CSS |
|
Answer» The correct OPTION is (b) general sibling SELECTOR |
|
| 15. |
What returns the set cookies in the form of a key?(a) path_info(b) http_user_agent(c) http_cookie(d) query_stringThe question was asked during a job interview.Enquiry is from CSS Transition, Perl cgi Programming topic in chapter CGI Programming & Miscellaneous of CSS |
|
Answer» Right option is (c) http_cookie |
|
| 16. |
Which of the following is not a combinatory?(a) *(b) >(c) ~(d) +This question was addressed to me at a job interview.My enquiry is from Miscellaneous topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» Correct CHOICE is (a) * |
|
| 17. |
What gives the full path to CGI script?(a) script_filename(b) script_name(c) server_name(d) request_methodThis question was addressed to me in an interview.Origin of the question is CSS Transition, Perl cgi Programming in division CGI Programming & Miscellaneous of CSS |
|
Answer» The correct answer is (a) script_filename |
|
| 18. |
Which of the following gives the path for CGI script?(a) remote_host(b) remote_addr(c) query_string(d) path_infoThe question was asked in quiz.My doubt stems from CSS Transition, Perl cgi Programming in division CGI Programming & Miscellaneous of CSS |
|
Answer» Correct option is (d) path_info |
|
| 19. |
Which variable defines the data type of the content?(a) content_type(b) content_length(c) http_cookie(d) http_user_agentI had been asked this question during an interview for a job.My query is from CSS Transition, Perl cgi Programming topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» Correct choice is (a) content_type |
|
| 20. |
What defines the date when information becomes invalid?(a) last-modified: string(b) expires: date string(c) last-modified: string(d) content-type: stringI got this question in exam.I want to ask this question from CSS Transition, Perl cgi Programming topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» The correct option is (b) expires: date STRING |
|
| 21. |
Which of the following specifies the length of the data being returned?(a) set-cookie: string(b) location: URL string(c) content-length: string(d) last-modified: stringThis question was addressed to me in an online quiz.My question is based upon CSS Transition, Perl cgi Programming topic in portion CGI Programming & Miscellaneous of CSS |
|
Answer» The correct option is (c) content-LENGTH: STRING |
|
| 22. |
Which of the following defines a MIME string format of the content being returned?(a) content-type:string(b) expires:date string(c) location:URL string(d) last-modified:stringThis question was posed to me in exam.My doubt stems from CSS Transition, Perl cgi Programming topic in section CGI Programming & Miscellaneous of CSS |
|
Answer» CORRECT OPTION is (a) CONTENT-type:STRING Explanation: Content-type:string is a MIME string defining the format of the content being returned, example is content-type:text/html, last-modified: string DEFINES the date of last modification of the file. |
|
| 23. |
What specifies the speed curve of transition effect?(a) transition-delay(b) transition-property(c) transition-timing-function(d) transition-durationI had been asked this question in an online quiz.I would like to ask this question from CSS Transition, Perl cgi Programming topic in portion CGI Programming & Miscellaneous of CSS |
|
Answer» The correct option is (c) TRANSITION-timing-function |
|
| 24. |
Which of the following specifies how many seconds a transition effect takes to complete?(a) transition-delay(b) transition-duration(c) transition-property(d) transitionI got this question during an internship interview.Question is from CSS Transition, Perl cgi Programming topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» Right answer is (b) transition-duration |
|
| 25. |
Which of the following specifies a transition effect with same speed from start to end?(a) linear(b) ease-out(c) ease-in-out(d) easeI got this question in examination.The query is from CSS Transition, Perl cgi Programming topic in chapter CGI Programming & Miscellaneous of CSS |
|
Answer» Right answer is (a) LINEAR |
|
| 26. |
Which value specifies a transition effect with a slow start, then fast, then end slowly?(a) ease(b) linear(c) ease-in(d) ease-outThe question was posed to me by my school teacher while I was bunking the class.I need to ask this question from CSS Transition, Perl cgi Programming topic in division CGI Programming & Miscellaneous of CSS |
|
Answer» Right answer is (a) ease |
|