Free Google ChromeOS-Administrator Exam Actual Questions

The questions for ChromeOS-Administrator were last updated On Sep 17, 2024

Question No. 1

When setting up a Chrome Enterprise trial, what is a benefit of choosing to verify the domain?

Show Answer Hide Answer
Correct Answer: A

When you verify your domain during a Chrome Enterprise trial setup, you establish ownership and control over the domain within Google's systems. This is a crucial step in identity management as it allows you to:

Manage user accounts:Create,edit,and delete user accounts within the domain,ensuring control over who can access company resources.

Apply security policies:Enforce security policies like password requirements,two-factor authentication,and access controls for users within the domain.

Single Sign-On (SSO):Enable seamless and secure single sign-on for users across various Google services and other integrated applications.

By verifying the domain, you essentially gain centralized control over user identities and their access to resources, which is a core aspect of identity management.


Question No. 2

Which remote command is required to remove a device from management policy updates?

Show Answer Hide Answer
Correct Answer: A

The 'Deprovision' command is specifically designed to remove a ChromeOS device from management policy updates. This means the device will no longer receive updates, configurations, or restrictions pushed from the Google Admin console.

Here's what happens when you deprovision a device:

Policy Removal:All enterprise policies and configurations are removed from the device.

Management Removal:The device is disassociated from the Google Admin console and no longer considered managed.

Data Wipe (Optional):You can choose to wipe the device's data during deprovisioning to ensure no company data remains.

Other options like 'Reset,' 'Disable,' or 'Powerwash' may have different effects:

Reset:Resets the device to factory settings but might not remove management if not done through the Admin console.

Disable:Prevents the user from signing in but doesn't remove policies or management.

Powerwash:Factory resets the device,removing all user data and configurations,including management.


Deprovision a device:https://support.google.com/chrome/a/answer/3523633

Question No. 3

What is the recommended way to provision users from an on-prem Active Directory environment into the Google Admin console?

Show Answer Hide Answer
Correct Answer: D

The 'Deprovision' command is specifically designed to remove a ChromeOS device from management policy updates. This means the device will no longer receive updates, configurations, or restrictions pushed from the Google Admin console.

Here's what happens when you deprovision a device:

Policy Removal:All enterprise policies and configurations are removed from the device.

Management Removal:The device is disassociated from the Google Admin console and no longer considered managed.

Data Wipe (Optional):You can choose to wipe the device's data during deprovisioning to ensure no company data remains.

Other options like 'Reset,' 'Disable,' or 'Powerwash' may have different effects:

Reset:Resets the device to factory settings but might not remove management if not done through the Admin console.

Disable:Prevents the user from signing in but doesn't remove policies or management.

Powerwash:Factory resets the device,removing all user data and configurations,including management.


Deprovision a device:https://support.google.com/chrome/a/answer/3523633

Question No. 4

To allow remote users to securely connect to an internal network, the organization you're supporting is using a VPN. The organization would like you to configure the ChromeOS devices so that the Android VPN clients deployed are automatically configured with the correct hostname. How should you configure this in the Admin Console according to Google best practice?

Show Answer Hide Answer
Correct Answer: C

This is the most efficient and scalable way to automatically configure Android VPN clients on ChromeOS devices with the correct hostname:

Obtain Configuration:Get the required VPN configuration details (hostname,authentication methods,etc.) from the VPN provider or your organization's network administrator.This configuration is typically in JSON format.

Create Managed Configuration:In the Google Admin console,navigate to Devices > Chrome > Settings > Android Apps > Managed Configurations.

Select the VPN App:Choose the specific Android VPN app you want to configure.

Add JSON Configuration:Paste the JSON configuration into the provided field.Ensure the configuration is valid and accurate.

Save and Deploy:Save the managed configuration and apply it to the desired organizational units (OUs) containing the ChromeOS devices.

This method allows you to centrally manage VPN configurations for Android apps on ChromeOS devices, ensuring consistency and reducing the manual effort required from users.


Question No. 5

Your customer is deploying ChromeOS devices in their environment and requires those ChromeOS devices to adhere to web filtering via TLS (or SSL) Inspection. What recommendations should you make to your customer in setting up the requirements for ChromeOS devices?

Show Answer Hide Answer
Correct Answer: A

To set up TLS (or SSL) inspection for web filtering on ChromeOS devices, you need to follow these steps:

Configure Hostname Allowlist:Create an allowlist of hostnames (e.g.,*.google.com,*[invalid URL removed]) that should bypass TLS inspection.This ensures that essential services like Google services and your own domain can function properly.

Set up TLS Certificate:Obtain the required TLS/SSL certificate from your web filter provider and install it on your web filter.ChromeOS devices need this certificate to establish a secure connection with the web filter for TLS inspection.

Verify TLS Inspection:Once the configuration is in place,test and verify that TLS inspection is working as expected.This involves checking if the web filter can correctly intercept and decrypt HTTPS traffic for websites not on the allowlist.

Why other options are not correct:

Option B:While reaching out to Google Workspace Security and Compliance can be helpful,it's not the primary step in setting up TLS inspection.The configuration needs to be done on the web filter and ChromeOS devices.

Option C:Transparent proxies are generally not recommended for ChromeOS devices as they can interfere with certain functionalities.While it might work with an allowlist for Google domains,it's not the best practice.

Option D:ChromeOS devices do not come preconfigured to adhere to company TLS inspection.This configuration needs to be set up explicitly by the administrator.


About TLS (or SSL) inspection on ChromeOS devices:https://support.google.com/chrome/a/answer/3504942

Verify TLS (or SSL) inspection works:https://support.google.com/chrome/a/answer/3504943