Quiz Space

Modern Application Development I · End Term · 22 Dec 2024 · September 2024 term

Question 11: Which of the following is an example of an application u…

Question 11

+3 marksOne correct option

Which of the following is an example of an application using Attribute-Based Access Control (ABAC)?

  1. A

    A system where users are granted access based on their job roles within an organization.

  2. B

    A cloud service that grants or restricts access to files based on attributes such as user department, job title, or current location.

  3. C

    A file-sharing system where the file owner decides who can access their documents.

  4. D

    A system that enforces access based on security classifications and clearance levels.

Show answer

Correct answer

  • B

    A cloud service that grants or restricts access to files based on attributes such as user department, job title, or current location.

Question 11 of 32 in the IIT Madras BS Modern Application Development I (MAD 1) End Term paper sat on 22 Dec 2024, in the September 2024 term (IIT M FOUNDATION DIPLOMA FN EXAM QDF1 22 Dec 2024). It carries 3 marks.

More questions from this paper

  1. Q1Consider the following models Library and Book corresponding to tables library and book in SQLite database. Based on th…
  2. Q2Consider the following python code snippet “app.py”, the HTML files, “base.html” and “home.html” residing in “templates…
  3. Q3Consider the following Python code snippet. Which of the following options correctly represent(s) the dictionary word_d…
  4. Q4Which of the following is a time series database?
  5. Q5Match the platforms given in column A with their correct features in column B.
  6. Q6Consider the following view function. If this flask app is running locally on http://127.0.0.1:5000, which of the follo…
  7. Q7Figure question
  8. Q8Consider the following function to be tested and test functions given in the Python code snippet below. file.py What wi…
  9. Q9Consider the following HTML document. Replace the MISSING JS CODE part with the correct JS code that will change the te…
  10. Q10Match the following terms with their correct descriptions:
  11. Q12Figure question
  12. Q13Consider the following Python code snippet. What will the output if the above Python code is run on the terminal?
  13. Q14Consider the following Python code snippet. file.py What will be printed on the terminal for the command python file.py…
  14. Q15Consider the following HTML document. How will the browser render above HTML file?
  15. Q16Refer to the project with three files: conftest1.py, test_multiples_of_3_and_6.py, and test_multiples_of_13.py. The pur…
  16. Q17Consider the following Python code snippet that returns the potential energy stored in an object of a certain mass at a…
  17. Q18Consider the following flask app. Given that test_request_context() allows text to be printed on the terminal, which of…
  18. Q19Consider the following code snippet. Suppose the given flask application is running locally on http://127.0.0.1:5000, w…
  19. Q20Consider the following flask application running on the base URL and is accessed through a browser. Select the correct …
  20. Q21Consider the following Python code snippet. File name: main.py Which of the following is the correct combinations of “c…
  21. Q22Which of the following statements about the Constraint Validation API is/are true?
  22. Q23Which of the following statements is invalid in the context of the primary key?
  23. Q24Consider the following HTML document. Which of the following statements is/are correct about the above code snippet?
  24. Q25Figure question
  25. Q26Figure question
  26. Q27Consider the following Python flask code running on the url http://127.0.0.1:5000. Based on the above data, answer the …
  27. Q28Consider the following Python flask code running on the url http://127.0.0.1:5000. Based on the above data, answer the …
  28. Q29Consider the below Python flask code and answer the given subquestions if the app is running on “<u>http://127.0.0.1:50…
  29. Q30Consider the below Python flask code and answer the given subquestions if the app is running on “<u>http://127.0.0.1:50…
  30. Q31Use the Python code given below for answering the subquestions:
  31. Q32Use the Python code given below for answering the subquestions: