Quiz Space

Modern Application Development I · End Term · 21 Dec 2025 · September 2025 term

MAD 1 End Term 21 Dec 2025 — Question 18

Question 18

+4 marksOne correct option
  1. A

    Once for all tests

  2. B

    Twice, once for each test

  3. C

    Once during collection phase only

  4. D

    It depends on the pytest configuration

Show answer

Correct answer

  • B

    Twice, once for each test

Question 18 of 21 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 21 Dec 2025, in the September 2025 term (Modern Application Development I 18 Dec 25). It carries 4 marks.

More questions from this paper

  1. Q1Which of the following statements is/are correct ?
  2. Q2Which of the following commands will give the terminal output as:
  3. Q3Consider the following flask application and html template. Assume that the Flask app is running at http://127.0.0.1:50…
  4. Q4Which of the following statements correctly differentiates between synchronous and asynchronous updates in frontend dev…
  5. Q5Figure question
  6. Q6Figure question
  7. Q7Which of the following is the correct way to add a click event listener to a button with id="myBtn" in JavaScript?
  8. Q8Figure question
  9. Q9Figure question
  10. Q10Consider the data table below in SQLite database.
  11. Q11Which of the following commands is/are valid to run pytest from the command line?
  12. Q12Consider the following Python code. Which of the following assertion test case throws the exception?
  13. Q13What does the following curl command do?
  14. Q14Figure question
  15. Q15Figure question
  16. Q16Which statements about frontend and backend validation are TRUE?
  17. Q17Figure question
  18. Q19Figure question
  19. Q20You are on the main branch and want to merge feature1 and feature2 branches. What is the correct command sequence?
  20. Q21Figure question