Quiz Space

Modern Application Development II · End Term · 22 Dec 2024 · September 2024 term · Set QDF3

MAD 2 End Term 22 Dec 2024 — Question 13

Question 13

+2 marksOne correct option

Which of the following statements is FALSE?

  1. A

    Cache-Control: no-store prevents caching

  2. B

    Data stored in sessionStorage remains available even after the browser is closed and reopened.

  3. C

    ETag helps validate cache freshness

  4. D

    localStorage has larger storage limit than cookies

Show answer

Correct answer

  • B

    Data stored in sessionStorage remains available even after the browser is closed and reopened.

Question 13 of 32 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 22 Dec 2024, in the September 2024 term (IIT M FOUNDATION DIPLOMA AN EXAM QDF3 22 Dec 2024). It carries 2 marks.

This question was also asked in

More questions from this paper

  1. Q1Figure question
  2. Q2Which of the following is true regarding long polling?
  3. Q3Given this Vue component structure: Which slot usage is correct?
  4. Q4Consider the following JavaScript code snippet. What will be the output on the console?
  5. Q5Consider the following JavaScript code snippet. What will be the output sequence?
  6. Q6What will happen if a page includes this CSP header and the script attempts to load an external JavaScript file from ot…
  7. Q7Consider the below Vue component. What will happen when “this.isVisible = false” is executed?
  8. Q8Consider the below JavaScript program. What will be the output of the above program?
  9. Q9Consider the below JavaScript program. What will be the output of the above program?
  10. Q10Given the following routes configured in Vue Router, assuming that routes have been correctly configured in vue router.…
  11. Q11Consider the below Vue component. What will happen when the user enters a new value for “userName” and refreshes the pa…
  12. Q12Figure question
  13. Q14Which of the following statements is false when using the “async” and “await” keywords in JavaScript?
  14. Q15Consider the below JavaScript program. What will be the output of the above program?
  15. Q16You have a Celery task send_email that needs to run every 10 minutes. How can you schedule it?
  16. Q17Consider the following JavaScript code. The above code is initially loaded on the browser and then the browser is refre…
  17. Q18Given the following Vuex store setup. Assuming the store is correctly binded with a Vue app, what will be the correct b…
  18. Q19Consider the below Vue app. What will happen if the following code is executed? app.user.name = “Dev”
  19. Q20Consider the following HTML, with included vue 2 cdn link. What will be displayed ?
  20. Q21Consider the following html with appropriate vue 2 cdn link attached. When typing "test@test.com" and then deleting it …
  21. Q22Consider the following python code snippet. Assuming proper configuration for caching is done, answer the question belo…
  22. Q23Consider the below Celery setup. What will be the result of calling long_task.delay() (assuming more than 1 worker are …
  23. Q24Consider the following Vue application with markup index.html and JavaScript file script.js. File: index.html File: scr…
  24. Q25Consider the below Vue router configuration. Which of the following is a valid way to access the “id” parameter inside …
  25. Q26Which of the following statements are true about Lighthouse?
  26. Q27Which of the following statement(s) is/are correct regarding the behavior of local storage in Vue.js applications?
  27. Q28Figure question
  28. Q29Which of the following statements correctly describe the use of asynchronous messaging systems and frameworks?
  29. Q30Which of the following statement(s) is/are true about Webhooks?
  30. Q31Which of the following statement(s) is/are true regarding Server-Sent Events (SSE) and WebSockets?
  31. Q32Which of the following is/are typical use case(s) for Celery tasks?