QuestionQ16
Designing a solution architectureA component must retrieve data from the repository and display it on a page by using a Sling Model. After the page is published, the component does not render correctly for anonymous users.
What should an Architect do to fix this issue?
- A Use a system user
- B Add everyone to a group with read access
- C Add read access for everyone on the node
- D Use an admin session
Community Discussion