
Top Pure Storage Portworx-Enterprise-Professional Courses Online - Updated [May-2026]
Portworx-Enterprise-Professional Practice Dumps - Verified By TestPassed Updated 77 Questions
NEW QUESTION # 30
An application team is preparing to deploy an ElasticSearch application and wants all Portworx volumes created in 6 specific Kubernetes nodes.
Which Portworx feature should they use to achieve this?
- A. Volume placement strategy
- B. Autopilot
- C. Stork
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
To ensure Portworx volumes for an ElasticSearch application are created only on specific Kubernetes nodes, the Volume Placement Strategy feature is used. This feature allows administrators to define node affinity or anti-affinity rules that restrict volume provisioning to a subset of nodes. By tagging the six nodes with appropriate labels and configuring the StorageClass or volume parameters to respect these labels, Portworx guarantees that volumes will only be provisioned on those nodes. This targeted volume placement is critical for performance optimization, data locality, and compliance with infrastructure constraints. Autopilot automates scaling and Stork manages storage-aware scheduling but does not directly control volume node placement. The Portworx deployment documentation highlights Volume Placement Strategy as the tool for precise volume-to-node mapping in Kubernetes clusters【Pure Storage Portworx Deployment Guide source】.
NEW QUESTION # 31
What Portworx tool should be used to check the health of the storage cluster?
- A. pxctl
- B. kubectl
- C. helm
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
The pxctl command-line interface is the primary tool for managing and monitoring Portworx clusters. It provides detailed health information, including node status, volume health, storage pools, and alerts. Running commands like pxctl status or pxctl cluster status offers real-time visibility into the cluster's operational state. While kubectl manages Kubernetes resources and helm handles package deployment, neither provides the specialized insight into Portworx storage internals that pxctl delivers. Portworx operational best practices emphasize using pxctl for health checks, troubleshooting, and maintenance tasks to ensure cluster reliability and performance【Pure Storage Portworx CLI Guide source】.
NEW QUESTION # 32
A cluster administrator wants to define an Autopilot rule for Portworx.
What are the 4 main parts of an Autopilot rule?
- A. Enforcement, Match Expressions, Topology Key and Weight
- B. Selector, Namespace Selector, Conditions and Actions
- C. Replica, I/O profile, Secure, Placement Strategy
Answer: B
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
An Autopilot rule in Portworx consists of four main parts: Selector, Namespace Selector, Conditions, and Actions. The Selector defines the set of volumes or pods the rule applies to, often using labels. Namespace Selector further narrows the scope to specific Kubernetes namespaces, allowing targeted policy application. Conditions specify triggers or thresholds such as capacity utilization, I/O metrics, or time-based schedules. When conditions are met, the Actions section defines automated responses such as volume expansion, migration, or alerting. This modular rule design enables flexible, policy-driven automation for storage management, helping maintain cluster health and performance without manual intervention. The Portworx Autopilot documentation provides detailed schema and examples, emphasizing these components as foundational for dynamic, autonomous cluster operation【Pure Storage Portworx Autopilot Guide source】.
NEW QUESTION # 33
What solution should a Portworx administrator use to store snapshots of a critical application volume in an Object Store?
- A. Cloud Snapshot
- B. Local Snapshot
- C. Backups
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Cloud Snapshots are designed to store snapshots of critical application volumes directly into an external Object Store such as Amazon S3 or other S3-compatible storage. This solution provides offsite durability, disaster recovery capability, and long-term retention beyond the cluster's local storage capacity. Cloud Snapshots allow administrators to create consistent, incremental snapshots that are efficiently uploaded to cloud storage, enabling protection against data loss scenarios such as cluster failure or site outages. This contrasts with Local Snapshots, which remain on the cluster's local storage, and Backups, which may refer to full data copies. The Portworx documentation explains Cloud Snapshots as the recommended approach for storing critical volume snapshots securely and durably offsite, supporting business continuity strategies【Pure Storage Portworx Cloud Snapshot Guide source】.
NEW QUESTION # 34
What are the main resource types for Portworx alerts?
- A. Nodes, Disks, Pods, Namespace, Volume
- B. Disk, Cluster, Nodes, Pools
- C. Cluster, Volumes, Namespace, Object Store
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Portworx alerts are generated for several resource types within the storage cluster environment, primarily including Nodes, Disks, Pods, Namespaces, and Volumes. These alerts provide real-time notifications of events such as node failures, disk health degradation, volume status changes, pod crashes, or namespace-level issues affecting storage consumption or performance. Monitoring these resource types helps administrators proactively manage cluster health, maintain high availability, and troubleshoot faults before they impact applications. The Portworx alerting framework aggregates data from these resources and integrates with external monitoring systems for centralized alert management. Official Portworx observability and alerting documentation list these resource categories as the core focus of Portworx alerting mechanisms, critical for operational awareness and automation【Pure Storage Portworx Observability Guide source】.
NEW QUESTION # 35
Which Portworx component is used to co-locate volumes with pods?
- A. Volume Placement Strategy
- B. Autopilot
- C. Stork
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Portworx's Volume Placement Strategy ensures that persistent volumes are co-located with the pods that use them, enhancing performance and reducing latency. This strategy involves applying placement rules and constraints that guide Kubernetes scheduler and Portworx storage operations to place data volumes on nodes close to or the same as the pods. Co-location improves I/O throughput and application responsiveness by minimizing network hops between compute and storage resources. While Autopilot automates scaling and Stork manages storage-aware scheduling, Volume Placement Strategy specifically handles volume location relative to workloads. The Portworx architecture documentation highlights this component as critical for optimizing storage efficiency and workload performance in Kubernetes environments running Portworx storage【Pure Storage Portworx Architecture Docs source】.
NEW QUESTION # 36
An infrastructure admin wants to restrict installing Portworx on two nodes.
What label does the node need to have?
- A. px/enabled=false
- B. px/storage-node=false
- C. px/service=stop
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Portworx uses node labeling as a mechanism to control on which Kubernetes nodes Portworx is installed and allowed to operate. To restrict Portworx installation on specific nodes, those nodes should be labeled with px/enabled=false. This label tells the Portworx Operator or installation scripts to exclude these nodes from Portworx deployment, preventing Portworx daemons from running there. This feature is useful for reserving nodes for non-storage workloads or avoiding unsupported hardware. Labels like px/service=stop or px/storage-node=false are not recognized by Portworx as controls for installation exclusion. The official Portworx deployment and node labeling documentation specify px/enabled=false as the standard method for controlling node participation in the storage cluster, offering administrators fine-grained control over cluster topology and resource allocation【Pure Storage Portworx Deployment Guide source】.
NEW QUESTION # 37
Which command can be used to migrate volumes after cluster pairing is finished?
- A. kubectl cloudmigrate
- B. pxctl cloudmigrate start
- C. strokctl cloudmigrate start
Answer: B
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Once two Portworx clusters are paired, for example in disaster recovery setups, data migration between them can be initiated. The command pxctl cloudmigrate start triggers this migration process. It synchronizes volumes, ensuring that data is copied securely and consistently from the source cluster to the destination. This migration is transparent to applications and supports incremental syncs, which helps reduce downtime. The CLI command also provides operational feedback and logs for administrators to monitor progress. Portworx's documentation on disaster recovery workflows emphasizes this command as essential for starting volume migration post-cluster pairing, streamlining data protection and business continuity strategies across multiple sites or cloud regions【Pure Storage Portworx Disaster Recovery Guide source】.
NEW QUESTION # 38
What command should an administrator run to verify a Portworx upgrade on Kubernetes?
- A. kubectl get nodes -o wide
- B. pxctl get storagenodes
- C. kubectl get storagenodes
Answer: B
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
To verify a Portworx upgrade on Kubernetes, administrators use the pxctl get storagenodes command. This Portworx CLI command lists all storage nodes with detailed information including version, status, and health. By inspecting the version column, administrators can confirm whether all nodes have been successfully upgraded to the desired Portworx release. This command specifically queries Portworx daemons for accurate cluster version details, unlike kubectl get nodes which shows Kubernetes node info but not Portworx versioning. Portworx upgrade best practices stress using pxctl commands for detailed verification after an upgrade to ensure consistent cluster software versions and successful upgrade completion【Pure Storage Portworx Upgrade Guide source】.
NEW QUESTION # 39
Which Portworx CRD object is used to set up essential parameters for a Portworx installation?
- A. VolumeSnapshot
- B. ServiceAccount
- C. StorageCluster
Answer: C
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
The StorageCluster Custom Resource Definition (CRD) is the central object used to configure and manage a Portworx installation on Kubernetes. It contains essential parameters including cluster-wide settings, KVDB configuration, storage pool definitions, security options, and CSI driver configurations. The StorageCluster resource declaratively defines how Portworx should be deployed, upgraded, and operated within the Kubernetes cluster. Administrators edit this object to adjust configurations, enabling features like telemetry, monitoring, and cloud integration. Unlike VolumeSnapshot (which manages snapshots) or ServiceAccount (which controls Kubernetes permissions), StorageCluster governs the overall lifecycle and parameters of the Portworx deployment. Portworx operator documentation identifies StorageCluster as the fundamental CRD for installation and configuration management【Pure Storage Portworx Operator Guide source】.
NEW QUESTION # 40
Which two CRDs are required for performing an ApplicationBackup?
- A. BackupLocation and RestoreBackup
- B. BackupLocation and ApplicationBackup
- C. ApplicationBackup and migrations
Answer: B
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
To perform an ApplicationBackup in Portworx, two Kubernetes Custom Resource Definitions (CRDs) are essential: BackupLocation and ApplicationBackup. The BackupLocation CRD defines the target backup storage, such as an S3 bucket or NFS share, including credentials and endpoints. ApplicationBackup defines the specifics of the backup operation, including which application volumes to back up, schedules, and retention policies. Together, they enable declarative backup management within Kubernetes, allowing administrators to configure, automate, and monitor backups of stateful applications using Portworx. These CRDs provide flexibility and integration with Kubernetes-native tools, improving disaster recovery capabilities. Portworx backup documentation describes these CRDs as the foundation of its application-aware backup and restore system【Pure Storage Portworx Backup Docs source】.
NEW QUESTION # 41
What is the minimum Stork version required to perform an Application Backup?
- A. Any Stork version works
- B. Stork 2.3
- C. Stork 23.3.0
Answer: B
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Stork version 2.3 is the minimum version required to support Application Backup features in Portworx. Application Backup allows for consistent snapshots and restores of complex, multi-volume, and multi-pod stateful applications. This capability depends on enhancements introduced in Stork 2.3 that enable application-aware backup orchestration, coordination between Kubernetes and storage layers, and integration with backup policies. Earlier Stork versions lack these features, making them unsuitable for application-level backups. Portworx release notes and Stork documentation confirm that version 2.3 introduced key functionalities that underpin the reliable backup and restore workflows for stateful workloads, making it a baseline requirement for disaster recovery and business continuity implementations involving application backups【Pure Storage Portworx Backup Docs source】.
NEW QUESTION # 42
A Portworx administrator wants to enable security without guest access on a new storage cluster using the Portworx Kubernetes operator.
What configuration items should be added to the StorageCluster configuration ?
- A. spec:
security:
enabled: true
auth:
guestAccess: 'Disabled' - B. spec:
security: 'Enabled' - C. spec:
security:
enabled: true
auth:
guestAccess: false
Answer: C
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Enabling security in Portworx without allowing guest access involves explicitly setting both enabled: true under the security section and guestAccess: false within the auth subsection of the StorageCluster spec. This configuration activates Portworx security features, enforcing authentication and encryption while preventing unauthenticated (guest) access to volumes. The guestAccess flag controls whether clients without valid credentials can access storage resources; setting it to false tightens security by requiring all access to be authenticated. This declarative setup is managed via the Kubernetes operator, ensuring consistent enforcement across cluster restarts and upgrades. Portworx's security documentation stresses this dual setting to harden clusters against unauthorized access while maintaining operational capabilities for authorized users, aligning with enterprise security policies and compliance standards【Pure Storage Portworx Security Guide source】.
NEW QUESTION # 43
What are three recommended technologies used for monitoring a Portworx cluster in a Kubernetes environment?
- A. Prometheus, Elk Stack, and FluentD
- B. Prometheus, Alertmanager, and Grafana
- C. Nagios, Grafana, and Kubewatch
Answer: B
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
Portworx recommends using Prometheus, Alertmanager, and Grafana as the core technologies for monitoring Portworx clusters within Kubernetes. Prometheus scrapes metrics exposed by Portworx components and stores time-series data for analysis. Alertmanager handles alert rules and notification delivery, enabling administrators to respond to critical events promptly. Grafana provides a powerful visualization platform to build dashboards from Prometheus data, helping teams visualize cluster health, performance metrics, and capacity trends. This combination is widely adopted due to its native Kubernetes integration, scalability, and extensibility. Portworx documentation includes detailed guidance on configuring these tools to monitor metrics such as volume latency, node health, pool usage, and snapshot status, forming a comprehensive monitoring and alerting solution for production environments【Pure Storage Portworx Monitoring Guide source】.
NEW QUESTION # 44
What is the recommended practice for managing the lifecycle of snapshots in Portworx?
- A. Configure the retention policies.
- B. Manually delete old snapshots to free up space.
- C. Retain all snapshots indefinitely.
Answer: A
Explanation:
Comprehensive and Detailed Explanation From Exact Extract:
The recommended approach to managing Portworx snapshots is to configure retention policies that automatically govern the lifecycle of snapshots, including their expiration and deletion. These policies ensure that snapshots are retained only as long as needed, preventing uncontrolled accumulation that can consume excessive storage and degrade performance. By setting retention rules, administrators can automate snapshot cleanup, enforce compliance requirements, and optimize resource usage. Manual deletion is error-prone and inefficient at scale, and retaining all snapshots indefinitely can lead to capacity exhaustion and management challenges. Portworx documentation provides detailed guidance on defining snapshot retention schedules, including time-based expiration and count limits, enabling administrators to maintain a balance between data protection and storage efficiency【Pure Storage Portworx Snapshot Management Guide source】.
NEW QUESTION # 45
......
New (2026) Pure Storage Portworx-Enterprise-Professional Exam Dumps: https://testking.testpassed.com/Portworx-Enterprise-Professional-pass-rate.html