Question Bank

3705 approved questions from the community

Why is it important NOT to rely solely on color to convey meaning or state?

EASY
SINGLE CHOICE
30s
Accessibility
by Mohamed

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

MEDIUM
SINGLE 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 CHOICE
45s
Accessibility
by Mohamed

Which techniques can be used to hide content from specific groups of users?

HARD
MULTIPLE CHOICE
45s
Accessibility
by Mohamed

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

MEDIUM
SINGLE CHOICE
40s
Accessibility
by Mohamed

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

MEDIUM
SINGLE CHOICE
35s
Accessibility
by Mohamed

What is the 'Accessibility Tree'?

HARD
SINGLE CHOICE
45s
Accessibility
by Mohamed

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

MEDIUM
SINGLE CHOICE
45s
Accessibility
by Mohamed

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

MEDIUM
SINGLE CHOICE
40s
Accessibility
by Mohamed

Who benefits from the implementation of web accessibility?

EASY
MULTIPLE CHOICE
30s
Accessibility
by Mohamed

What types of streams are available in Node.js and what are their specific roles?

HARD
MULTIPLE CHOICE
45s
Nodejs
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
Nodejs
by Mohamed

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

MEDIUM
SINGLE CHOICE
35s
Nodejs
by Mohamed

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

MEDIUM
SINGLE CHOICE
30s
Nodejs
by Mohamed

Which core Node.js module is used to perform file system operations such as reading and writing files?

EASY
SINGLE CHOICE
25s
Nodejs
by Mohamed

What information is typically found in a package.json file?

EASY
MULTIPLE CHOICE
35s
Nodejs
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
30s
Nodejs
by Mohamed

What are the primary functions of NPM (Node Package Manager)?

EASY
MULTIPLE CHOICE
30s
Nodejs
by Mohamed

Which command-line based version manager is commonly used to update and switch between Node.js versions?

EASY
SINGLE CHOICE
30s
Nodejs
by Mohamed

In a non-blocking I/O model, the application thread must stop and wait for a file read operation to complete before continuing with other tasks.

EASY
TRUE FALSE
20s
Nodejs
by Mohamed
PreviousPage 176 of 186Next