nerdexam
CompTIA

DY0-001 · Question #14

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?

The correct answer is C. Create an endpoint. Exposing the model behind an HTTP endpoint (for example, a REST API) allows other departments to send requests and receive predictions directly over HTTP. The other options don't inherently provide a request璻esponse interface for sharing a model.

Operations and Processes

Question

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?

Options

  • AUtilize distributed computing.
  • BDeploy containers.
  • CCreate an endpoint.
  • DUse the File Transfer Protocol.

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    79% (34)
  • D
    14% (6)

Explanation

Exposing the model behind an HTTP endpoint (for example, a REST API) allows other departments to send requests and receive predictions directly over HTTP. The other options don't inherently provide a request璻esponse interface for sharing a model.

Topics

#model deployment#REST API#endpoint#HTTP requests

Community Discussion

No community discussion yet for this question.

Full DY0-001 Practice