Exam Prep Flashcards
Pass Confluence Certified Administrator Exam
What types of permissions can be given to a user in Confluence?
Global, Space and Page
Who can assign Global Permissions?
Confluence administrators
What two permissions can you give Anonymous users?
Use Confluence, View User Profile
Who manages space permissions?
Space Admins
When is the first system administrator created?
During setup
What is the difference between being a member of the confluence-administrators group and having confluence administrator permissions?
The confluence-administrators group is a super user group that can perform site-wide administrations and see content of all pages regardless of space permissions or page restrictions. It has complete access to all functions and content.
Confluence administrators only have access to a sub-set of administration tools. They cannot see all spaces or restricted pages.
Can you change the permissions of the confluence-administrators group?
No. You would have to create a new group and give it the specific permissions you desire.
Are permissions and group names case-sensitive?
Yes.
What is the difference between a System Administrator and a Confluence Administrator?
Confluence Administrators can perform fewer administrative functions than System Administrators, who can perform all administrative functions.
Who can add people to the confluence-administrators group?
Only people with global system administrator permissions.
What is wrong with this and how can you correct it?
ID;APPLICATION_ID;DIRECTORY_ID;ALLOW_ALL;LIST_INDEX 12779521;8290305;12746753;T;0 13041665;8290305;13008897;T;1 10780673;8290305;10747905;T;2 10387459;8290305;10354691;T;3 11698177;8290305;11665409;T;4 10158081;8290305;10125313;T;5 8355841;8290305;8323073;T;7
User directory order error - at the end the last user should be 6 instead of 7. following SQL query:
UPDATE cwd_app_dir_mapping
SET LIST_INDEX=6
WHERE ID=8355841;
What happens if the user directory has an incorrect order?
User cannot log in and a null pointer exception appears in the atlassian-confluence log
Does Atlassian recommend you delete or deactivate a user account when the user leaves the company?
Deactivate
What are two ways to integrate Confluence with your own single sign-on (SSO) infrastructure?
- Install Atlassian Crowd
2. Write a custom Seraph authenticator
How can you have user signup enabled and still make sure only people in your company can become users?
Restrict user sign up by domain. You need to set up a mail server for confluence before you can do this.
When can you delete a user?
When the user has not yet added or edited any content on the site.
What is the UPM
Universal Plugin Manager
What is a template?
A template is a predefined page that can be used as a prototype when creating new pages.
What is a blueprint?
A blueprint is a set of page templates with added functionality to help you create, manage and organize content in Confluence more easily.
Give an example of a default blueprint.
Meeting notes
What is the user limit for Confluence Cloud?
5,000 per site.
What data is imported when you migrate from server to cloud?
Site data (spaces, pages, attachments, comments) Users and groups
What data is not imported when you migrate from server to cloud?
Global settings and permissions Apps Application links User avatars Passwords (users will need to reset their passwords after migrating to cloud)