Last Updated On : 25-May-2026
Stop guessing. Start passing. Our 2V0-62.23 practice test questions gives you the exact question types, timed conditions, and real-world scenarios you'll face on exam day. No fluff just up-to-date questions that mirror the official VMware Workspace ONE 22.X Professional exam. Whether you're new to VMware or leveling up, this is your shortcut to get "certified." Try a Free 2V0-62.23 exam questions now and feel the difference.
✅ Trusted by 500+ IT pros | Updated for 2026 | Real style questions | 30–40% higher pass rate
Which four of the following are needed when integrating Workspace ONE Access with Active Directory using LDAP? (Choose four.)
A. Bind User DN
B. Base DN
C. Group DN
D. Server Host and Port
E. Bind User Password
F. Bind Type
Explanation:
To integrate Workspace ONE Access with Active Directory using LDAP, the administrator must provide specific connection parameters that enable the directory service to authenticate and query user and group information.
A. Bind User DN
– Required. This is the distinguished name of the Active Directory user account that the Workspace ONE Access service uses to bind (log in) to the LDAP directory. This account needs read permissions to search and retrieve user and group attributes.
B. Base DN
– Required. This defines the starting point in the LDAP directory tree where searches for users and groups begin (e.g., dc=example,dc=com). All user and group lookups are restricted to this branch, improving query performance and security.
D. Server Host and Port
– Required. The hostname or IP address of the domain controller or LDAP server, along with the TCP port (389 for standard LDAP, 636 for LDAPS). Without this, Workspace ONE Access cannot establish a network connection to the directory service.
E. Bind User Password
– Required. The password corresponding to the Bind User DN. This authenticates the bind user account to the LDAP server, allowing subsequent directory queries to execute successfully.
Why other options are incorrect:
C. Group DN
– Optional, not required. The Group DN specifies a particular organizational unit or container where groups are located. If omitted, Workspace ONE Access searches for groups under the Base DN. This field is used only when groups are stored in a specific subtree separate from users.
F. Bind Type
– Not applicable. Workspace ONE Access LDAP integration does not include a configurable "Bind Type" parameter. The bind method is implicitly simple authentication (username and password). There is no need to specify anonymous bind, digest, or other bind types in this configuration.
Reference
VMware Workspace ONE Access Documentation – "Add an LDAP Directory" – Required fields: Server Host, Port, Base DN, Bind DN, Bind User Password. Group DN is listed as optional.
VMware Exam 2V0-62.23 Blueprint – Domain 1: Directory Services Integration – Objective 1.2: Configure directory integration with Active Directory using LDAP.
An administrator is having difficulties with an AirWatch Cloud Connector (ACC) server
connecting to an AirWatch Cloud Messaging (AWCM) server for authentication.
The administrator has confirmed:
DNS records are correct and resolvable from a different machine
ACC can connect to the Internet
What should the administrator check on the local ACC?
A. Host File
B. VAMI configuration
C. Windows Version
D. Windows Registry
Explanation
When an AirWatch Cloud Connector (ACC) server is unable to connect to an AirWatch Cloud Messaging (AWCM) server for authentication, despite DNS records being correct and resolvable from a different machine, the issue is often specific to the ACC server's local name resolution configuration.
A. Host File – Correct.
The ACC server may have an incorrect or outdated entry in its local hosts file (C:\Windows\System32\drivers\etc\hosts) that overrides DNS resolution. If the AWCM server's hostname is mapped to an incorrect or unreachable IP address in the hosts file, the ACC will fail to connect even though DNS works from other machines. Checking and correcting the hosts file is a common troubleshooting step for ACC connectivity issues.
Why other options are incorrect:
B. VAMI configuration
– Incorrect. VAMI (Virtual Appliance Management Interface) is used for managing vCenter Server Appliance (VCSA) or other VMware virtual appliances, not for AirWatch Cloud Connector. ACC is a Windows-based component, not a virtual appliance with a VAMI interface.
C. Windows Version
– Incorrect. While ACC does have specific Windows OS version requirements (e.g., Windows Server 2016, 2019, or 2022), an unsupported Windows version would typically prevent installation or cause persistent failures, not intermittent or DNS-specific connection issues to AWCM. The administrator has already confirmed DNS resolution works from other machines, making OS version an unlikely immediate cause.
D. Windows Registry
– Incorrect. Although ACC does store some configuration settings in the Windows Registry (e.g., service account credentials, tenant codes), registry misconfigurations are not a primary cause of AWCM connection failures when DNS is functioning from other hosts. The hosts file is a more direct and common culprit for name resolution issues specific to a single machine.
Reference
VMware Workspace ONE Documentation– "Troubleshooting AirWatch Cloud Connector" – Includes steps to check the local hosts file for incorrect AWCM server entries when connectivity fails despite correct DNS.
Which of the following statements is accurate regarding application assignments in Workspace ONE UEM?
A. It is possible to schedule a time for application deployment and only one deployment can be assigned at a time.
B. It is not possible to exclude more than one group from receiving the assignment.
C. It is possible to schedule a time for application deployment and let the Workspace ONE UEM console carry out the deployments without further interaction.
D. Multiple deployments can be assigned simultaneously and cannot be prioritized by moving their place in the list.
Explanation
In Workspace ONE UEM, application assignments provide administrators with flexible deployment options, including scheduling and automated execution.
C. It is possible to schedule a time for application deployment and let the Workspace ONE UEM console carry out the deployments without further interaction. – Correct.
Workspace ONE UEM allows administrators to schedule application deployments for a specific future date and time. Once scheduled, the console automatically pushes the application to targeted devices or users at the designated time without requiring any additional manual intervention. This includes options for immediate deployment, scheduled deployment, and deferral policies.
Why other options are incorrect:
A. It is possible to schedule a time for application deployment and only one deployment can be assigned at a time. – Incorrect.
While scheduling is possible, the statement "only one deployment can be assigned at a time" is false. An application can have multiple deployments assigned to different smart groups (e.g., one for sales, one for engineering), and devices can receive multiple application assignments simultaneously.
B. It is not possible to exclude more than one group from receiving the assignment. – Incorrect.
Workspace ONE UEM supports excluding multiple smart groups from an application assignment. Administrators can specify one or more exclusion groups to prevent specific users or devices from receiving the application, even if they match the inclusion criteria.
D. Multiple deployments can be assigned simultaneously and cannot be prioritized by moving their place in the list. – Incorrect.
While multiple deployments can indeed be assigned simultaneously, the second part is false. Workspace ONE UEM allows administrators to reorder application deployments in the assignment list. The order determines priority when a device or user belongs to multiple deployment groups with conflicting settings (e.g., different removal policies or update rules). Higher priority deployments (placed higher in the list) take precedence.
Reference
VMware Workspace ONE UEM Documentation – "Application Assignments" – Covers scheduling deployments, multiple assignments per application, exclusion groups, and deployment priority ordering.
VMware Exam 2V0-62.23 Blueprint – Domain 3: Application Lifecycle Management – Objective 3.2: Configure and manage application assignments.
Which Security Assertion Markup Language (SAML) configuration item is a pre-requisite to create a third party identity provider in Workspace ONE Access?
A. SAML AuthN Request
B. ISAML AuthN Context
C. SAML Metadata
D. SAML Assertion
Explanation
When creating a third-party identity provider in Workspace ONE Access, the SAML Metadata is a prerequisite configuration item. The SAML metadata file (or metadata URL) contains the essential configuration information about the third-party IdP, including its entity ID, certificate, SSO endpoint URLs, and supported binding types. Workspace ONE Access uses this metadata to establish a trust relationship with the external identity provider .
Why SAML Metadata is required
When adding a third-party IdP in the Workspace ONE Access console, the administrator must either:
Enter the IdP metadata URL, or
Upload/paste the XML metadata file from the external identity provider
The system then processes this metadata automatically, validating it before allowing the administrator to proceed with the configuration . This metadata exchange is fundamental to SAML 2.0 federation, as it enables both parties (Workspace ONE Access as the service provider and the third-party IdP) to trust each other and exchange authentication requests and responses.
Why other options are incorrect
A. SAML AuthN Request
– This is not a prerequisite configuration item. The AuthN Request is generated by Workspace ONE Access (the service provider) and sent to the identity provider when a user attempts to authenticate. It is created automatically based on the IdP configuration, not provided by the administrator beforehand.
B. SAML AuthN Context
– This is an optional configuration setting that specifies the authentication context (e.g., password-protected transport, X.509 certificate). While it can be configured during IdP setup, it is not a prerequisite. The administrator selects this from a drop-down menu after the metadata has been processed .
D. SAML Assertion
– This is the response sent from the identity provider back to Workspace ONE Access after successful user authentication. It contains user identity information (Name ID) and optionally attributes. The assertion is generated by the IdP during an authentication attempt, not a prerequisite for configuring the IdP.
Reference
VMware Workspace ONE Access Documentation – "Add and Configure a SAML External Identity Provider Instance" – Prerequisites include obtaining the appropriate external metadata information (URL or actual metadata XML) to add when configuring the identity provider .
Which of the following enrollment options can be used to enroll a Linux device?
A. Workspace ONE Intelligent Hub through command line
B. Workspace ONE Intelligent Hub through application interface
C. Out-of-Box Experience
D. Single-user staging
Explanation
When enrolling a Linux device into Workspace ONE UEM, the primary and most established method uses the command line interface (CLI). Linux enrollment is fundamentally different from Windows or macOS enrollment in that it does not use a graphical enrollment wizard or an application-based setup flow.
A. Workspace ONE Intelligent Hub through command line – Correct.
Linux enrollment requires the ws1HubUtil command-line utility after installing the Intelligent Hub package. The typical enrollment process involves:
Installing the Intelligent Hub .deb (Debian/Ubuntu) or .rpm (Red Hat/Fedora) package using a package manager
Running the enrollment command: sudo ./ws1HubUtil enroll --server https://your-server.com --user username --password password --group groupID
This command-line approach remains the standard method, although VMware has introduced web enrollment as an alternative for Debian and Red Hat-based systems in later releases.
Why other options are incorrect:
B. Workspace ONE Intelligent Hub through application interface – Incorrect.
The Intelligent Hub for Linux does not provide a graphical application interface for initiating enrollment. Unlike the Windows or macOS versions of the Hub, which offer a GUI-driven enrollment experience, the Linux Hub is managed primarily through terminal commands.
C. Out-of-Box Experience (OOBE) – Incorrect.
OOBE is an enrollment method specifically for Windows devices, where enrollment occurs during the initial device setup wizard. Linux devices do not have an equivalent "out-of-box" enrollment flow in Workspace ONE UEM.
D. Single-user staging – Incorrect.
Single-user staging is a deployment method used for Windows devices to pre-enroll a device for a specific user before delivery. This concept does not apply to Linux device enrollment in Workspace ONE UEM.
Reference
VMware Workspace ONE Documentation – "Enrolling Linux Devices" – Command-line enrollment using ws1HubUtil is the standard method for Linux device enrollment. VMware Exam 2V0-62.23 Blueprint – Domain 2: Device Enrollment and Provisioning – Objective 2.1: Identify enrollment methods for different platforms.
In Workspace ONE Access, some authentication methods can best be used as Primary
Authentication, while others can only be used as Secondary Authentication.
Drag and drop the authentication methods on the left into the correct classification on the
right.

Explanation
In Workspace ONE Access, authentication methods are categorized based on their ability to establish a user's identity independently (Primary) or their role in providing an additional layer of security after an initial identity check (Secondary/MFA).
Primary Authentication Methods
These methods are robust enough to serve as the initial point of entry for a user session.
Password (Cloud Deployment): This is the traditional method where Workspace ONE Access validates credentials against a connected directory (like Active Directory) via the connector or a cloud-based directory.
Mobile SSO (for Android / iOS): This provides a seamless, passwordless experience. It uses certificate-based authentication (Kerberos for Android or a specialized certificate provider for iOS) to verify the device and user identity simultaneously as the first factor.
Certificate (Cloud Deployment): Often used for managed devices or smart card integrations, certificates provide a high-assurance primary identity check without requiring a manual password entry.
Secondary Authentication Methods (Only)
These methods are designed to verify a "possession" or "inherence" factor and cannot be used to start a session without a preceding primary factor (like a password).
Verify (Intelligent Hub): This is VMware’s built-in Multi-Factor Authentication (MFA). It sends a push notification to the Intelligent Hub app. Because it relies on a registered device already associated with a user, it must follow a primary authentication step.
Device Compliance: While Workspace ONE can deny access based on compliance, "Device Compliance" as an authentication method acts as a check. It verifies with UEM that the device meets security standards. It is used as a conditional secondary check rather than a way to "log in."
Authenticator App: This typically refers to Time-based One-Time Passwords (TOTP) from apps like Google Authenticator or Microsoft Authenticator. Since these codes are not tied to a unique directory identity on their own, they are strictly used for MFA.
Analysis of Incorrect Placements in image_bbe797.png
The image image_bbe797.png shows several incorrect placements:
Authenticator App is listed as Primary; this is incorrect as it lacks the directory context to identify a user from scratch.
Certificate (Cloud Deployment) is listed as "Secondary Only"; this is incorrect because Certificate/Smart Card is one of the most common methods for Primary, passwordless login in secure environments.
References
VMware Workspace ONE Access Documentation: Configuring Authentication Methods.
VMware Workspace ONE 22.X Professional Exam Guide (2V0-62.23) - Section 4: Use Cases for MFA and Conditional Access.
Refer to the exhibit.
An administrator wants to configure a barcode enrollment for a handheld terminal with the
Google Android operating system.
What dashboard selection needs to be used to create the barcode? Mark your answer by
clicking on the image.

Explanation
Barcode enrollment is a primary method for provisioning "Rugged" or "Work Managed" Android devices. It allows a handheld terminal to be staged rapidly by scanning a series of barcodes that contain the Wi-Fi configuration, enrollment credentials, and the path to the Intelligent Hub agent.
Why Staging is the Correct Path
Lifecycle of Rugged Devices: In Workspace ONE, "Staging" refers to the process of preparing a device for its end-user. For Android devices, this is part of the Rugged Enrollment workflow.
Barcode Wizard: Within the Staging menu (specifically under Devices > Provisioning > Staging), administrators find the Staging Enrollment wizard. This wizard generates the PDF or image containing the barcodes that the handheld terminal scans to initiate the automated enrollment process.
Platform Specifics:This method is specifically designed for Android (Legacy and Enterprise) and Windows Rugged devices, moving the device directly into a "Staged" state before it is assigned to a specific user or location.
Analysis of Other Options in the Exhibit
Lifecycle: This section is used for tracking existing device statuses (like "Enrolled" or "Unenrolled") and migration progress, not for creating new enrollment artifacts like barcodes.
Components: While this section contains the individual building blocks (like Files/Actions or Profiles) that might be delivered to a device after enrollment, it is not where the initial enrollment barcode is generated.
Product Sets: These are used to group multiple "Products" (collections of profiles/applications) for automated deployment to rugged devices once they are already enrolled.
References
VMware Workspace ONE UEM Documentation: Android Rugged Enrollment - Barcode Staging.
VMware Workspace ONE 22.X Professional Exam Guide (2V0-62.23) - Section 2: Manage Device Enrollment.
Which two types of accounts can be created in Workspace ONE UEM? (Choose two.)
A. Directory
B. Basic
C. Okta
D. Local
E. Active Directory
Explanation
In Workspace ONE UEM, when administrators create user or administrator accounts, two distinct types of accounts can be created directly within the UEM platform itself. These are account types that exist solely within the Workspace ONE UEM database and are not synchronized from an external directory service.
B. Basic – Correct.
Basic accounts are manually created accounts that exist entirely within Workspace ONE UEM. Users with Basic accounts log in using credentials stored in the UEM database, independent of any external directory service like Active Directory. While Basic accounts are easy to set up and useful for testing environments or proof-of-concept deployments, VMware security guidance recommends that production environments should not use Basic accounts. The Workspace ONE UEM STIG (Security Technical Implementation Guide) explicitly states that if any administrators have an Admin Type of "Basic," this is a security finding.
D. Local – Correct.
Local accounts refer to the same concept as Basic accounts—accounts created natively within Workspace ONE UEM rather than synchronized from an external directory. The documentation distinguishes between "Directory" accounts (synchronized from Active Directory or LDAP) and "Local" or "Basic" accounts (native to UEM). Workspace ONE UEM typically creates a default local "Emergency" account during installation for disaster recovery scenarios.
Why other options are incorrect:
A. Directory – Incorrect.
"Directory" is not a type of account that can be "created" in Workspace ONE UEM. Directory accounts are synchronized from external enterprise directories such as Active Directory or LDAP through directory integration services. These accounts are imported, not created manually within the UEM console. When viewing administrator accounts in the console, "Directory" appears as the Admin Type for synchronized accounts, but these accounts are created and managed in the external directory service.
C. Okta – Incorrect.
Okta is not a native account type within Workspace ONE UEM. Okta can be integrated with Workspace ONE UEM as a third-party identity provider (IdP) for authentication purposes, such as configuring Platform SSO for macOS devices. However, Workspace ONE UEM does not have an "Okta" account type that administrators can create directly.
E. Active Directory – Incorrect.
Active Directory is an external directory service that integrates with Workspace ONE UEM, not an account type that can be created within UEM. Users and groups from Active Directory are synchronized into Workspace ONE UEM as Directory accounts through the Directory Services configuration. These accounts exist in Active Directory first and are then imported into UEM.
Reference
VMware Workspace ONE UEM Documentation – "User Authentication Types" – Covers Basic authentication (accounts created and stored within UEM) versus Directory authentication (accounts integrated with enterprise directories).
| Page 1 out of 9 Pages |
| 123 |