CV0-004 · Question #281
CV0-004 Question #281: Real Exam Question with Answer & Explanation
The correct answer is A: Build a REST API endpoint.. A REST API (Representational State Transfer Application Programming Interface) is the simplest and most effective way to allow other developers to programmatically read and write to web application resources. REST APIs use standard HTTP methods (GET, POST, PUT, DELETE) and provid
Question
A developer is building a tool on the cloud that needs to allow other developers to programmatically read and write to the web application resources. Which of the following should the developer do to meet these requirements with the least complexity?
Options
- ABuild a REST API endpoint.
- BAllow access via the cloud portal.
- CProvision cloud-based SQL access.
- DImplement RPC on the web application.
Explanation
A REST API (Representational State Transfer Application Programming Interface) is the simplest and most effective way to allow other developers to programmatically read and write to web application resources. REST APIs use standard HTTP methods (GET, POST, PUT, DELETE) and provide scalability, flexibility, and ease of integration with various programming languages and cloud services.
Topics
Community Discussion
No community discussion yet for this question.