Quiz Space

Modern Application Development I · Quiz 2 · 12 Apr 2026 · January 2026 term

Question 9: Which of the following flask routes can take dynamic valu…

Question 9

+2 marksOne or more correct options

Which of the following flask routes can take dynamic value in the URL like “/user/55”?

Select all that apply.

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answers

  • B
  • C

Video solution

The video solution to this question is being recorded and will play here. Until then, the answer key is above.

Question 9 of 15 in the IIT Madras BS Modern Application Development I (MAD 1) Quiz 2 paper sat on 12 Apr 2026, in the January 2026 term (Modern Application Development I 06 Apr 26). It carries 2 marks.

More questions from this paper

  1. Q1You want to create an app where students can log in and download hall tickets. To make this more efficient, you want to…
  2. Q2Which of the following enables asynchronous communication between client and server without loading the entire web page?
  3. Q3Consider the following Flask application.
  4. Q4Consider the following Python code. Which of the following is the correct output of the above code?
  5. Q5A server has a 16-core CPU, 64 GB RAM and 1 Gbps network connection. The server is running a single instance of an app …
  6. Q6A web server is connected to a 5Mbps network line. Each HTTP request contains 4KB of header information and 6KB of payl…
  7. Q7Consider the following HTML/CSS code. What will be the output when the above HTML file is rendered?
  8. Q8You have a DRAM module with bus width of 64 bits, clock speed of 1 GHz, and operating in DDR (double-data-rate or two v…
  9. Q10Consider the following Python Flask code.
  10. Q11Consider the following HTML and Python Flask code.
  11. Q12Consider the following HTML code. What will be the output in the console window when the above HTML doc is rendered on …
  12. Q13Consider the following Python Flask code.
  13. Q14Consider the following SQLAlchemy class models. Based on the above data, answer the given subquestions. Which of the fo…
  14. Q15Consider the following SQLAlchemy class models. Based on the above data, answer the given subquestions. What will be th…