Question Bank

133 approved questions from the community

Why is 'PDF tagging' essential for accessibility?

MEDIUM
MULTIPLE CHOICE
40s
Accessibility
by Mohamed

What is the primary accessibility benefit of using semantic HTML elements like <main>, <nav>, and <header>?

MEDIUM
MULTIPLE CHOICE
30s
Accessibility
by Mohamed

What identifies an 'accessible infographic' for screen reader users?

MEDIUM
MULTIPLE CHOICE
40s
Accessibility
by Mohamed

It is a best practice to remove the visual focus outline (e.g., outline: none) from actionable elements for all users via CSS.

MEDIUM
TRUE FALSE
20s
Accessibility
by Mohamed

When should you use 'aria-live="assertive"' versus 'aria-live="polite"'?

MEDIUM
MULTIPLE CHOICE
40s
Accessibility
by Mohamed

What is the difference between an empty alt attribute (alt="") and a missing alt attribute for an image?

MEDIUM
MULTIPLE RESPONSE
45s
Accessibility
by Mohamed

What is a 'focus trap' and when is it necessary?

MEDIUM
MULTIPLE CHOICE
40s
Accessibility
by Mohamed

Why are relative units like 'rem' or 'em' preferred over 'px' for setting font sizes?

MEDIUM
MULTIPLE CHOICE
35s
Accessibility
by Mohamed

In WCAG compliance levels, what is the key difference between A, AA, and AAA?

MEDIUM
MULTIPLE CHOICE
45s
Accessibility
by Mohamed

What are 'skip links' and why are they used on websites?

MEDIUM
MULTIPLE CHOICE
40s
Accessibility
by Mohamed

What is the primary purpose of the Buffer class in Node.js?

MEDIUM
MULTIPLE CHOICE
30s
Nodejs
by Mohamed

Why are synchronous methods like fs.readFileSync() generally discouraged in Node.js web server applications?

MEDIUM
MULTIPLE CHOICE
35s
Nodejs
by Mohamed

In the 'http' module, which method is used to initialize a server and define a request listener?

MEDIUM
MULTIPLE CHOICE
30s
Nodejs
by Mohamed

Which files are used by npm and yarn to ensure deterministic, consistent package installations across different machines?

MEDIUM
MULTIPLE RESPONSE
30s
Nodejs
by Mohamed

Which of the following are distinct phases or components of the Node.js event loop?

MEDIUM
MULTIPLE RESPONSE
45s
Nodejs
by Mohamed

Which components are part of the event-driven programming architecture in Node.js?

MEDIUM
MULTIPLE RESPONSE
45s
Nodejs
by Mohamed

How does Node.js handle multi-threading for compute-heavy tasks if it operates on a single main thread?

MEDIUM
MULTIPLE CHOICE
40s
Nodejs
by Mohamed

How can you implement custom property behavior in Kotlin classes?

MEDIUM
MULTIPLE RESPONSE
45s
Kotlin
by Mohamed

What occurs during a 'smart cast' in Kotlin?

MEDIUM
MULTIPLE CHOICE
30s
Kotlin
by Mohamed

What is the function of the Elvis operator (?:) in Kotlin?

MEDIUM
MULTIPLE CHOICE
30s
Kotlin
by Mohamed
Page 1 of 7Next