Frage im Vorstellungsgespräch bei Scalable Capital

Codity questions: (1) You need to write a @Controller class (TaskController) (using Spring Boot). You need to create simple CRUD methods (get, put, post, delete, getAll). No need to worry about the service class or repository class. (2) A java class is given which has only 1 method. That method takes string as an input and reverses it and output the result. This method is already given. You just need to write a few test cases for it.