Question Bank
1899 approved questions from the community
Which aspects of Java are considered 'non-object-oriented' features?
Which of the following are core features of Java?
Which of these are examples of semantic HTML tags?
The <em> tag should be used when you want to emphasize text, whereas the <i> tag is typically used for styling text in italics without added semantic weight.
What are data-* attributes in HTML5 used for?
What is the role of the 'lang' attribute in the <html> tag?
Which of these are commonly used meta tags in HTML?
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?