Question bank › Queue
Dsa Queue Easy

Event Management System

Develop a program for an event management system that handles attendees' registrations. Attendees can be registered with their unique ID and an arrival time. You need to write a function that determines the order of attendees based on their arrival times. The input consists of an integer N (1 <= N <= 100), followed by N lines of registration details containing the unique attendee ID and their arrival time in HH:MM format. The output should display the IDs of attendees in the order they arrived, one per line. Example: Input: 3 15 10:00 25 09:30 35 10:30 Output: 25 15 35

Key concepts

queueevent processingreal-time systems

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of Praxari's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.