Klarna interview question

What is the difference between POST and PUT HTTP requests?

Interview Answers

Anonymous

12 Apr 2022

POST is commonly used to create new data (e.g. user profile, new post etc.). PUT is commonly used to update existing data.

2

Anonymous

17 Apr 2022

What was the task on?