Altium Limited Interview Question

What are the CRUD operations?

Interview Answer

Anonymous

Apr 11, 2023

This is the abbreviation for the http request methods: - Create = Post, - Read = Get, - Update = Post, Put, - Delete = Delete Those are the most commonly used methods for sending the http requests.