DSA Round: I was asked to implement a notification feed system using a LIFO mechanism. The task involved working with a Notification object and implementing several stubbed methods such as add, remove, contains, and others to manipulate the feed accordingly.