Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

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

Pure Certified Portworx Enterprise Professional (PEP) Exam Questions and Answers

Question 1

What command can an administrator run to view Portworx alerts?

Options:

A.

pxctl cd list alerts

B.

pxctl alerts show

C.

Use Grafana to view alerts

Question 2

Which two CRDs are required for performing an ApplicationBackup?

Options:

A.

ApplicationBackup and migrations

B.

BackupLocation and RestoreBackup

C.

BackupLocation and ApplicationBackup

Question 3

Which command shows a summary of the Portworx cluster status?

Options:

A.

helm list --px

B.

pxctl cluster status

C.

kubectl get pxstatus

Question 4

What label can be used to migrate Network Policies with Asynchronous DR?

Options:

A.

skipNetworkPolicyCheck: false

B.

By default Network policies are migrated

C.

skipNetworkPolicyCheck: true

Question 5

An infrastructure admin wants to restrict installing Portworx on two nodes.

What label does the node need to have?

Options:

A.

px/service=stop

B.

px/enabled=false

C.

px/storage-node=false

Question 6

What command should be used to add a new drive to an existing storage cluster?

Options:

A.

pxctl service pool update —resize new-disk 150

B.

pxctl service drive add -drive /dev/dm-1 -operation start

C.

pxctl sv nw -a

Question 7

A Portworx administrator wants to control which nodes will host a KVDB installation.

What steps must an administrator take to ensure that KVDB installs on NODE01, NODE03, and NODE05?

Options:

A.

It is not possible to configure the location of the KVDB prior to installation.

B.

Change the following in the 'StorageCluster' spec prior to installation:

spec:

kvdb:

selector:

matchNodeName:

- NODE01

- NODE03

- NODE05

C.

Label NODE01, NODE03, and NODE05 with 'px1/metadata-node=true' prior to installation.

Question 8

Which Portworx component is used to co-locate volumes with pods?

Options:

A.

Autopilot

B.

Stork

C.

Volume Placement Strategy

Question 9

What is the minimum Stork version required to perform an Application Backup?

Options:

A.

Any Stork version works

B.

Stork 23.3.0

C.

Stork 2.3

Question 10

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?

Options:

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"

Question 11

What is the primary function of the telemetry pod added to each node when telemetry is enabled in Portworx?

Options:

A.

To monitor the health of the node.

B.

To manage network configurations.

C.

To upload Portworx diagnostics to Pure1.

Question 12

What does an administrator need to do if a drive fails and the pool contains metadata?

Options:

A.

Decommission the node.

B.

Delete the pool.

C.

Reformat the disk and reuse it.

Question 13

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

Options:

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.

Question 14

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

Options:

A.

Cloud Snapshot

B.

Backups

C.

Local Snapshot

Question 15

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?

Options:

A.

Stork

B.

Autopilot

C.

Volume placement strategy

Question 16

What is the minimum kernel needed for Portworx?

Options:

A.

Portworx works with any kernel

B.

Kernel version 4.15 or greater

C.

Kernel version 3.10 or greater

Question 17

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

Options:

A.

px-kvdb

B.

px-kvdb-cert

C.

px-kvdb-auth

Question 18

What option can a Portworx administrator use to perform snapshots of Repl 2 or 3 volumes when there is limited space on the cluster and no Object Store is configured?

Options:

A.

Skinny Snapshot

B.

Local Snapshot

C.

Cloud Snapshot

Question 19

Which command can be used to migrate volumes after cluster pairing is finished?

Options:

A.

pxctl cloudmigrate start

B.

strokctl cloudmigrate start

C.

kubectl cloudmigrate

Question 20

How should a Portworx administrator enable the Alertmanager?

Options:

A.

Create a config map with the Alertmanager configuration and enable Alertmanager via the pxctl CLI.

B.

Create a secret with the Alertmanager configuration and enable Alertmanager in the StorageCluster object.

C.

Deploy Alertmanager by following the official Alertmanager documentation and integrate it with Portworx by enabling monitoring webhook in the StorageCluster object.

Question 21

What are the main resource types for Portworx alerts?

Options:

A.

Nodes, Disks, Pods, Namespace, Volume

B.

Cluster, Volumes, Namespace, Object Store

C.

Disk, Cluster, Nodes, Pools

Question 22

Which storage type does Portworx primarily rely on for storage provisioning?

Options:

A.

Object Storage

B.

Network File System (NFS)

C.

Direct Attached Storage (DAS)