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

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.

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.

Which CRD object can be used to restore an existing ApplicationBackup?

A.

ApplicationRestore

B.

VolumeSnapshot

C.

Migration

What is the name of the Kubernetes secret containing external KVDB certificates?

A.

px-kvdb

B.

px-kvdb-cert

C.

px-kvdb-auth

How should a Portworx administrator expose metrics to externally provisioned Prometheus?

A.

Enable metrics in the storagecluster object by setting the following:

spec:

monitoring:

prometheus:

exportMetrics: true

B.

Enable metrics in the storagecluster object by setting:

spec:

monitoring:

exportMetrics: true

C.

Enable metrics in the Portworx cluster by running the command:

pxctl service monitoring enable --export-metrics-only

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"

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 is a benefit of using Autopilot in Portworx environments?

A.

It facilitates the migration of containers across clusters.

B.

Provides enhanced security features for data protection.

C.

It automates the expansion of storage volumes based on predefined rules.

What command should the administrator run if Portworx logs report "Node is not in quorum"?

A.

The administrator should do nothing.

B.

The administrator should check output of pxctl status on each storage node.

C.

The administrator should run pxctl service status.

What happens if the spec.csi.enabled flag is set to false in the Portworx StorageCluster spec?

A.

CSI will be installed, but it will not be used.

B.

The cluster will fail to deploy if CSI is disabled.

C.

CSI will not be installed for the storage cluster.