Which of the following is a ACID property that ensures all or nothing transaction execution?
What is the primary advantage of using INNER JOIN over OUTER JOIN in SQL?
In a relational database, what does normalization primarily aim to eliminate?
Which algorithm has O(n log n) time complexity and is preferred for large datasets in modern databases?
What is the primary purpose of indexing in databases?
Advertisement
In the OSI model, which layer is responsible for routing and logical addressing?
Which of the following is NOT a characteristic of relational databases?
What does CAP theorem state about distributed database systems?
In SQL, what is the difference between HAVING and WHERE clauses?
Which data structure is most efficient for implementing a LRU (Least Recently Used) cache?
In cloud computing, what does the term 'eventual consistency' refer to?
What is the primary benefit of containerization technology like Docker in modern application deployment?
In machine learning, what is a confusion matrix primarily used for?
Which encryption standard is currently recommended for securing data in transit over networks?
What is the time complexity of searching an element in a balanced Binary Search Tree?
In database replication, what is the primary difference between synchronous and asynchronous replication?
Which of the following best describes a distributed transaction and its challenges in microservices architecture?
In cybersecurity, what is SQL injection and why is it a critical vulnerability in 2024?
What is the primary advantage of using GraphQL over traditional REST APIs in modern application architecture?
What is the normal form that ensures no partial dependencies exist in a relation?