snowflake 26 intern vo experience

snowflake logo
snowflake
· Intern
February 2, 2026 · 14 reads

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)

1.

Minimum Meeting Rooms Required

Data Structures & Algorithms·Medium

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.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!