Quiz Space

Modern Application Development II · End Term · 11 Dec 2022 · September 2022 term · Set ETD1-2

Question 8: Suppose a particular user of an application hosted on <u>…

Question 8

+3 marksOne correct option

Suppose a particular user of an application hosted on http://example1.com has delete privilege and URL to delete resource with ID 1 is ‘http://example1.com/delete?id=1’. The user visits a malicious website having an image link with definition “<img src='http://example1.com/delete?id=1' />”, and the user clicks on the link, which in turn leads to the deletion of the resource without the knowledge of the user.

Which of the following correctly describes the above scenario?

  1. A

    Cross Site Scripting

  2. B

    Cross Site Request Forgery

  3. C

    Session Hijacking

  4. D

    None of these

Show answer

Correct answer

  • B

    Cross Site Request Forgery

Question 8 of 32 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 11 Dec 2022, in the September 2022 term (IIT M DIPLOMA AN1 EXAM ETD1 11 Dec 2022). It carries 3 marks.

More questions from this paper

  1. Q1Consider the below Vue component and Vuex store definition. Which of the following is the best suitable definition of t…
  2. Q2Suppose you are writing an application to be used by lakhs of people, which will run a brute force algorithm and gives …
  3. Q3Which of the following statements is true?
  4. Q4Suppose you want to store some data on the client, which has to be sent back to the server with every subsequent reques…
  5. Q5Figure question
  6. Q6Which of the following is true regarding session cookies?
  7. Q7Figure question
  8. Q9Consider the following javascript program. What will be logged on to console after executing the program?
  9. Q10Consider the following javascript code. What will be logged on the console after executing this program?
  10. Q11Consider the following javascript program. What will be logged on to console after executing this program?
  11. Q12Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppo…
  12. Q13Consider the below javascript program, and predict the output, if executed. Also, what will be the minimum time taken b…
  13. Q14Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppo…
  14. Q15Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppo…
  15. Q16Consider the following javascript program, and predict the output if executed.
  16. Q17Which of the following statement(s) is/are true in the context of point-to-point communication and message broker?
  17. Q18Which of the following statement(s) is/are true regarding caching?
  18. Q19Which of the following statement(s) is/are true regarding javascript language?
  19. Q20Figure question
  20. Q21If an application is entirely built on the client end using javascript (without a database). Which of the following sta…
  21. Q22Which of the following statement(s) is/are false in the context of scaling a web application?
  22. Q23Which of the following statement(s) is/are false?
  23. Q24Consider the following javascript program, and predict the output, if executed as a script.
  24. Q25Suppose the application is running on ‘<u>http://localhost:8080</u>’. What will be rendered by the browser inside the d…
  25. Q26Suppose the application is running on ‘http://localhost:8080'. What will be rendered by the browser inside the div elem…
  26. Q27Consider the following application with markup “index.html” and javascript file “app.js”, and answer the given subquest…
  27. Q28Consider the following application with markup “index.html” and javascript file “app.js”, and answer the given subquest…
  28. Q29Consider the following application with markup “index.html” and javascript file “app.js”, and answer the given subquest…
  29. Q30Consider the following application with markup “index.html” and javascript file “app.js”, and answer the given subquest…
  30. Q31Consider the following application with markup “index.html” and javascript file “app.js”, and answer the given subquest…
  31. Q32Consider the following application with markup “index.html” and javascript file “app.js”, and answer the given subquest…