MAD 1 End Term 31 Aug 2025 — Question 25
Show answer
Correct answers
Question 25 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 31 Aug 2025, in the May 2025 term (IIT M DIPLOMA FN EXAM QDD1 31 Aug 2025). It carries 4.5 marks.
More questions from this paper
- Figure question
- What does SQLAlchemy's lazy='dynamic' do?
- Why is using the GET method for sensitive data discouraged?
- You define two routes in your Flask app as: A user visits /about (without the trailing slash). What will Flask do?
- A login form doesn't show any message when users enter wrong credentials. Which Nielsen heuristic is violated?
- Which of the following are handled by the browser and not the Flask server?
- Consider the following git branches for a remote repository. Choose the correct git command sequence to merge feature1 …
- Figure question
- What will be displayed when running python app.py 8080 for the following script? app.py
- Consider the following Flask code. What will be the output when you run the following code in the terminal python app.p…
- Consider the following Python code File name: main_test.py What will be the output of running the above python script u…
- You created the following templates: base.html home.html But when rendered, "Welcome!" doesn't appear. Why?
- A user downloads a 10 MB file from a server with 5 Mbps speed. How long does it approximately take?
- Suppose you have these models in your Flask-SQLAlchemy app: If you delete an Author instance from the database, what ha…
- Consider the following HTML code snippet (without any CSS styling). Which of the following statements correctly describ…
- Consider the following Python code. File name: main.py What will be the output, when running the above code using the c…
- Figure question
- You are working on a team project hosted on GitHub. After making changes to your local files, you run the following com…
- Consider the following Flask application structure and code. app.py: Which of the following statements about the templa…
- Examine the following Python code snippet. File: logger_test.py What will be the output when running the command: pytho…
- Consider the following Python code snippet: python: app.py What will be printed on the terminal for the command: python…
- Consider the following Flask app code. The above flask app is running on “http://127.0.0.1:5000”. Which of the followin…
- Figure question
- Examine the following Python test file: Filename: math_tests.py Consider the following pytest command output: Which of …
- Consider the following Flask application. Based on the above data, answer the given subquestions.
- Consider the following Flask application. Based on the above data, answer the given subquestions. Analyze the following…
- Consider the following Flask-RESTful resource class for a student management system: Based on the above data, answer th…
- Consider the following Flask-RESTful resource class for a student management system: Based on the above data, answer th…
- Consider the following flask code and answer the given subquestions.
- Consider the following flask code and answer the given subquestions.
- Consider the following flask code and answer the given subquestions.