Quiz Space

Modern Application Development II · End Term · 24 Dec 2023 · September 2023 term · Set FDD1

Question 29: Suppose an attacker embeds a malicious link in an email …

Question 29

+3 marksOne correct option

Suppose an attacker embeds a malicious link in an email or website, causing the victim's browser to unknowingly submit a form that performs an action (e.g., deleting the user’s account) on the target site where the victim is authenticated. Which type of attack is this?

  1. A

    Denial Of Service Attack

  2. B

    CSRF Attack

  3. C

    Flooding Attack

  4. D

    None of these

Show answer

Correct answer

  • B

    CSRF Attack

Question 29 of 32 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M DIPLOMA FN EXAM FDD1 24 Dec 2023). It carries 3 marks.

More questions from this paper

  1. Q1Which of the following statements is/are correct.
  2. Q2Which of the following is/are correct regarding CDN.
  3. Q3Which of the following statement(s) is/are false regarding javascript language?
  4. Q4Which of the following method(s) can be used to ensure that the displayed state and system state are kept in sync at al…
  5. Q5Figure question
  6. Q6Which of the following statement(s) is/are true regarding webhooks?
  7. Q7Which of the following is correct regarding XSS attacks?
  8. Q8You are trying to build a distributed system with N servers, each of which may need to communicate with any of the othe…
  9. Q9Which of the following statement(s) is/are false regarding long and short polling?
  10. Q10Which of the following statement(s) is/are true regarding caching?
  11. Q11Which of the following statements is true regarding CORS and CSRF?
  12. Q12Consider the following JavaScript code. What will be logged on to console, if executed?
  13. Q13Consider the following JavaScript code. What will be logged on to console, if executed?
  14. Q14Consider the following Vue application with JavaScript “app.js” and markup “index.html” app.js index.html Suppose the a…
  15. Q15Consider the following Vue app with markup “index.html” and JavaScript “app.js” app.js index.html Suppose the applicati…
  16. Q16Consider the following flask application. app.py Suppose the application is running on “http://localhost:5000”. If user…
  17. Q17Consider the below javascript program. What will be the output of the above program, if executed? Also, predict the min…
  18. Q18Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppo…
  19. Q19Fill in code1 \& code2, which can be used in Vuex Store to update the “below_average” state variable with the objects o…
  20. Q20Consider the following JavaScript code. Suppose ‘url’ returns an HTML response for a get request with 200 status code. …
  21. Q21Consider the JavaScript code. Suppose the ‘url’ returns a JSON response with 404 status code. What will be logged on to…
  22. Q22Consider the following JavaScript code. What will be logged on to console, if executed?
  23. Q23app.js
  24. Q24app.js index.html
  25. Q25app.py
  26. Q26Consider the below javascript program. What will be the output of the above program, if executed?
  27. Q27Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js:
  28. Q28Consider the below javascript program.
  29. Q30Consider the below javascript program. What will be the output of the above program, if executed?
  30. Q31Which of the following is/are valid use(s) of “v-for” directive, assuming “obj” is an object having a number of key val…
  31. Q32Which of the following statement(s) is/are true regarding Celery?