Question d’entretien chez Knowit

Explain the following: Http methods Status codes Feature toggles Service virtualization

Réponse à la question d'entretien

Utilisateur anonyme

17 oct. 2024

Status codes: GET – Get date PUT – Replace data PATCH – Update data POST – Create new data DELETE – Delete data Status codes: 2xx – Success 3xx – Redirect 4xx – Failure 5xx – Server failure Feature toggle: Allows a dev/tester/usr to modify system behavior Service virtualization: Process of creating a replica of a system to test or run an application