Question Bank
133 approved questions from the community
What is the primary difference between the <head> and <body> tags?
Which of the following are core functionalities of HTML?
Which of the following are common types of database indexes?
What is a primary difference between the WHERE and HAVING clauses in SQL?
Which SQL clause combination is used to identify duplicate records in a table?
Which of the following statements about the TRUNCATE command are correct?
When would you most likely consider denormalization for a database design?
The primary goal of database normalization is to minimize data redundancy and ensure data integrity by organizing fields and tables.
Which of the following best describes a relational database schema?
In the context of database transactions, which of the following are part of the ACID properties?
Which of the following are benefits of using TypeScript's type system?
What is a 'Parameter Property' in a TypeScript constructor?
In a TypeScript class, where can a 'readonly' property be assigned a value?
Abstract classes in TypeScript can be directly instantiated using the 'new' keyword.
TypeScript supports function overloads, allowing multiple signatures for a single function implementation.
Declaring an object with 'const' in TypeScript makes the internal state of that object immutable.
What does the 'never' type represent in TypeScript?
What is a 'Tuple' in TypeScript?
In SQL, what is the 'ACID' property that ensures all operations in a transaction succeed or none at all?
Which ASP.NET Core component handles HTTP requests and responses in a pipeline?