Java Machine Coding Round
Java Machine Coding Round
Time : 45 mins
Description :
You would need to create a spring boot web app with User entity and the
ability to do the following api operations:
i. Get user details of all users
ii. Fetch user based on Id
iii. Update details for a User
iv. Delete a user based on id
Please make sure to use correct syntax, proper variable names, rest
mappings, exception handling of responses wherever need be.