
[Nov 15, 2023] Get Up-To-Date Real Exam Questions for 2V0-41.20 with New Materials
Updated 2V0-41.20 Certification Exam Sample Questions
VMware 2V0-41.20 is an exam designed for professionals who want to demonstrate their skills in VMware NSX-T Data Center technology. It is a certification exam conducted by VMware, a leading provider of virtualization software and services. 2V0-41.20 exam is intended for those who have already gained knowledge of NSX-T Data Center technology and want to validate their skills.
VMware NSX-T Data Center is a software-defined networking and security platform that enables the creation of virtualized network functions in a multi-cloud environment. The platform simplifies network management and enhances security by allowing administrators to create, manage, and secure virtual networks using a single management console. VMware 2V0-41.20 exam is designed to test and validate the skills required to effectively manage VMware NSX-T Data Center solutions.
NEW QUESTION # 39
Which three steps are required to create an IPsec VPN tunnel? (Choose three.)
- A. Add a logical switch.
- B. Configure an IPsec session.
- C. Configure a distributed firewall policy.
- D. Add a local endpoint.
- E. Create an IPsec service.
Answer: B,D,E
Explanation:
To create an IPsec VPN tunnel in VMware NSX-T, these are the three steps that need to be performed:
Create an IPsec service: An IPsec service is a container for one or more IPsec sessions. It contains the IPsec configuration such as algorithms, encryption keys, and security protocols.
Add a local endpoint: The local endpoint represents the IP address of the local VPN gateway.
Configure an IPsec session: The IPsec session defines the specific parameters for a VPN connection, such as the remote endpoint, encryption and authentication algorithms, and the key exchange method.
NEW QUESTION # 40
Which three different transport nodes could be configured in the data plane? (Choose three.)
- A. ESXi and Hyper-V
- B. VM or Bare Metal NSX Edge
- C. vShield Edge VM
- D. NSX Edge VM on KVM
- E. Bare Metal server
- F. ESXi and KVM
Answer: B,E,F
NEW QUESTION # 41
Which three protocols could an NSX administrator use to transfer log messages to a remote log server? (Choose three.)
- A. HTTPS
- B. UDP
- C. TLS
- D. TCP
- E. SSH
- F. SSL
Answer: B,C,D
Explanation:
https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/certification/vmware-2vo-41.20-exam-prep-guide.pdf
NEW QUESTION # 42
A NSX-T Data Center administrator wants to ensure that any machine on a public network can communicate with a Web VM running in a NSX-T Data Center environment.
Which NAT type must be created on the Tier-0 or Tier-1 Gateway to achieve this?
- A. 1:1 NAT
- B. DNAT
- C. Reverse NAT
- D. SNAT
Answer: B
NEW QUESTION # 43
Which CLI command on NSX Manager and NSX Edge is used to change NTP settings?
- A. et time-server
- B. get timezone
- C. set ntp-server
- D. set timezone
Answer: C
NEW QUESTION # 44
Which three steps must be carried out to configure North-South / East-West Network Inspection? (Choose three.)
- A. Service Registration
- B. Service Consumption
- C. Service Introspection
- D. Service Insertion
- E. Service Deployment
Answer: A,B,E
Explanation:
Use these steps to configure north-south and east-west Network Introspection:
1. Service Registration: Service registration makes a service available in the catalog.
2. Service Deployment: Deploy an instance of a registered service.
3. Service Consumption: Use services in a service chain and redirect traffic.
Taken from NSX-T ICM 3.0 Lecture Manual.
NEW QUESTION # 45
When deploying east-west network introspection, which Service Virtual Machine (SVM) deployment method achieves the least amount of traffic hair pinning?
- A. Centralize partner SVMs in a service cluster.
- B. Place a partner SVM on each compute cluster node.
- C. Add partner SVMs to an edge cluster.
- D. Create a secondary vNIC on each quest VM for SVM communication.
Answer: B
Explanation:
"For SVMs deployed on compute hosts, an SVM does not need to be installed on every host. Some customers prefer to deploy the partner SVM on each host to achieve the least amount of traffic hairpinning. When the partner SVM is deployed in a service cluster, traffic is sent from the compute hosts across the overlay to the hosts in the service cluster."
NEW QUESTION # 46
An NSX administrator is using ping to check connectivity between VM1 running on ESXi1 to VM2 running on ESXi2. The ping tests fails. The administrator knows the maximum transmission unit size on the physical switch is 1600.
Which command does the administrator use to check the VMware kernel ports for tunnel end point communication?
- A. vmkping ++netstack=geneve -d -s 1572 <destination IP address>
- B. vmkping ++netstack=vxlan-d -s 1572 <destination IP address>
- C. esxcli network diag ping -I vmk0 -H <destination IP address>
- D. esxcli network diag ping -H <destination IP address>
Answer: B
Explanation:
https://kb.vmware.com/s/article/1003728
NEW QUESTION # 47
An NSX administrator has configured a load balancer virtual server on a Tier-1 Gateway.
In order to advertise the load balancer virtual IP to the Tier-0 Gateway, which route advertisement configuration has to be done on the Tier-1 Gateway? (Choose two.)
- A. Advertise All NAT Routes
- B. Advertise All LB SNAT IP Routes
- C. Advertise All LB VIP Routes
- D. Information
- E. All Static Routes
Answer: B,C
Explanation:
Explanation
https://docs.vmware.com/en/VMware-NSX-T-Data-Center/3.0/administration/GUID-EEBA627A-0860-477A-95
NEW QUESTION # 48
An NSX administrator has deployed an NSX Edge on a bare-metal server.
Which command registers the NSX Edge with the NSX Manager?
- A. join management-cluster <nsx-cluster-IP> username admin password <admin- password> thumbprint <nsx-manager-thumbprint>
- B. join management-plane <nsx-nanager-ip> username admin password <admin-password> thumbprint <nsx-manager-thumbprint>
- C. join cluster <nsx-cluster-IP> username root password <root-password> thumbprint
<nsx-manager-thumbprint> - D. join policy-manager <nsx-manager-ip> username root password <root-password> thumbprint <nsx-manager-thumbprint>
Answer: B
NEW QUESTION # 49
What are the advantages of using a Tier-0 Gateway in ECMP mode? (Choose two.)
- A. increased north/south bandwidth
- B. traffic load balancing
- C. traffic predictability
- D. stateful services leveraged
- E. Failover of services
Answer: A,B
NEW QUESTION # 50
When running nsxcli on an ESXi host, which command will show the Replication mode?
- A. get logical-switch status
- B. get logical-switch <Logical-Switch-UUID>
- C. get logical-switches
- D. get logical-switch <Local-Switch-UUID> status
Answer: B
Explanation:
https://vdc-download.vmware.com/vmwb-repository/dcr-public/cc42e3c1-eb34-4567-a916-147e79798957/8264605c-a5e1-49a8-b603-cc78621eeeab/cli.html#get%20logical-switch%20%3Clogical-switch-id%3E%202
NEW QUESTION # 51
Which CLI command shows syslog on NSX Manager?
- A. get log-file auth.log
- B. get log-file syslog
- C. /var/log/sysloq/syslog.log
- D. show log manager follow
Answer: D
NEW QUESTION # 52
An NSX administrator is configuring the KVM hypervisor host as a transport node and wants to apply the Failover Order as a NIC teaming policy.
Which profile allows the administrator to configure the NIC Teaming policy as Failover Order?
- A. N-VDS/VDS Profile
- B. Transport Node Profile
- C. Uplink Profile
- D. Host Switch Profile
Answer: C
NEW QUESTION # 53
Which CLI command would an administrator use to allow syslog on an ESXi transport node when using the esxcli utility?
- A. esxcli network firewall ruleset set -a -e false
- B. esxcli network firewall ruleset set -r sysloq -e false
- C. esxcli network firewall ruleset -e syslog
- D. esxcli network firewall ruleset set -r syslog -e true
Answer: D
Explanation:
Reference: https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.2/nsxt_22_troubleshoot.pdf
NEW QUESTION # 54
An NSX administrator is creating a Tier-1 Gateway configured in Active-Standby High Availability Mode. In the event of node failure, the failover policy should not allow the original failed node to become the Active node upon recovery.
Which failover policy meets this requirement?
- A. Enable Preemptive
- B. Non-Preemptive
- C. Disable Preemptive
- D. Preemptive
Answer: B
NEW QUESTION # 55
An NSX administrator is troubleshooting a connectivity issue with virtual machines running on an ESXi
transport node.
Which feature in the NSX UI shows the mapping between the virtual NIC and the host's physical adapter?
- A. Port Mirroring
- B. Activity Monitoring
- C. Switch Visualization
- D. IPFIX
Answer: C
NEW QUESTION # 56
......
VMware 2V0-41.20 exam is designed to test the knowledge and skills of IT professionals in the area of VMware NSX-T Data Center. 2V0-41.20 exam is one of the most popular and highly recognized VMware certifications, and passing it is a great way to demonstrate your expertise in virtualization and network management. 2V0-41.20 exam covers a wide range of topics, including network virtualization, security, automation, and troubleshooting.
2V0-41.20 Study Guide Cover to Cover as Literally: https://examtorrent.vce4dumps.com/2V0-41.20-latest-dumps.html