Rest - Interview Questions and Answers for 'Put vs post' | Search Interview Question - javasearch.buggybread.com
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Rest - Interview Questions and Answers for 'Put vs post' - 3 question(s) found - Order By Newest

Frequently asked question in companies using Rest Web services.
 Q1. Different between POST and PUT in Rest Rest
Ans. PUT requests are only meant to place the object as it is on server. For example - You want a file to be uploaded and then placed in a particular folder or you want an Employee object to be persisted in the table.

POST requests are also meant to transfer information from client to server but that information once received at the server is evaluated , modified or refactored before persisting.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     Put vs Post   Rest     Asked in 5 Companies        frequent


Related Questions

 Should a Database Update Request be a POST or PUT Request in Rest
 Should a DB Insert Request be a POST or PUT request in Rest


 Q2. Should a Database Update Request be a POST or PUT Request in RestRest
Ans. It should be a POST Request

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     Put vs Post   Rest     Asked in 1 Companies


Related Questions

 Different between POST and PUT in Rest
 Should a DB Insert Request be a POST or PUT request in Rest


 Q3. Should a DB Insert Request be a POST or PUT request in RestRest
Ans. It depends on whether the request object is persisted as it is

or

its first dismantled, modified or refactored and then inserted into DB.

In first case, it should be a PUT request whereas in second case it should be a POST Request.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     Put vs Post   Rest     Asked in 2 Companies      intermediate        frequent


Related Questions

 Different between POST and PUT in Rest
 Should a Database Update Request be a POST or PUT Request in Rest



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: