ExamGecko
Home / VMware / 5V0-23.20 / List of questions
Ask Question

VMware 5V0-23.20 Practice Test - Questions Answers, Page 6

List of questions

Question 51

Report
Export
Collapse

A development team has deployed a Tanzu Kubernetes cluster and would like to verify the version of Kubernetes that is running. Which command will show this information?

kubectl describe tkc dev-cluster
kubectl describe tkc dev-cluster
kubectl explain tkg dev-cluster
kubectl explain tkg dev-cluster
kubectl get version
kubectl get version
kubectl get vm dev-cluster
kubectl get vm dev-cluster
Suggested answer: C

Explanation:

Print the client and server version information.

Synopsis

Print the client and server version information. kubectl version

asked 16/09/2024
Rodolfo Ponce
38 questions

Question 52

Report
Export
Collapse

Which object provides user access to applications running on vSphere with Tanzu?

External load balancer
External load balancer
vSphere Distributed Switch
vSphere Distributed Switch
Round-robin DNS
Round-robin DNS
Internal load balancer
Internal load balancer
Suggested answer: A

Explanation:

External HTTP(S) Load Balancing is a proxy-based Layer 7 load balancer that enables you to run andscale your services behind a single external IP address.

VMware 5V0-23.20 image Question 52 explanation 10360 09162024012802000000

asked 16/09/2024
jitendra makwana
36 questions

Question 53

Report
Export
Collapse

How is the storage selected for the Harbor pods when the embedded Harbor image registry is enabled?

vCenter Server automatically selects a local ESXi host datastore.
vCenter Server automatically selects a local ESXi host datastore.
An administrator selects a VM storage policy as part of enablement.
An administrator selects a VM storage policy as part of enablement.
vCenter Server automatically chooses a VM storage policy.
vCenter Server automatically chooses a VM storage policy.
An administrator selects a specific datastore as part of enablement.
An administrator selects a specific datastore as part of enablement.
Suggested answer: B

Explanation:

Enabling Harbor Image Registry

The vSphere administrator uses the vSphere Client to enable Harbor. To enable this component, select a cluster, select Configure > Namespaces > Image Registry, and click ENABLE HARBOR:

• A VM Storage Policy is required to allocate storage for the Harbor pods.

• An IP Address, based on the ingress CIDR range, is allocated for the Harbor management interface.

• After a few minutes, Harbor is deployed and running. 184

asked 16/09/2024
Govinda Bhikha
38 questions

Question 54

Report
Export
Collapse

Which process should be used to upgrade the vSphere with Tanzu Supervisor Cluster?

Use the vSphere Client, navigate to Workload Management, and apply updates.
Use the vSphere Client, navigate to Workload Management, and apply updates.
Use kubectl, and apply an update manifest specification to the Supervisor Cluster.
Use kubectl, and apply an update manifest specification to the Supervisor Cluster.
Use the vSphere Client, navigate to vSphere lifecycle Manager, and apply updates
Use the vSphere Client, navigate to vSphere lifecycle Manager, and apply updates
Allow vSphere with Tanzu Supervisor Cluster to upgrade automatically when new versions are available.
Allow vSphere with Tanzu Supervisor Cluster to upgrade automatically when new versions are available.
Suggested answer: A

Explanation:

From the vSphere Client menu, select Workload Management.

Select the Updates tab.

Select the Available Version that you want to update to.

For example, select the version v1.17.4-vsc0.0.2-16293900.

Select the Supervisor Cluster to apply the update to.

To initiate the update, click Apply Updates.

Use the Recent Tasks pane to monitor the status of the update.

asked 16/09/2024
lakshmi govindu
43 questions

Question 55

Report
Export
Collapse

How can you remove unreferenced container images from a project in an embedded Registry Service?

Delete images in Content Library.
Delete images in Content Library.
Use kubectl to delete the images.
Use kubectl to delete the images.
Delete the namespace using the vSphere Client.
Delete the namespace using the vSphere Client.
Purge a namespace using the vSphere Client.
Purge a namespace using the vSphere Client.
Suggested answer: A

Explanation:

Deleting Artifact:

When an artifact is not referenced by any OCI index, you can delete the artifact freely which will delete its manifest and all associated tags.

When an artifact is referenced by an OCI index, you cannot delete it. In order to delete this artifact, you must first delete all OCI indexes referencing this artifact first, remembering that an artifact can be referenced by multiple parents artifacts pushed onto Harbor by different users. So when deleting an OCI index holding 9 children artifacts not referenced by any other index and 1 child artifact referenced by another index, only 9 out of 10 children artifacts will be deleted.

To delete any artifact in the Harbor interface, click on the artifact and select ‘Delete’ and confirm.

Not Purge:

As a vSphere administrator, you can purge the images for a project in the private image registry by request from DevOps engineers. Purging images from the private image registry deletes all references to the images made by pods, but it does not remove the images from the image registry.

asked 16/09/2024
Mark Chow
43 questions

Question 56

Report
Export
Collapse

What is the minimum number of virtual distributed portgroups that must be configured on the vSphere Distributed Switch before enabling Workload Management using the vSphere networking stack and a HAProxy load balancer?

2
2
1
1
4
4
3
3
Suggested answer: A
asked 16/09/2024
James Sutter
33 questions

Question 57

Report
Export
Collapse

Which three elements should be configured by a vSphere administrator after creating vSphere Namespace? (Choose three.)

Permissions
Permissions
Capacity and Usage limits
Capacity and Usage limits
License
License
Namespace name
Namespace name
Storage Policy
Storage Policy
NSX Segment
NSX Segment
Suggested answer: A, B, E

Explanation:

Creating a Namespace

A vSphere administrator configures permissions and storage before a namespace can be used:

• Assign edit or view permissions to users. Users must be present in a configured single sign-on (SSO) identity source.

• Must assign a VM storage policy to the namespace.

• Can define resource limits (optional).

• Must add a content library to enable the Tanzu Kubernetes Grid Service.

asked 16/09/2024
BISWARUP KUNDU
41 questions

Question 58

Report
Export
Collapse

The application development team is pushing a Kubernetes application into production. I consists of an application server and a database. The team wants to ensure that only the production application server can access the production database.

Can the development team meet this requirement using Kubernetes Network Policy?

Yes, by using kubect1 to create a Network Policy that only allows pods on the same network segment to talk to each other.
Yes, by using kubect1 to create a Network Policy that only allows pods on the same network segment to talk to each other.
Yes. by logging in to NSX Manager and creating a firewall rules to only allow the production application server pod to talk to the database
Yes. by logging in to NSX Manager and creating a firewall rules to only allow the production application server pod to talk to the database
Yes, by using kubect1 to create a policy that disables pod to pod communication in the Namespace
Yes, by using kubect1 to create a policy that disables pod to pod communication in the Namespace
No, Kubernetes Network Policy does not support this action.
No, Kubernetes Network Policy does not support this action.
Suggested answer: A

Explanation:

If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4), then you might consider using Kubernetes NetworkPolicies for particular applications in your cluster.

NetworkPolicies are an application-centric construct which allow you to specify how a pod is allowed to communicate with various network "entities" (we use the word "entity" here to avoid overloading the more common terms such as "endpoints" and "services", which have specific Kubernetes connotations) over the network. NetworkPolicies apply to a connection with a pod on one or both ends, and are not relevant to other connections.

asked 16/09/2024
MICHELE CRISTINA DOS FELIX
38 questions

Question 59

Report
Export
Collapse

Which type of service is created by default when publishing a Kubernetes service?

Cluster IP
Cluster IP
Node Port
Node Port
LoadBalancer
LoadBalancer
ExternalName
ExternalName
Suggested answer: A

Explanation:

For some parts of your application (for example, frontends) you may want to expose a Service onto an external IP address, that's outside of your cluster.

Kubernetes ServiceTypes allow you to specify what kind of Service you want. The default is ClusterIP.

asked 16/09/2024
Michał Wojciechowski
30 questions

Question 60

Report
Export
Collapse

Which kubectl command should be used to change the active vSphere namespace to namespace-01?

kubectl config use-context namespace-01
kubectl config use-context namespace-01
kubectl describe ns namespace-01
kubectl describe ns namespace-01
kubectl get ns namespace-01
kubectl get ns namespace-01
kubectl config change-context namespace-01
kubectl config change-context namespace-01
Suggested answer: A

Explanation:

A context element in a kubeconfig file is used to group access parameters under a convenient name.

Each context has three parameters: cluster, namespace, and user. By default, the kubectl commandline tool uses parameters from the current context to communicate with the cluster.

To choose the current context: kubectl config use-context ctx001

asked 16/09/2024
Ilias Akarkach
40 questions
Total 124 questions
Go to page: of 13