Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Pure Storage Portworx-Enterprise-Professional - Pure Certified Portworx Enterprise Professional (PEP) Exam

Which command shows a summary of the Portworx cluster status?

A.

helm list --px

B.

pxctl cluster status

C.

kubectl get pxstatus

What is the correct procedure to collect a support bundle for Autopilot in a Portworx cluster?

A.

Restart the Autopilot pod, and then run kubectl get logs.

B.

Delete the Autopilot pod, and then run pxctl service diags.

C.

Create a directory, send a support signal to the Autopilot process, and the support bundle files.

If a Portworx node is down and the Kubernetes cluster is healthy, which command should be used to check Portworx alerts on a healthy node?

A.

pxctl alerts show

B.

journalctl -Ifu portworx*

C.

kubectl describe node

An infrastructure admin is troubleshooting a Portworx node that is down.

What should be run first to check the Kubernetes cluster status?

A.

pxctl status to check the status of Portworx on the node.

B.

kubectl get node -o wide to ensure cluster nodes are in the Ready status.

C.

journalctl -u kubelet to identify the problem on the node.

What solution should a Portworx administrator use to store snapshots of a critical application volume in an Object Store?

A.

Cloud Snapshot

B.

Backups

C.

Local Snapshot

Which flag in the Portworx StorageCluster spec enables telemetry?

A.

spec.autopilot.enabled

B.

spec.telemetry.enabled

C.

spec.csi.enabled

What step is necessary to start using encrypted PVCs in Portworx?

A.

Select secret provider.

B.

StorageClass needs the following parameter: secure: enabled.

C.

Configure IO profiles.

A Portworx administrator wants to create a storage class that can be used to create volumes with the following characteristics:

• Encrypted volume

• Two replicas

Which definition should the administrator use?

A.

kind: StorageClass

apiVersion: storage.k8s.io/v1

metadata:

name: px-encrypted

provisioner: kubernetes.io/portworx-volume

parameters:

encrypted: "true"

repl: "2"

B.

kind: StorageClass

apiVersion: storage.k8s.io/v1

metadata:

name: px-encrypted

provisioner: kubernetes.io/portworx-volume

parameters:

sharedv4: "true"

repl: "2"

C.

kind: StorageClass

apiVersion: storage.k8s.io/v1

metadata:

name: px-encrypted

provisioner: kubernetes.io/portworx-volume

parameters:

secure: "true"

repl: "2"

What information is included in the Portworx diagnostics bundle (diags)?

A.

Portworx journal logs, CLI command outputs, and basic OS information

B.

User activity logs, security policies, and firewall rules

C.

Application logs, Kubernetes events, and network configurations

What is the primary benefit of using Dynamic Provisioning and Storage Classes in Portworx?

A.

They limit the customization of volume parameters to default settings only.

B.

They require manual creation of Portworx volumes before they can be used.

C.

They enable the automatic provisioning of Portworx volumes without manual intervention.