Quiz Space

Modern Application Development II · End Term · 30 Apr 2023 · January 2023 term · Set QPD1-S1

Question 20: Which of the following is/are the potential benefits of …

Question 20

+3 marksOne or more correct options

Which of the following is/are the potential benefits of using a message broker?

Select all that apply.

  1. A

    A message broker allows two servers in a network to directly communicate with each other, without an intermediary.

  2. B

    A message broker makes the network scalable for adding more servers to the network.

  3. C

    A message broker can be used for batch processing of messages.

  4. D

    A message broker is well suited in case of traffic spikes, as messages are retained in the queue until processed.

Show answer

Correct answers

  • B

    A message broker makes the network scalable for adding more servers to the network.

  • C

    A message broker can be used for batch processing of messages.

  • D

    A message broker is well suited in case of traffic spikes, as messages are retained in the queue until processed.

Question 20 of 32 in the IIT Madras BS Modern Application Development II (MAD 2) End Term paper sat on 30 Apr 2023, in the January 2023 term (IIT M DIPLOMA ET1 EXAM QPD1 S2 30 Apr 2023). It carries 3 marks.

More questions from this paper

  1. Q1Which of the following statement(s) is/are true regarding javascript language?
  2. Q2Which of the following statement(s) is/are true about VueJS framework?
  3. Q3Figure question
  4. Q4Which of the following statement(s) is/are true about pub/sub messaging?
  5. Q5Which of the following statement(s) is/are true?
  6. Q6Which of the following shows the correct output if the javascript program written below is executed?
  7. Q7Which of the following statements is true in the context of REST?
  8. Q8Which of the following shows the correct output if the javascript program written below is executed?
  9. Q9Which of the following statements is correct regarding Vue.js framework?
  10. Q10Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose the u…
  11. Q11Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose the a…
  12. Q12Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose the a…
  13. Q13Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose the a…
  14. Q14Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose the a…
  15. Q15Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose the a…
  16. Q16Which of the following is/are the correct ways to always apply “errorClass”, but “activeClass” should only be applied w…
  17. Q17Which of the following statement(s) is/are correct regarding Vuex?
  18. Q18Which of the following statement(s) is/are true regarding forward and reverse proxy?
  19. Q19Suppose you are building an application which requires sending emails to all the users stored in the database at regula…
  20. Q21Which of the following statement(s) is correct regarding the prototype in JavaScript?
  21. Q22Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppo…
  22. Q23Consider the following javascript program, and predict the output if executed.
  23. Q24Consider the following Vue application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppo…
  24. Q25Which of the following shows the correct output if the javascript program written below is executed?
  25. Q26Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose you o…
  26. Q27Consider the below application with markup “index.html” and javascript file “app.js”. index.html: app.js: Suppose you o…
  27. Q28Consider the below flask application. app.py: If the Redis server is running on “localhost:6379” and application is run…
  28. Q29Consider the below flask application. app.py: If the Redis server is running on “localhost:6379” and application is run…
  29. Q30Which of the following statements is true regarding webhooks?
  30. Q31Which of the following statements is true about cookies and CORS?
  31. Q32Suppose an endpoint in your flask application triggers a celery task, which generates a CSV file named “data.csv” and s…