Crownpeak interview question

How did you use RESTfull controller and what is the concept of RESTfull controlle?

Interview Answer

Anonymous

27 Oct 2016

I have explained my final project which uses RESTfull controller. RESTfull controller is that you can use the HTTP request (GET, POST, PUT, DELETE) and it can be possible to make a stateless controller. It is efficient way for the website because it does not need to stick to one server for the user.