Quiz Space

Modern Application Development I · End Term · 13 Apr 2025 · January 2025 term · Set QDD1

Question 8: A Server S needs to retrieve data from two datacenters D1…

Question 8

+3 marksOne correct option

A Server S needs to retrieve data from two datacenters D1 and D2 located at 1500 kilometres and 3000 kilometres respectively. Server S and D1 are connected via medium M1 through which information can be transferred with the speed of 1.5×10⁸ m/sec, and server S and D2 are connected via medium M2. If the server received data from both the data centres at the same time, what must be the speed of information transfer in medium M2(overheads should be ignored)?
(Concept: Performance parameters of a network)

  1. A
  2. B
  3. C
  4. D
Show answer

Correct answer

  • D

Question 8 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 13 Apr 2025, in the January 2025 term (IIT M DIPLOMA AN EXAM QDD3 13 Apr 2025). It carries 3 marks.

More questions from this paper

  1. Q1Figure question
  2. Q2Consider the following Python code snippet. What will be the output on the terminal?
  3. Q3Figure question
  4. Q4Figure question
  5. Q5Consider the following example: Which of the following accessibility principles is followed in this example?
  6. Q6A Flask application and its absolute path is given below. app.py If the application is run locally on http://127.0.0.1:…
  7. Q7Figure question
  8. Q9Figure question
  9. Q10Figure question
  10. Q11Consider the following flask app. Given that test_request_context() allows text to be printed on the terminal, which of…
  11. Q12Consider the following Python code snippet. If this application is running locally on http://127.0.0.1:5000, which of t…
  12. Q13Consider the following HTML code . File name: login.html When the user clicks on the “Login” button the form data will …
  13. Q14Consider the code below in a file called test_students.py. test_students.py What will be the output on the terminal on …
  14. Q15Consider the following Python code. File name: main.py What will be the output, when running the above code using the c…
  15. Q16Consider the following Python code File name: main_test.py What will be the output of running the above python script u…
  16. Q17Consider the following Jinja2 templating code: Will the above Jinja templating code return the correct output? If yes, …
  17. Q18You are given a project with three files: conftest.py, test_multiples_of_3_and_6.py, and test_multiples_of_13.py. The p…
  18. Q19A client machine and a server machine located 120 kilometers apart start moving towards each other along a straight lin…
  19. Q20Figure question
  20. Q21Consider a flask app "app.py" and a template file "doc.html" given below: Python file: app.py Template file: doc.html I…
  21. Q22Which of the following statements about networking concepts (TCP, UDP, Proxy, Peer-to-Peer, Broadcast, Unicast, Multica…
  22. Q23Consider the following route in the flask for a signup page and select the correct option:
  23. Q24Figure question
  24. Q25The following Flask-RESTful API code snippet is intended to create a RESTful API for managing student registrations in …
  25. Q26Consider the following Flask app code. Assume the above flask app runs on “http://127.0.0.1:5000/” and is accessed thro…
  26. Q27The students of IITM BS challenged their instructors to a cricket match. A Flask web application is built to track the …
  27. Q28The students of IITM BS challenged their instructors to a cricket match. A Flask web application is built to track the …
  28. Q29Which of the following storage types should be used for storing frequently accessed small student records that need low…
  29. Q30The college wants to store archived counseling records from past students for future reference. These records are rarel…
  30. Q31Which of the following statements is/are True?
  31. Q32Which of the following is the correct way of adding records into the ‘student’ and the ‘test_marks’ tables?