Courseiva

CCNA User Accounts Domains And Directory Questions

40 questions · User Accounts Domains And Directory · All types, answers revealed

1
MCQeasy

What is the maximum number of custom aliases a user can have?

A.30
B.10
C.50
D.Unlimited
AnswerA

This is the official limit for aliases per user.

Why this answer

Google allows up to 30 aliases per user.

2
Multi-Selectmedium

Which TWO of the following steps are required to offboard a user and protect company data?

Select 2 answers
A.Disable the domain
B.Transfer Drive data to another user
C.Change the user's password
D.Delete the OU
E.Add the user as an alias
AnswersB, C

This ensures critical data is retained.

Why this answer

Offboarding involves transferring ownership of Drive data and potentially revoking access to devices/apps.

3
MCQhard

You are automating user creation via the Directory API. Which scope is required to create users?

A.https://www.googleapis.com/auth/admin.reports.audit.readonly
B.https://www.googleapis.com/auth/admin.directory.group
C.https://www.googleapis.com/auth/admin.directory.domain.readonly
D.https://www.googleapis.com/auth/admin.directory.user
AnswerD

This is the specific scope for managing user directory resources.

Why this answer

The admin.directory.user scope is required for CRUD operations on user objects.

4
MCQhard

An administrator needs to view all changes made to organizational units. Which report should they use?

A.User activity report
B.Login audit log
C.Admin audit log
D.OAuth token audit
AnswerC

The Admin audit log tracks all administrative actions in the console.

Why this answer

The Admin Audit log records all configuration changes within the Google Admin console.

5
MCQmedium

What is the primary function of an alias address?

A.To act as a mailing list
B.To bypass domain verification
C.To create a separate inbox
D.To provide an alternative email address for an existing user
AnswerD

Aliases allow users to receive mail at multiple addresses in one account.

Why this answer

An alias is an additional email address for an existing user that routes mail to the same inbox.

6
MCQmedium

Which feature prevents a user from being deleted during a directory sync?

A.OU locking
B.Account suspension
C.GCDS 'Do not delete' rule
D.Admin role assignment
AnswerC

This prevents accidental deletion via sync.

Why this answer

The 'Do not delete' flag in GCDS prevents the sync process from removing accounts that don't match the source directory.

7
MCQeasy

Where do you manage the shared contacts for your organization?

A.Gmail settings
B.Directory > Directory settings > Sharing settings
C.Security settings
D.User profile settings
AnswerB

This is where directory sharing and shared contacts are configured.

Why this answer

Shared contacts are managed in the Directory settings of the Admin console.

8
Multi-Selectmedium

Which TWO of the following can be modified in the Admin console's 'Company Profile' section?

Select 2 answers
A.Individual user password requirements
B.Domain verification records
C.Support contact phone number
D.User licenses
E.Organization name
AnswersC, E

This is a standard company profile field.

Why this answer

The company profile section manages organization-wide details like the company name and support contact information.

9
MCQmedium

A user claims they cannot reset their password using the 'Forgot Password' link. What is the most likely cause?

A.The user is an admin
B.The user has 2FA enabled
C.The self-service reset feature is disabled in Security settings
D.The user account is in an OU without a license
AnswerC

This setting controls access to the self-service password tool.

Why this answer

If 'Allow users to reset their passwords' is disabled in the Security settings, they cannot use the self-service flow.

10
MCQhard

You have enabled 'Google+ ' for your organization, but some users cannot see it. What is the most likely cause?

A.They are in the wrong OU
B.They need a higher license
C.The API is disabled
D.Their browser cache is full
AnswerA

If the service is off for their OU, they cannot use it.

Why this answer

Service visibility is controlled at the OU level; ensure the service is 'ON' for that specific OU.

11
MCQeasy

You need to add a secondary domain to your Google Workspace account. What must you perform after adding the domain in the Admin console?

A.Verify domain ownership
B.Create a new OU
C.Set up SPF records
D.Provision user accounts
AnswerA

Verification via TXT or CNAME record is a prerequisite for domain use.

Why this answer

Verification is mandatory to prove domain ownership via DNS records.

12
MCQmedium

How can you prevent users from changing their profile photo?

A.Disable the Gmail service
B.Update Directory profile editing settings
C.Create a custom role
D.Delete the user's photo
AnswerB

This setting allows admins to restrict photo and other profile edits.

Why this answer

Directory profile settings allow admins to restrict which profile details users can modify.

13
MCQhard

You are seeing a 'Domain already in use' error when adding a domain. What is the most likely cause?

A.The domain is already verified in another Google Workspace account
B.The domain is a sub-domain
C.DNS is not propagated
D.You reached the domain limit
AnswerA

Google enforces domain exclusivity per workspace instance.

Why this answer

A domain can only be registered in one Google Workspace account at a time; it must be removed from the other instance first.

14
Multi-Selectmedium

Which TWO of the following are true regarding the Directory API?

Select 2 answers
A.It requires OAuth 2.0 for authentication
B.It does not support bulk operations
C.It is free to use with all licenses
D.It can be used to manage groups
E.It is only available to Super Admins
AnswersA, D

OAuth 2.0 is the standard for API security.

Why this answer

The Directory API uses OAuth 2.0 for authentication and requires specific scopes to function.

15
MCQeasy

What is the difference between a primary domain and a secondary domain?

A.Primary is the identity foundation for the account
B.Secondary domains cost more
C.Secondary domains do not support OUs
D.Primary is for email; secondary is for Drive
AnswerA

Primary defines the account foundation and initial login.

Why this answer

The primary domain is the identity foundation of the Workspace account, used for initial setup and service naming.

16
Multi-Selectmedium

Which TWO of the following are types of domains in Google Workspace?

Select 2 answers
A.Secondary domain
B.Root domain
C.External domain
D.Verified alias
E.Primary domain
AnswersA, E

This is an additional domain added to the account.

Why this answer

Google Workspace recognizes primary domains and secondary domains as types of managed domains.

17
Multi-Selecthard

Which THREE of the following are components of the Directory API 'group' resource?

Select 3 answers
A.Group members list
B.Group name
C.Group email address
D.Group creator ID
E.Group description
AnswersB, C, E

The name is a required field.

Why this answer

The group resource includes the group email, name, and description as standard fields.

18
MCQmedium

You want to automate user account creation based on a specific event. What is the recommended approach?

A.Use the Directory API with a service account
B.Use GCDS
C.Export/Import CSV daily
D.Use Google Forms
E.Manual input
AnswerA

Service accounts provide secure, automated access to the API.

Why this answer

Google Apps Script or the Directory API via a webhook/event-driven architecture is the standard method.

19
Multi-Selecthard

Which THREE of the following are benefits of using Organizational Units (OUs)?

Select 3 answers
A.Controlling access to shared files
B.Applying different service settings to different groups of users
C.Managing mobile device policies for specific departments
D.Applying different security settings to different user groups
E.Creating automatic email forwarding rules
AnswersB, C, D

Service customization is a core use of OUs.

Why this answer

OUs allow you to group users to apply different service settings, security policies, and mobile management settings.

20
MCQmedium

You need to bulk upload 500 users using a CSV file. What is the required format for the CSV header row?

A.Email, Phone, Address
B.First Name, Last Name, Password, Email Address
C.FirstName, LastName, Password
D.Username, Role, OU
AnswerB

These are the mandatory fields for bulk user creation.

Why this answer

The Google Admin console bulk upload tool requires specific headers like First Name, Last Name, and Email Address to process the file.

21
Multi-Selecthard

Which THREE of the following settings are inherited by child OUs from the parent OU?

Select 3 answers
A.Admin roles assigned to the OU
B.Mobile management policies
C.Service status (ON/OFF)
D.Password strength requirements
E.User email address
AnswersB, C, D

Mobile settings are inherited.

Why this answer

Inheritance applies to most Google Workspace settings, including service status, mobile management, and security policies.

22
MCQmedium

You need to export a list of all users and their license status. What is the best method?

A.Use the Security investigation tool
B.Check the Billing report
C.Export via Admin console Users list
D.Use the Directory API
AnswerC

The 'Download users' button generates a CSV with license info.

Why this answer

The User report in the Admin console allows exporting user data to Google Sheets.

23
MCQmedium

A user in the 'Sales' OU is not receiving policy updates applied to that OU. What is the most likely cause?

A.Inheritance is disabled for the Sales OU
B.The user is in a group
C.The domain is not verified
D.The user has a suspended account
AnswerA

If inheritance is disabled, the OU stops receiving policies from its parent.

Why this answer

Inheritance is the default behavior; if it is broken, child OUs do not receive parent policies.

24
MCQhard

You need to grant a user permission to manage only the 'Marketing' OU. Which administrative role do you assign?

A.User Management Admin
B.Super Admin
C.Custom Admin role with OU scope
D.Group Admin
AnswerC

You can create a role and scope it to a specific OU.

Why this answer

Custom Admin roles allow granular control over OU access.

25
Multi-Selectmedium

Which TWO of the following are common reasons for a user sync failure in GCDS?

Select 2 answers
A.Expired Google license
B.Incorrect password for the Google Admin
C.Incorrect LDAP query
D.Browser compatibility issues
E.Invalid OU mapping
AnswersC, E

If the query fails to find users, no sync happens.

Why this answer

Common sync issues include misconfigured LDAP queries and invalid OU mappings in the GCDS configuration.

26
MCQmedium

What happens when you delete an Organizational Unit?

A.Users inside are suspended
B.The OU cannot be deleted until it is empty
C.Users are deleted along with the OU
D.Users inside are automatically moved to root
AnswerB

Google prevents deletion of non-empty OUs.

Why this answer

Deleting an OU requires moving all users and sub-OUs out of it first.

27
MCQmedium

An administrator mistakenly deleted a user account 10 days ago. How can you restore this account?

A.Contact Google Support for data recovery
B.Restore from a Vault export
C.Create a new user with the same email
D.Use the Restore User tool in the Admin console
AnswerD

The Restore User tool allows restoration within the 20-day window.

Why this answer

Deleted users can be restored within 20 days via the Admin console.

28
Multi-Selecthard

Which THREE actions can be performed using the Google Admin console's bulk user management tool?

Select 3 answers
A.Deleting user data
B.Suspending users
C.Assigning custom admin roles
D.Updating user information
E.Creating multiple users
AnswersB, D, E

Bulk suspension is supported.

Why this answer

The bulk upload tool allows creating new users, updating existing user information, and suspending/unsuspending multiple users via CSV.

29
MCQmedium

You need to add a custom attribute to user profiles. Where is this configured?

A.Account > Organization profile
B.Directory > Users > Manage custom attributes
C.Security > Profile settings
D.Directory > OU management
AnswerB

This is the path to define custom user schema fields.

Why this answer

Custom attributes are managed under Directory > Users > More > Manage custom attributes.

30
Multi-Selecteasy

Which TWO of the following tasks can be performed in the Users section of the Admin console?

Select 2 answers
A.Assigning a user to a group
B.Verifying the domain
C.Configuring SMTP relays
D.Creating a new domain
E.Resetting a user password
AnswersA, E

Group membership is managed from the user view.

Why this answer

The Users section is the central hub for creating, managing, and monitoring user accounts.

31
Multi-Selectmedium

Which TWO of the following are valid ways to verify domain ownership in Google Workspace?

Select 2 answers
A.Adding a TXT record to your DNS provider
B.Editing the MX records
C.Uploading a file to the root of your domain
D.Emailing a verification code to the domain administrator
E.Adding a CNAME record to your DNS provider
AnswersA, E

This is the most common verification method.

Why this answer

Domain verification can be done by adding a TXT record or a CNAME record to the domain's DNS settings.

32
MCQeasy

A new employee needs access to Google Workspace. What is the minimum action required in the Google Admin console to create the account?

A.Assign a Google Groups membership
B.Configure an alias
C.Add a user and assign a Google Workspace license
D.Create an organizational unit
AnswerC

This is the standard procedure for provisioning a new user.

Why this answer

Creating a user in the Admin console requires defining a primary email address and assigning a license for access.

33
MCQeasy

Which tool would you use to sync local Active Directory users to Google Workspace?

A.Google Workspace Migrate
B.Google Cloud Directory Sync
C.Directory API
D.Admin SDK
AnswerB

GCDS keeps Google Directory in sync with local AD.

Why this answer

Google Cloud Directory Sync (GCDS) is the standard tool for one-way synchronization from AD to Google.

34
MCQhard

You want to restrict which users can sign in to Google Workspace based on IP address. Where do you configure this?

A.Account Settings
B.Security > Authentication > Network access
C.Organizational Units
D.Directory settings
AnswerB

This allows defining allowed IP ranges for login.

Why this answer

Network-based sign-in restrictions are configured in the Security > Authentication section.

35
MCQeasy

Where can an administrator force a password reset for a single user?

A.Account > User security
B.Directory > Security
C.Security > Password management
D.Directory > Users > [User] > Reset password
AnswerD

This is the correct path for a specific user reset.

Why this answer

You can initiate a password reset directly from the user's profile page in the Admin console.

36
Multi-Selecthard

Which THREE of the following are aspects of the Directory API 'user' resource?

Select 3 answers
A.Suspension status
B.User's full name
C.Primary email address
D.Device serial number
E.Account creation date
AnswersA, B, C

The 'suspended' boolean is a standard property.

Why this answer

The user resource includes primary email, name, and suspension status as standard fields.

37
MCQmedium

You have multiple domains in a single Google Workspace account. How can you provision users in a specific sub-domain?

A.Rename the primary domain
B.Use a group alias
C.Create an OU for the domain
D.Select the domain from the dropdown in the 'Add user' dialog
AnswerD

The Admin console allows choosing any verified domain during user creation.

Why this answer

During user creation, you can select the domain from the dropdown menu of verified domains.

38
MCQhard

You are using the Directory API to update user phone numbers. Which method should you use?

A.GET
B.POST
C.DELETE
D.PATCH
AnswerD

PATCH is used for partial updates to resources.

Why this answer

The 'patch' method allows updating specific fields without needing to send the entire user resource.

39
MCQmedium

What happens to a user's data when you suspend their account?

A.Data remains, but the user cannot log in
B.License is automatically released
C.Data is deleted after 30 days
D.User can still access data via API
AnswerA

Suspension is a temporary lock on access, preserving all data.

Why this answer

Suspension keeps data intact and accessible to the admin, but the user cannot log in.

40
MCQhard

You are migrating users from a secondary domain to the primary domain. What is the impact on their email?

A.The user must re-verify their identity
B.Data is lost
C.The old email address becomes an alias
D.The user is automatically suspended
AnswerC

Renaming automatically adds the old address as an alias.

Why this answer

Changing a primary domain email requires renaming the user, which creates an alias of the old address.

Ready to test yourself?

Try a timed practice session using only User Accounts Domains And Directory questions.