What is the function of a 'webhook'? MCQ with Answer and Explanation

What is the function of a 'webhook'?
A. To cache static content
B. To manage DNS records
C. To allow one web application to notify another of events via HTTP
D. To encrypt web traffic
Answer: Option C
Solution (By JKSSB Mock Tests)
A webhook is a way for an app to provide real-time information to other applications by sending HTTP requests when specific events occur.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which HTTP method is typically used to submit form data?
A. HEAD
B. OPTIONS
C. POST
D. GET

Correct Answer: Option C


Explanation:
The POST method is used to send data to the server to create or update a resource, commonly used in form submissions.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does an internet connection setup implement to compress large structural web data payloads (like HTML, CSS, JS text) on the fly during transit to reduce bandwidth consumption?
A. Running outbound SMTP email server scripts
B. Static FTP directory link configurations
C. Altering local device MAC address registry entries
D. Gzip / Brotli Compression algorithms

Correct Answer: Option D


Explanation:
Gzip and Brotli are compression algorithms utilized by web servers to reduce the size of text assets before sending them over the network, speeding up page load times for client browsers.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the function of the 'Mailto' link in HTML?
A. To create a hyperlink to an email address
B. To display a contact form
C. To send an email directly from the server
D. To open the user's default email client with a pre-addressed message

Correct Answer: Option D


Explanation:
A mailto link (e.g., ) opens the default email client with the recipient's address.

This question belongs to: Computer Internet and Web Technologies