Question
Which SQL isolation level allows phantom reads but
prevents dirty reads and non-repeatable reads?Solution
Read Committed prevents dirty reads (only committed data read) but allows non-repeatable reads and phantoms; Repeatable Read prevents non-repeatables but can allow phantoms in some systems.
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Which of the following is a key challenge in handling deadlocks in an operating system?
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
Which of the following statements best describes polymorphism in object-oriented programming?
Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
Which traversal method is best for copying a binary tree?
Which of the following is NOT among the OWASP Top 10 Web Security Risks?
Which algorithm is used for computing Max-Flow in a network?
Which of the following is true about triggers in a relational database?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?