CompTIA DataX (DY0-001) — Question 40

A data scientist trained a model for departments to share. The departments must access the model using HTTP requests. Which of the following approaches is appropriate?

Answer options

Correct answer: C

Explanation

Creating an endpoint is the most suitable method as it allows departments to send HTTP requests directly to the model for interaction. Utilizing distributed computing and deploying containers may improve performance or manageability but do not specifically address the requirement for HTTP access. Using the File Transfer Protocol is not appropriate here since it does not facilitate HTTP requests.