Klarna Interview Question

What is the difference between POST and PUT HTTP requests?

Interview Answers

Anonymous

Apr 12, 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

Apr 17, 2022

What was the task on?