Quiz Space

Modern Application Development I · Quiz 2 · 16 Mar 2025 · January 2025 term

Question 1: IIT Madras runs a BS Degree Program in Data Science & AI,…

Question 1

+2 marksOne correct option

IIT Madras runs a BS Degree Program in Data Science & AI, which has thousands of students enrolled across multiple levels (Foundational, Diploma, and Degree). The institution needs a database system to manage:

  • Student enrollments, tracking performance across multiple subjects and semesters.
  • Faculty assignments to courses, ensuring each instructor handles only specific subjects.
  • Course prerequisites (e.g., a student must complete Mad1 before Mad2).
  • Secure storage of student grades and transcripts, ensuring only authorized access.
  • Handling transactions such as course enrollments, fee payments, and refunds.

Considering the above requirements, which type of database system is most appropriate?

  1. A

    NoSQL (Document-based database like MongoDB)

  2. B

    Graph Database (e.g., Neo4j)

  3. C

    RDBMS (e.g., PostgreSQL, MySQL, SQLite)

  4. D

    Key-Value Store (e.g., Redis, DynamoDB)

Show answer

Correct answer

  • C

    RDBMS (e.g., PostgreSQL, MySQL, SQLite)

Question 1 of 16 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 2 paper sat on 16 Mar 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD2 16 Mar 2025). It carries 2 marks.

More questions from this paper

  1. Q2Which of the following best describes the primary advantage of asynchronous updates in web applications?
  2. Q3Figure question
  3. Q4Consider the following Python code snippet. What will be the output of the above code in the terminal?
  4. Q5Consider the HTML code given below: File name: base_layout.html Which of the following is the correct implementation of…
  5. Q6Consider the following Flask code. Assume the above code is running on http://127.0.0.1:5000 . Which of the following r…
  6. Q7A web server is handling requests and has an 8-core processor, 32 GB of RAM, and a network bandwidth of 500 Mbps. The a…
  7. Q8The lens of an HDD can read data on the rotating disk with the speed of 36,000 bits per second. The disk is designed su…
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Consider the flask code below. Assume that the above flask application is running on http://127.0.0.1:5000 . Which of t…
  11. Q12Consider the following flask application running locally on http://127.0.0.1:5000. Which of the following statements is…
  12. Q13Figure question
  13. Q14Consider the following Flask application: Assume the Flask application is running on http://127.0.0.1:5000/ . Which of …
  14. Q15Consider the following Flask-RESTful API implementation: The API is running on http://127.0.0.1:5000/. Which of the fol…
  15. Q16Consider the following flask application. app.py Which of the following statements is/are true if the application is ru…