Quiz Space

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

Question 4: Which of the following is NOT a common performance metric…

Question 4

+2 marksOne correct option

Which of the following is NOT a common performance metric measured by Google Lighthouse?

  1. A

    First Contentful Paint (FCP)

  2. B

    Time to Interactive (TTI)

  3. C

    Total Blocking Time (TBT)

  4. D

    Database Query Time (DQT)

Show answer

Correct answer

  • D

    Database Query Time (DQT)

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

More questions from this paper

  1. Q1Which of the following statements is true regarding the "this" keyword in JavaScript?
  2. Q2Which of the following correctly describes the lifecycle of a Vue.js component?
  3. Q3Consider the below JavaScript program. What will be the output of the above program?
  4. Q5Which of the following is a key difference between Web Sockets and Server-Sent Events (SSE)?
  5. Q6Which HTTP method is typically used for sending webhook notifications?
  6. Q7Figure question
  7. Q8Consider the below JavaScript program. What will be the output of the above program?
  8. Q9Consider the below Vuex store configuration: If the addItemAsync action is dispatched with the item 'Vue.js', what will…
  9. Q10Consider the below Vue app. What happens when the user clicks "Go to Foo"?
  10. Q11Consider the following Vue component using slots: How would you use this component to provide custom title and content …
  11. Q12Consider the following Vue component. Which of the following is the correct way to use this component with a scoped slo…
  12. Q13Consider the following JavaScript program, and predict the output, if executed.
  13. Q14Consider the following Flask application (server.py): server.py The application runs on http://localhost:5000.\ A clien…
  14. Q15Consider the following JavaScript code. When the function is called, what will be returned if the request gives a 200 O…
  15. Q16Consider the following JavaScript code snippet. If the code is run on the browser, what will be the output on the conso…
  16. Q17Which of the following options is the correct sequence of steps in JWT authentication?
  17. Q18Consider the below CORS enabled flask app. If a Vue.js frontend (simulation given below) at “http://localhost:3000” tri…
  18. Q19Consider the below Vuex setup. What is logged to the console immediately after dispatching the action?
  19. Q20Figure question
  20. Q21Consider the following Flask application (server.py) and an HTML file named index.html: server.py index.html If you ope…
  21. Q22Consider the following Vue apps in script.js and the index.html file. script.js index.html What will be rendered on the…
  22. Q23Consider the following Vue App and the HTML document given below. index.html script.js What will be the output on the b…
  23. Q24Consider the below flask implementation with JWT based authentication. If a Vue.js client sends this request 15 seconds…
  24. Q25Which of the following is/are the correct usage of “v-for” directive in VueJS?
  25. Q26Which of the following are advantages of using GraphQL over REST?
  26. Q27Which of the following statements are true regarding event loop in JavaScript?
  27. Q28Consider the below Vuex store configuration. And the below Vue component: What will be displayed in the placeholder “{{…
  28. Q29Consider the following flask app implemented with JWT. The application running on http://127.0.0.1:5000 and the user lo…
  29. Q30Consider the following flask app implemented with JWT. The application running on http://127.0.0.1:5000 and the user lo…
  30. Q31What will be rendered on the browser if the application is loaded on the browser for the first time?
  31. Q32What will be rendered on the browser for the given value of localStorage?