Amazon | SDE-2 | Seattle | Design OOPS Onsite
Anonymous User
1000

Design an exception notification service that reads from a database of logged exceptions and can do both email notifications and push notifications.

What is expected: An exception class to house exceptions, an exception loader class to connect and read exceptions from the database, a notification service interface with the shared stubs for notification, a parent notification service class, and then child classes for the different notification types, injections as it pertains to the db query.

Comments (2)