Question Bank

133 approved questions from the community

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

MEDIUM
MULTIPLE CHOICE
35s
HTML
by Mohamed

Which of the following are core functionalities of HTML?

MEDIUM
MULTIPLE RESPONSE
45s
HTML
by Mohamed

Which of the following are common types of database indexes?

MEDIUM
MULTIPLE RESPONSE
40s
Database
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
40s
Database
by Mohamed

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

MEDIUM
MULTIPLE CHOICE
35s
Database
by Mohamed

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

MEDIUM
MULTIPLE RESPONSE
45s
Database
by Mohamed

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

MEDIUM
MULTIPLE 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

Which of the following best describes a relational database schema?

MEDIUM
MULTIPLE CHOICE
30s
Database
by Mohamed

In the context of database transactions, which of the following are part of the ACID properties?

MEDIUM
MULTIPLE RESPONSE
45s
Database
by Mohamed

Which of the following are benefits of using TypeScript's type system?

MEDIUM
MULTIPLE CHOICE
45s
TypeScript
by Mohamed

What is a 'Parameter Property' in a TypeScript constructor?

MEDIUM
MULTIPLE CHOICE
40s
TypeScript
by Mohamed

In a TypeScript class, where can a 'readonly' property be assigned a value?

MEDIUM
MULTIPLE CHOICE
35s
TypeScript
by Mohamed

Abstract classes in TypeScript can be directly instantiated using the 'new' keyword.

MEDIUM
TRUE FALSE
25s
TypeScript
by Mohamed

TypeScript supports function overloads, allowing multiple signatures for a single function implementation.

MEDIUM
TRUE FALSE
25s
TypeScript
by Mohamed

Declaring an object with 'const' in TypeScript makes the internal state of that object immutable.

MEDIUM
TRUE FALSE
25s
TypeScript
by Mohamed

What does the 'never' type represent in TypeScript?

MEDIUM
MULTIPLE CHOICE
45s
TypeScript
by Mohamed

What is a 'Tuple' in TypeScript?

MEDIUM
MULTIPLE CHOICE
40s
TypeScript
by Mohamed

In SQL, what is the 'ACID' property that ensures all operations in a transaction succeed or none at all?

MEDIUM
MULTIPLE CHOICE
30s
.net
by Mohamed

Which ASP.NET Core component handles HTTP requests and responses in a pipeline?

MEDIUM
MULTIPLE CHOICE
40s
.net
by Mohamed
PreviousPage 3 of 7Next