A11y Interview Flashcards

1
Q

What is the approach you followed when a page is given for an accessibility check?

A

a. For a quick glance when you use automated tools like lighthouse or Deque axe to understand the current situation of the beast
Be. Test the pitch for the keyboard accessibility
C.Test the page for a screen reader to check weather form it are provided with appropriate levels, headings are meaningful, links are making sense out of context.
d. Test the beach for color contrast ratio.
e  text the face for magnification if the content is busy will clearly at 200% without any loss of content.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the alt value for decorative images?

A

Alt value for decorative images is empty alt.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Techniques to identify that alt text of images ?

A

Inspecting the image using developer tools
Using automated tools, lighthouse or Deque axe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Techniques to defined the levels of non-text controls

A

1 label for/ I’d approach
2. Aria label
3. Aria labeledby
4.title
5. Alt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which wcag guidelines helps screen readers users to identify the structure of the page

A

1.3.1  info and relationships helps screen reader user to understand the structure layout of the page and I need a direction between the elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is color alone insufficient to draw attention to actionable elements or to convey a state

A

Using color alone to convey information, hinders the application, uses by color blind individuals and screen reader usages. The best alternative for content to be conveyed it all to all kinds of user is textual representation as this can interact with all modalities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are wcag conformance levels? What is the difference between conformance levels?

A

a. There are three levels of conformance level a, aa,aaa
B. Implementing level a blocks, charting disability types of users from interacting with the Content.
C. implementing level AA provides a smooth experience to all kinds of fun users, accommodating major disability categories of users.
D. Level AAA is the highest level of confirmands, but is mostly followed by federal organization. NP, implementing AAA hinders the creativity in providing a rich Internet experience with respect to design considerations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is meant by accessibility

A

In simple terms, content is available to everyone and content can be operated by anyone.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the principles of WCAG

A

The four principles of WCAG are perceivable , operable, understandable, and robust.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a screen reader?

A

A screen reader is a computer program that can be installed or a laptop which helps non- sighted users to interact with digital content through speech output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What kind of users will be impacted when content is restricted to only one orientation

A

Motor disabled users are wheelchair, assisted, assisted users who relay on mounting their devices as per their needs will be infected if the content is restricted to only on orientation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Examples of applications that need to restrict the view only a single orientation

A

Depositing a bank check using a mobile app
piano app on mobile platforms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the techniques to determine the color contrast off text elements?

A

A.using in color contrast analyzer CCA.
Inspecting the element, true developer tools, and checking the elements a styles for Color code
Using automated tools, lighthouse or Deque axe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the importance of focusing or focus indicator

A

Providing a focus, ring /focus indicator helps motor, disabled or keyboard only users and location and users to understand the present location of the cursor when we face and take appropriate actions accordingly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are different heading levels?

A


There are six heading levels h1 to h6
Providing appropriate, heading hierarchy, helps screen reader users to understand the layout of the content and identify the important content in a webpage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you determine the levels of elements on it webpage?

A

Using asking, you did, and listing out all from element in a page using scared the shortcut commands
using automated tools, lighthouse or Deque axe
Using bookmarklet
Inspecting the farm field in browser, developer tools, 

17
Q

What are the five principles of ARIA

A
  1.  Do not use Aria instead use native html
  2. do not change native semantics, unless you really have two.
  3. Making all aria controls keyboard interactive
    4. All inductive elements must have an accessible name.