Which of the following is a widely used web framework for building RESTful APIs? MCQ with Answer and Explanation

Which of the following is a widely used web framework for building RESTful APIs?
A. All of the above
B. Express.js
C. Django
D. Ruby on Rails
Answer: Option A
Solution (By JKExamLibrary)
Express.js (Node.js), Django (Python), and Ruby on Rails are all popular frameworks capable of building RESTful APIs.

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 of the following is an example of a dynamic web page technology?
A. Server-side includes (SSI)
B. PHP
C. All of the above
D. ASP.NET

Correct Answer: Option C


Explanation:
SSI, PHP, and ASP.NET are all server-side technologies used to generate dynamic content.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the term used to describe unwanted, unsolicited bulk emails sent to thousands of recipients simultaneously?
A. Malware
B. Phish
C. Spoof
D. Spam

Correct Answer: Option D


Explanation:
Spam refers specifically to unsolicited, irrelevant, or inappropriate commercial email messages distributed in mass volume.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is an example of a web protocol for pushing notifications from server to client?
A. Web Push API
B. Server-Sent Events
C. All of the above
D. WebSocket

Correct Answer: Option C


Explanation:
Web Push API, SSE, and WebSocket all enable server-to-client notifications, though they differ in implementation and use cases.

This question belongs to: Computer Internet and Web Technologies