Which of the following is a method of authentication that uses a token for API access? MCQ with Answer and Explanation

Which of the following is a method of authentication that uses a token for API access?
A. Basic Auth
B. Digest Auth
C. NTLM
D. OAuth
Answer: Option D
Solution (By JKExamLibrary)
OAuth (Open Authorization) is an open standard for token-based authentication, commonly used for APIs to allow third-party services access without exposing passwords.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which HTTP status code indicates a client error (bad request)?
A. 400
B. 403
C. 404
D. 401

Correct Answer: Option A


Explanation:
400 Bad Request indicates that the server cannot process the request due to malformed syntax or invalid parameters. 401 is Unauthorized, 403 Forbidden, 404 Not Found.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which HTTP header field or mechanism is used by a web server to set a tracking cookie on the user's browser client?
A. Set-Cookie
B. Cache-Control
C. Get-Cookie
D. Cookie-Transfer

Correct Answer: Option A


Explanation:
The 'Set-Cookie' HTTP response header is sent by the server to direct the client web browser to store a specific cookie string locally.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which format specification is universally deployed to construct standard layout documents across the World Wide Web space?
A. SQL Data Tables
B. SMTP Route Headers
C. HTML (Hypertext Markup Language)
D. FTP Stream Settings

Correct Answer: Option C


Explanation:
HTML is the baseline standard markup language used worldwide to organize and display structural components on web pages.

This question belongs to: Computer Internet and Web Technologies