Which of the following parameters represents an accurate description of the web development concept called 'OAuth'? MCQ with Answer and Explanation

Which of the following parameters represents an accurate description of the web development concept called 'OAuth'?
A. A physical computer processing core chip standard
B. A specialized local browser button designed to clear cache history
C. An unlinked text configuration archive stored on local devices
D. An open-standard authorization framework that allows third-party applications to grant limited, secure access to user account resources without exposing user passwords
Answer: Option D
Solution (By JKSSB Mock Tests)
OAuth enables secure token-based authorization, allowing applications (like a mobile game) to access user profile data from a provider (like Google) without requiring their raw login password.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is a type of web attack that injects malicious scripts into web pages?
A. Phishing
B. Cross-Site Request Forgery (CSRF)
C. SQL Injection
D. Cross-Site Scripting (XSS)

Correct Answer: Option D


Explanation:
Cross-Site Scripting (XSS) is a vulnerability where attackers inject malicious scripts into otherwise benign websites, which are then executed in users' browsers.

This question belongs to: Computer Internet and Web Technologies
Question #2
In internet technology, what is the term used for the quantitative capacity of a wired or wireless network link to transmit data over a specific period?
A. Bandwidth
B. Frequency
C. Velocity
D. Latency

Correct Answer: Option A


Explanation:
Bandwidth measures the maximum volume of data that can be transferred across an internet connection in a given unit of time, typically calculated in Mbps or Gbps.

This question belongs to: Computer Internet and Web Technologies
Question #3
What does a '415 Unsupported Media Type' HTTP status code return imply about a client browser's interaction with a web application?
A. The requested URL path has changed its location permanently.
B. The input security certificate has an expired authorization date.
C. The web server facility has completely crashed down.
D. The server refuses to process the request because the payload data format or media type is not supported by the requested resource configuration.

Correct Answer: Option D


Explanation:
An HTTP 415 error occurs when the client uploads an asset or sends data in a format (such as an unapproved image type or raw XML instead of JSON) that the server script is not configured to accept.

This question belongs to: Computer Internet and Web Technologies