AD0-E136 · Question #15
What is the primary goal of using repointit scripts during implementation?
The correct answer is C. To reassign user and group permissions efficiently. Repointit scripts (Repository Initialization scripts in Apache Sling/AEM) are designed specifically to declaratively define repository setup tasks - most critically, the creation of service users, groups, and the assignment of ACL-based permissions. This makes option C correct…
Question
What is the primary goal of using repointit scripts during implementation?
Options
- ATo automate content migration
- BTo optimize dispatcher cache invalidation
- CTo reassign user and group permissions efficiently
- DTo generate asset renditions during migration
How the community answered
(42 responses)- A2% (1)
- B5% (2)
- C90% (38)
- D2% (1)
Explanation
Repointit scripts (Repository Initialization scripts in Apache Sling/AEM) are designed specifically to declaratively define repository setup tasks - most critically, the creation of service users, groups, and the assignment of ACL-based permissions. This makes option C correct: their primary goal is to efficiently reassign or establish user and group permissions in a repeatable, version-controlled way.
- A is wrong because content migration is handled by tools like the Content Transfer Tool (CTT) or package manager, not Repoinit scripts.
- B is wrong because dispatcher cache invalidation is managed through replication agents and flush rules, which are unrelated to Repoinit.
- D is wrong because asset rendition generation is the responsibility of DAM workflows and processing profiles, not initialization scripts.
Memory tip: Think of "Repoinit" as "Repo Init" - it initializes the repository's security model (users, groups, ACLs). If it's about who can access what, it's Repoinit's job.
Topics
Community Discussion
No community discussion yet for this question.