Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Portworx-Enterprise-Professional Questions and Answers

Question # 6

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

A.

Object Storage

B.

Network File System (NFS)

C.

Direct Attached Storage (DAS)

Full Access
Question # 7

What does the DriveStateChange alert indicate?

A.

Free volume space going below the recommended level of 5%

B.

Free disk space going below the recommended level of 10%

C.

Free disk space going below the recommended level of 20%

Full Access
Question # 8

What is the primary command used to back up a volume in Portworx?

A.

pxctl volume snapshot create

B.

pxctl volume save

C.

pxctl backup volume

Full Access
Question # 9

What is the recommended practice for managing the lifecycle of snapshots in Portworx?

A.

Manually delete old snapshots to free up space.

B.

Configure the retention policies.

C.

Retain all snapshots indefinitely.

Full Access
Question # 10

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

A.

Autopilot

B.

Stork

C.

Volume Placement Strategy

Full Access
Question # 11

Which command could be used to install Portworx on Kubernetes using the PX-Operator?

A.

kubectl apply -f "https://install.portworx.com/ ?operator=true&mc=false&kbver=1.25.0&ns=portworx&b=true&kd=type%3Dgp3%2Csize%3D150&s=%2F%2F22type%3Dgp3%2Csize%3D150&c=px-cluster-0584f7fl-b6be-4608-800c-2ac5fb8069e0&stork=true&csi=true&mon=true&tel=false&st=k8s&promop=true"

B.

curl -O px-ag-install.sh -L "https://install.portworx.com/$PXVER/air-gapped?kbver=$KBVER"

C.

kubectl apply -f "https://install.portworx.com/ ?comp=pxoperator&kbver=&ns=portworx"

Full Access
Question # 12

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

A.

Decommission the node.

B.

Delete the pool.

C.

Reformat the disk and reuse it.

Full Access
Question # 13

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

A.

skipNetworkPolicyCheck: false

B.

By default Network policies are migrated

C.

skipNetworkPolicyCheck: true

Full Access
Question # 14

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.

Full Access
Question # 15

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.

Full Access
Question # 16

Portworx uses secrets to authenticate Kubernetes to the Portworx system.

When using the shared authentication method, where is that secret stored?

A.

In the namespace that runs the application that needs to provision the storage resources

B.

In the 'default' namespace

C.

In the same namespace as the Portworx installation

Full Access
Question # 17

When is a volume considered "Public"?

A.

When a volume is owned by system.admin

B.

When guest access is enabled

C.

When the volume does not have any ownership associated with it

Full Access
Question # 18

What command can an administrator run to view Portworx alerts?

A.

pxctl cd list alerts

B.

pxctl alerts show

C.

Use Grafana to view alerts

Full Access
Question # 19

After enabling security in Portworx, the pxctl command returns an “access denied” error.

What action must be taken to allow pxctl to gain access again?

A.

Pass both the --user and --password command line flags to the pxctl command. Username and password combination can be found in the px-admin-token secret.

B.

The administrator must create a new pxctl context by running pxctl context create and passing the -token command line parameter.

C.

Authentication is impossible because an authentication token was not generated before enabling security on the cluster.

Full Access
Question # 20

A cluster administrator wants to define an Autopilot rule for Portworx.

What are the 4 main parts of an Autopilot rule?

A.

Selector, Namespace Selector, Conditions and Actions

B.

Replica, I/O profile, Secure, Placement Strategy

C.

Enforcement, Match Expressions, Topology Key and Weight

Full Access
Question # 21

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

A.

Any Stork version works

B.

Stork 23.3.0

C.

Stork 2.3

Full Access
Question # 22

An administrator deploys Portworx in the "portworx" namespace.

What command should the administrator use to check status of only the Portworx pods?

A.

kubectl -n portworx get pods -o wide

B.

kubectl -n portworx get pods -l name=portworx

C.

kubectl -n portworx get storagecluster

Full Access