0% found this document useful (0 votes)
1 views18 pages

Interview Questions Set Adobe JS, HTML, CSS

The document contains a list of coding questions and tasks related to web development, including highlighting text, API calls, event handling, and CSS layout techniques. It also includes scenario-based questions requiring specific design implementations without using flexbox. Additionally, there are references to promises and their states, as well as accessibility considerations in coding tasks.

Uploaded by

bbsr222222
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views18 pages

Interview Questions Set Adobe JS, HTML, CSS

The document contains a list of coding questions and tasks related to web development, including highlighting text, API calls, event handling, and CSS layout techniques. It also includes scenario-based questions requiring specific design implementations without using flexbox. Additionally, there are references to promises and their states, as well as accessibility considerations in coding tasks.

Uploaded by

bbsr222222
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd

SL.

No Questions
Code Writing -> An Article page having tags , highlight the second word of
1)
each tags on the Article Page
Code Writing -A page call of 10 APIs called in interval of 5seconds . implement
2)
it
3) Can div container we divided into 3 boxes only thru CSS
4 Question on Modals
Answers

yes -> Grid


POP up Boxes
Supported Links
SL. No

1
2
3
4

5
Questions

Arrange the 4 boxes with 100px width and height on each corners
What is event delegation
How to stop Event Bubbling?
Difference between StopPropagation vs stopImmediatePropagation

Coding: Implement tabs and Accessibility


Answers
Supported Links

#VALUE!
SL. No

1
2
3
4
5
Questions

code writing - highlight 2nd character for an articles page contains text
flex box css - like justify-contect etc.
Promise - write promise example
Define different prmise states
Answers Supported Links
SL. No Questions

Arrange the 4 boxes with 100px width and height on each corners +
++ Add a another box inside middle of the four boxes.
1
Note : We need to do the design without using [Link] is also
scenario based question.

Question Type : Coding


<div id="article_001">
<h1> Teachers reading for pleasure</h1>
<P>Our ‘Leading voices’ article series features school
principals from across India. </P>

<h3> Teachers reading for pleasure</h3>


<P>Our ‘Leading voices’ article series features school
principals from across India. </P>

<h2> Teachers reading <span> test </span> for


2 pleasure</h2>
<P>Our ‘Leading voices’ article series features school
principals from across India. </P>
</div>

Highlight First word in each h tag.

Note : This is scenario based questions.

Question Type : Coding


3 Promise and aync and await when to use what?

4 Call 10 API and as response we will get the image then how to load
the image on page load?

5
Latest CSS related [Link] is Mixins?
Answers
Supported Links
SL. No

7
8

10

11
12
13
Questions

Arrange the 4 boxes with 100px width and height on each corners
What is event delegation

How to stop Event Bubbling?


Code Writing -> An Article page having tags , highlight the second word of each tags on the
Article Page

Code Writing -A page call of 10 APIs called in interval of 5seconds . implement it


Can div container we divided into 3 boxes only thru CSS

Question on Modals
Difference between StopPropagation vs stopImmediatePropagation

Arrange the 4 boxes with 100px width and height on each corners +++ Add a another box
inside middle of the four boxes.

Note : We need to do the design without using [Link] is also scenario based question.

Question Type : Coding

<div id="article_001">
<h1> Teachers reading for pleasure</h1>
<P>Our ‘Leading voices’ article series features school principals from across India. </P>

<h3> Teachers reading for pleasure</h3>


<P>Our ‘Leading voices’ article series features school principals from across India. </P>

<h2> Teachers reading <span> test </span> for pleasure</h2>


<P>Our ‘Leading voices’ article series features school principals from across India. </P>
</div>

Highlight First word in each h tag.

Note : This is scenario based questions.

Question Type : Coding


Promise and aync and await when to use what?

Call 10 API and as response we will get the image then how to load the image on page load?
Latest CSS related [Link] is Mixins?
Answers

yes -> Grid

POP up Boxes
Supported Links

You might also like