Bird
0
0

You want to create a Ranger policy that allows group 'data_scientists' to read any table in the 'analytics' database but not modify data. Which permission set should you assign?

hard📝 Application Q15 of 15
Hadoop - Security
You want to create a Ranger policy that allows group 'data_scientists' to read any table in the 'analytics' database but not modify data. Which permission set should you assign?
Ano permissions
Bselect and update permissions
Call permissions including delete
Dselect permission only
Step-by-Step Solution
Solution:
  1. Step 1: Understand the requirement

    The group should only read data, which means 'select' permission is needed without any modify permissions.
  2. Step 2: Match permissions to requirement

    Only 'select' permission allows reading without modification.
  3. Final Answer:

    select permission only -> Option D
  4. Quick Check:

    Read only = select permission [OK]
Quick Trick: Read-only access = select permission only [OK]
Common Mistakes:
  • Giving update permission when only read is needed
  • Assigning all permissions unnecessarily
  • Leaving permissions empty causing no access

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Hadoop Quizzes