CompTIA Cloud+ (CV0-004) — Question 76
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?
Answer options
- A. Build a REST API endpoint.
- B. Allow access via the cloud portal.
- C. Provision cloud-based SQL access.
- D. Implement RPC on the web application.
Correct answer: A
Explanation
Creating a REST API endpoint is the most straightforward method for allowing programmatic access to web application resources. The other options, such as allowing access via the cloud portal or implementing RPC, introduce unnecessary complexity and may not provide the same level of control and usability for developers.