Question
A company needs to schedule a maximum number of meetings in a single conference room. Each meeting `i` has a start time `s_i` and an finish time `f_i`. Once a meeting starts, it must run to completion. Consider the following greedy strategy: 1. Sort all meetings by their start times in ascending order. 2. Select the first meeting. 3. From the remaining meetings, select the next meeting that starts after the previously selected meeting finishes. 4. Repeat until no more meetings can be selected. Given the meetings: `(s,
A company needs to schedule a maximum number of meetings in a single conference room. Each meeting `i` has a start time `s_i` and an finish time `f_i`. Once a meeting starts, it must run to completion. Consider the following greedy strategy: 1. Sort all meetings by their start times in ascending order. 2. Select the first meeting. 3. From the remaining meetings, select the next meeting that starts after the previously selected meeting finishes. 4. Repeat until no more meetings can be selected. Given the meetings: `(s,
f)` `M1: (1, 4)` `M2: (3, 5)` `M3: (0, 6)` `M4: (5, 7)` `M5: (8, 9)` `M6: (5, 9)` Which set of meetings will be selected by the described greedy strategy?
More IT DBMS Questions
- Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
- Which property of a transaction ensures that either all operations within the transaction are completed successfully, or none of them are?
- What is a page fault?
- Which of the following is used to enforce referential integrity?
- What is the key behavioral difference between the SQL DELETE and TRUNCATE commands when used to remove all rows from a table?
- What is a 'foreign key' in a relational database?
- Consider the following Java code snippet public class Car { private String model; private int year; public Car(String model, int year) {...
- A relation Employee(EmpID, Skill, Language) records that an employee can have multiple independent skills and can speak multiple independent languages, wit...
- A relational database management system needs to store millions of employee records on disk and support fast search, insertion, deletion, and range queries...
- Which of the following is NOT a type of database model?
Hey! Ask a query
Please enter email id
The email must be a valid email address.
Please enter Mobile Number
Please enter valid Mobile Number
Please enter your Doubt
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
- 200 Questions with Detailed Solutions
- Section-wise Coverage (GA, English, Quant & Reasoning)