SAP Interview Question

Second technical interview: Implement from scratch a small generic async multithreading messaging app with REST APIs connecting to a DB. The app should be written in Java and should be able to make CRUD operations to the DB through the REST APIs.

Interview Answer

Anonymous

Nov 15, 2024

Implemented the app itself, but did not implement the REST-DB part.