CompTIA
DY0-001 · Question #88
A data scientist is deploying a model that needs to be accessed by multiple departments with minimal development effort by the departments. Which of the following APIs would be best for the data…
The correct answer is D. REST. RESTful APIs use standard HTTP methods and lightweight data formats (typically JSON), making them easy for diverse teams to integrate with minimal effort and without heavy tooling.
Operations and Processes
Question
A data scientist is deploying a model that needs to be accessed by multiple departments with minimal development effort by the departments. Which of the following APIs would be best for the data scientist to use?
Options
- ASOAP
- BRPC
- CJSON
- DREST
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- D91% (21)
Explanation
RESTful APIs use standard HTTP methods and lightweight data formats (typically JSON), making them easy for diverse teams to integrate with minimal effort and without heavy tooling.
Topics
#REST API#model deployment#API design#MLOps
Community Discussion
No community discussion yet for this question.