Question 2
What is the correct sequence of operations when receiving a form in Flask?
Validate → Render → Access → Store
Access → Store → Validate → Render
Access → Validate → Store → Redirect
POST → GET → Redirect → Validate
What is the correct sequence of operations when receiving a form in Flask?
Validate → Render → Access → Store
Access → Store → Validate → Render
Access → Validate → Store → Redirect
POST → GET → Redirect → Validate
Correct answer
Access → Validate → Store → Redirect
Question 2 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 2 marks.