These are 2 questions I found on internet for SAP SVNT test-
Can you please help me how to answer these questions
Question 1:
Build a User Management Functionality for a web application
You must be able to cover the below functionality
Note: A user would have the following details:
a) Write API endpoints for each of the following functionalities in the given blanks. You are free to use your own naming conventions
For example: GET .../api name?[parametersj
b) What mechanisms would you put in place to prevent a denial-of-service attack?
Question 2:
In the first week of your job, you are asked to build a distributed system to
execute jobs in a priority sequence. Each job has a unique identifier.
You must be able to:
a) Write the RESTful API endpoint definition of the above functionality.
For example: GET .../api name?[parameters]
b) How would you ensure data consistency in your system?