snowflake 26 intern vo experience
Summary
I had a virtual onsite interview experience for an Intern position at Snowflake, where I was asked to solve a problem related to meeting room scheduling.
Full Experience
There is a list of meeting room usage requests, where each request is represented by an interval [start, end). At any given time, a meeting room can be occupied by only one request.
The task is to determine whether all requests can be accommodated. If not, find the minimum number of additional meeting rooms required to satisfy all requests. You can refer to more Snowflake interview experiences here
Interview Questions (1)
Minimum Meeting Rooms Required
There is a list of meeting room usage requests, where each request is represented by an interval [start, end). At any given time, a meeting room can be occupied by only one request. The task is to determine whether all requests can be accommodated. If not, find the minimum number of additional meeting rooms required to satisfy all requests.