MCQ
DBMS & Software Engineering (Senior CI) MCQ - Practice Questions
Practice 98 questions across 3 topics with detailed explanations.
Topics in DBMS & Software Engineering (Senior CI)
Sample questions
1A Software Requirements Specification states: "The system shall respond quickly to every search request." Which criticism best explains why this requirement is weak?
2In SQL integrity enforcement, which requirement is normally better expressed by a declarative constraint rather than a trigger?
3Which statement best distinguishes basic two-phase locking from strict two-phase locking in transaction processing?
4A trigger maintains Summary(total_marks) after inserts into Marks(student_id, paper_id, marks). Which design choice best avoids multi-row statement errors in an RDBMS that supports statement-level transition tables?
5A database designer wants a rule that checks a cross-row business condition after each affected row is changed, but the check may be deferred until transaction commit. Which mechanism is the best fit in an SQL RDBMS that supports it?
