Q. What is Trishul API primarily used for?

  • (A) Building desktop applications
  • (B) Creating RESTful APIs
  • (C) Designing UI components
  • (D) Managing databases only
πŸ’¬ Discuss
βœ… Correct Answer: (B) Creating RESTful APIs
Explanation: Trishul API is a framework specifically designed to create RESTful APIs.

Q. Which programming language is Trishul API built on?

  • (A) Java
  • (B) Python
  • (C) Core PHP
  • (D) Go
πŸ’¬ Discuss
βœ… Correct Answer: (C) Core PHP
Explanation: The documentation clearly states that Trishul API is developed using core PHP.

Q. When was Trishul API version 1.0.0 launched?

  • (A) Jan 2024
  • (B) June 2025
  • (C) Dec 2023
  • (D) March 2026
πŸ’¬ Discuss
βœ… Correct Answer: (B) June 2025
Explanation: Version 1.0.0 was launched on 01 June 2025.

Q. What type of architecture does Trishul API follow?

  • (A) Monolithic
  • (B) Event-driven
  • (C) RESTful
  • (D) Peer-to-peer
πŸ’¬ Discuss
βœ… Correct Answer: (C) RESTful
Explanation: The framework is specifically designed for RESTful API architecture.

Q. Which of the following best describes Trishul API?

  • (A) Frontend framework
  • (B) Database engine
  • (C) Backend API framework
  • (D) Operating system
πŸ’¬ Discuss
βœ… Correct Answer: (C) Backend API framework
Explanation: It is a backend framework used to build APIs.

Q. What is the main purpose of using a framework like Trishul API?

  • (A) To increase hardware speed
  • (B) To simplify API development
  • (C) To replace operating systems
  • (D) To design animations
πŸ’¬ Discuss
βœ… Correct Answer: (B) To simplify API development
Explanation: Frameworks provide structure and simplify development of APIs.

Q. Which protocol is typically used with Trishul API?

  • (A) FTP
  • (B) HTTP/HTTPS
  • (C) SMTP
  • (D) Bluetooth
πŸ’¬ Discuss
βœ… Correct Answer: (B) HTTP/HTTPS
Explanation: RESTful APIs communicate over HTTP/HTTPS.

Q. Which data format is most commonly used with Trishul API?

  • (A) XML only
  • (B) Binary
  • (C) JSON
  • (D) CSV
πŸ’¬ Discuss
βœ… Correct Answer: (C) JSON
Explanation: REST APIs typically use JSON for data exchange.

Q. What does REST stand for in Trishul API context?

  • (A) Remote Execution System Tool
  • (B) Representational State Transfer
  • (C) Random Execution Service Type
  • (D) Resource Encoding Standard Tool
πŸ’¬ Discuss
βœ… Correct Answer: (B) Representational State Transfer
Explanation: REST stands for Representational State Transfer.

Q. Which HTTP method is commonly used to fetch data in Trishul API?

  • (A) POST
  • (B) GET
  • (C) PUT
  • (D) DELETE
πŸ’¬ Discuss
βœ… Correct Answer: (B) GET
Explanation: GET method is used to retrieve data in REST APIs.