Mention what are the types of Http requests?
Answer / Dileep Kumar Verma
[n 'Http requests can be broadly classified into four categories: GET, POST, PUT and DELETE.n GET is used to retrieve data from a server.n POST is used to send data to a server for creation or update of a resource.n PUT is used to update an existing resource on the server.n DELETE is used to delete a resource on the server.'n]
| Is This Answer Correct ? | 0 Yes | 0 No |
What is continuous testing?
Explain how “infrastructure of code” is processed or executed in aws?
What are the DevOps tools?
What are the containers?
What types of testing are needed?
Discuss your experience in building bridges between it ops, qa, and development?
What is IaC in DevOps?
What is DevOps automation?
what are some of the devops best practices ?
What are the major ci tools ?
What are the easiest ways to build a small cloud?
How does http work?