Access control is a fundamental security concept. This question focuses on the default access control rules (ACLs) that are automatically created when a new custom table is defined.
❓ Quiz Question
What access control rules are created by default when creating a custom table?
👉 Select 4 answers from the options below.
✅ Correct Answers
✔ Create
✔ Read
✔ Write
✔ Delete
❌ Incorrect Options
-
Archive
-
Access
🔍 Detailed Explanation
When a custom table is created, the platform automatically generates a standard set of four access control rules. These rules define the most common interactions users can have with records in the table.
These default ACLs establish the baseline security model for the table.
✔️ Automatically Created ACLs
🟢 Create
-
Controls who can insert new records
-
Evaluated when a user attempts to add a new entry
🟢 Read
-
Controls who can view records
-
Applies to lists, forms, and related records
🟢 Write
-
Controls who can modify existing records
-
Evaluated when saving changes to a record
🟢 Delete
-
Controls who can remove records
-
Applied during record deletion
❌ Why the Other Options Are Incorrect
🚫 Archive
-
Archiving is a data lifecycle feature
-
It is not part of the default access control rule set
🚫 Access
-
Not a valid default ACL type
-
ACLs are action-based, not generic access rules
🧠 Overall Explanation Summary
When a custom table is created, the system automatically generates four core ACLs:
Create, Read, Write, Delete
These ACLs provide a starting point for securing data and can be modified or extended as needed.
🏁 Final Thoughts
For exam and real-world usage, remember:
-
Every custom table starts with four default ACLs
-
No extra rules are added unless configured manually
-
Distractors often include archive or generic terms like access







0 comments:
Post a Comment