Question Bank

3705 approved questions from the community

What is the role of the 'lang' attribute in the <html> tag?

MEDIUM
SINGLE CHOICE
35s
by Mohamed

In HTML, comments are added by wrapping text between <!-- and --> and they are not visible to the user in the browser.

EASY
TRUE FALSE
20s
by Mohamed

Where is the recommended placement for external <script> tags to ensure faster page rendering?

EASY
SINGLE CHOICE
30s
by Mohamed

How do you link an external CSS file to an HTML document?

EASY
SINGLE CHOICE
30s
by Mohamed

Which of these are commonly used meta tags in HTML?

MEDIUM
MULTIPLE CHOICE
40s
by Mohamed

What is the primary difference between the <head> and <body> tags?

MEDIUM
SINGLE CHOICE
35s
by Mohamed

Where should the Document Type Declaration (<!DOCTYPE html>) be placed?

EASY
SINGLE CHOICE
30s
by Mohamed

Which tag serves as the root element of an HTML page?

EASY
SINGLE CHOICE
30s
by Mohamed

Which of the following are core functionalities of HTML?

MEDIUM
MULTIPLE CHOICE
45s
by Mohamed

What does HTML stand for and what is its primary purpose?

EASY
SINGLE CHOICE
30s
by Mohamed

Which of the following are common types of database indexes?

MEDIUM
MULTIPLE CHOICE
40s
Database
by Mohamed

What is a primary difference between the WHERE and HAVING clauses in SQL?

MEDIUM
SINGLE CHOICE
40s
Database
by Mohamed

What is the N+1 query problem?

HARD
SINGLE CHOICE
45s
Database
by Mohamed

Prepared statements help defend against SQL injection by separating the SQL code structure from the data input values.

EASY
TRUE FALSE
20s
Database
by Mohamed

Which SQL clause combination is used to identify duplicate records in a table?

MEDIUM
SINGLE CHOICE
35s
Database
by Mohamed

What is the difference between an INNER JOIN and a FULL OUTER JOIN?

EASY
SINGLE CHOICE
30s
Database
by Mohamed

Which of the following statements about the TRUNCATE command are correct?

MEDIUM
MULTIPLE CHOICE
45s
Database
by Mohamed

When would you most likely consider denormalization for a database design?

MEDIUM
SINGLE CHOICE
35s
Database
by Mohamed

The primary goal of database normalization is to minimize data redundancy and ensure data integrity by organizing fields and tables.

MEDIUM
TRUE FALSE
20s
Database
by Mohamed

What is a foreign key?

EASY
SINGLE CHOICE
30s
Database
by Mohamed
PreviousPage 179 of 186Next