NCSC-Level-1 Exam Questions - Real & Updated Questions PDF [Q29-Q51]

Share

NCSC-Level-1 Exam Questions - Real & Updated Questions PDF

Pass Guaranteed Quiz 2021 Realistic Verified Free Nutanix

NEW QUESTION 29
A customer would like to re-image an existing cluster. The Foundation Applet and Foundation VM is unavailable to them.
How can the consultant access Foundation-as-a-Service (FaaS)?

  • A. Through <cluster-IP> :8000
  • B. Through <CVM-IP> :8000
  • C. Through <cluster-IP> :9443
  • D. Through <CVM-IP> :9443

Answer: B

 

NEW QUESTION 30
After deploying an AHV cluster connected to Cisco Nexus 9k switches, unexpected network behavior is observed. The consultant needs to rule out physical network mis-cabling without returning to the datacenter.
Which command from the host should the consultant run?

  • A. show lldp neighbors
  • B. show interfaces
  • C. show cdp neighbors
  • D. lldpctl

Answer: D

 

NEW QUESTION 31
What reference materials should be provided to the customer during the Knowledge Transfer?

  • A. Questionnaire, technical slides and checklist, links to documentation and resources
  • B. As-Built Guide, technical slides and checklist, Network Diagram
  • C. As-Built Guide, technical slides and checklist, links to documentation and resources
  • D. As-Built Guide, Project Plan, links to documentation and resources

Answer: C

 

NEW QUESTION 32
During the Knowledge Transfer, the customer askes where to find the details about their Nutanix environment, such as IP addresses, storage containers, and configuration.
Where can the consultant find this information?

  • A. Support Portal
  • B. Tech Checklist
  • C. Test Plan
  • D. As-Built Guide

Answer: D

 

NEW QUESTION 33
A consultant creates a new cluster using ESXi as the hypervisor. After creating the cluster, the consultant begins to run Life Cycle Manager (LCM) updates. During the LCM upgrade pre-checks, an error is returned.
Which configuration is causing this issue?

  • A. ESXi cluster admission control is disabled.
  • B. ESXi cluster DRS is enabled.
  • C. ESXi cluster admission control is enabled.
  • D. ESXi cluster HA is enabled.

Answer: C

 

NEW QUESTION 34
A customer is deploying Nutanix AHV clusters over hundreds of remote sites worldwide. Prism Central will be used to centrally manage all clusters. Customer security policy requires the use of MS Active Directory (AD).groups to authenticate all network devices.
Which method should be consultant use to meet the requirements?

  • A. Proxy Prism Element traffic through Prism Central.
  • B. Integrate AD authentication on all Prism Element Clusters.
  • C. Integrate AD authentication on Prism Central Only.
  • D. Integrate AD authentication on all CVMs.

Answer: C

 

NEW QUESTION 35
To prepare for a new Nutanix installation, a consultant downloads the Foundation VM, imports the VM to their Desktop Virtualization Solution, and powers on the VM. The IPv4 static address on the host workstation and the Foundation VM have been configured, but pings between them fail.
Which two troubleshooting steps should the consultant perform? (Choose two.)

  • A. Verify the virtual NIC in the Foundation VM is bound to the correct wireless network adapter.
  • B. Remove and re-import the Foundation VM to ensure the virtual NIC is set to Host-Only.
  • C. Verify the virtual NIC in the Foundation VM is bound to the correct physical Host adapter.
  • D. Confirm the IP addresses and subnet masks are correct.

Answer: C,D

 

NEW QUESTION 36
Which Nutanix feature creation is described in the Knowledge Transfer?

  • A. Calm Blueprints
  • B. REST API
  • C. Self Service Portal
  • D. Data Protection Domain

Answer: D

 

NEW QUESTION 37
A customer has a G6 AHV cluster with 4x10GbE NICs on each node and the following configuration:
* Networking is set to default
* Only two NICs are connected
The customer receives the following critical message:
The NIC is disconnected from the switch, or the switchport is failing.
What should the consultant verify to resolve the issue?

  • A. The other two 10GbE connections are removed from the default bond.
  • B. The VLANs are configured correctly on the switch or tagged on the cluster.
  • C. The NICs are connected for balance-slb.
  • D. The NICs are configured for active-backup.

Answer: D

 

NEW QUESTION 38
After finishing foundation on an AHV cluster, a consultant is preparing to plug into the customer network given the following set of requirements:
* All network traffic on trunks is tagged
* Customer is using LACP
* A native VLAN is not in use
Which set of commands should the consultant use to ensure cluster connectivity on customer equipment?

  • A. change_cvm_vlan 10
    ovs-vsctl set port br0 tag=10
    ovs-vsctl set port br0-up bond_mode=balance-tcp
  • B. change_cvm_vlan 0
    ovs-vsctl set port br0 tag=0
    ovs-vsctl set port br0-up bond_mode=balance-tcp
  • C. change_cvm_vlan 0
    ovs~vsctl set port br0 tag=0
    ovs~vsctl set port br0-up bond_mode=active-backup
  • D. change_cvm_vlan 10
    ovs-vsctl set port br0 tag=10
    ovs-vsctl set port br0-up bond_mode=balance-slb

Answer: B

 

NEW QUESTION 39
A customer is running out of storage in an ESXi cluster. The customer wants to add storage without paying for an additional hypervisor license.
Which option should the consultant recommend to meet the requirement?

  • A. Select the storage-only checkbox during Foundation and then expand the cluster in Prism.
  • B. Convert the cluster to AHV to support storage-only node requirements.
  • C. Edit the factory_config.json file to configure the node as storage-only and then expand the cluster in Prism
  • D. Buy a new node to meet the requirements of the storage-only node specifications.

Answer: D

 

NEW QUESTION 40
A consultant configures an ESXi cluster which will utilize a vSphere Distributed Switch (vDS). The consultant has just migrated the first host to the dvSwitch when several alerts appear within Prism Element regarding Host-to-CVM connectivity.
What is causing these alerts?

  • A. The consultant migrated the CVM Backplane network adapter over to the vDS.
  • B. The consultant migrated the CVM Backplane and VM network adapter over to the vDS.
  • C. VLAN tags are incorrectly configured on the vDS port groups.
  • D. The consultant migrated the CVM svm-iscsi-pg network adapter over to the vDS.

Answer: A

 

NEW QUESTION 41
A consultant is planning an installation and needs to collect configuration items to be used during the install. The data needed from the customer are IP addresses, Gateway, DNS servers, and NTP Servers.
Which Cluster Deployment document must be completed with the customer?

  • A. Technical Checklist
  • B. Questionnaire
  • C. Operations Guide
  • D. Project Plan

Answer: A

 

NEW QUESTION 42
A consultant creates a four-node AHV cluster with two 1GbE (eth0, etc1) and two 10GbE (eth2, eth3) NICs per node. The 1GbE NICs will not be placed into service, but the customer wants the network to be preconfigured for their eventual use.
The consultant removes the 1GbE NIC from the default bond and creates a second bridge(br1), but is unable to add the 1GbE NIC using the below command:
manage_ovs -bridge_name br1 -interfaces 1g -bond_name br1-up update_uplinks Which parameter is missing from this command?

  • A. --bridge_duplex full
  • B. --require_link=false
  • C. --interfaces eth0
  • D. --bond_duplex full

Answer: C

 

NEW QUESTION 43
A consultant is running the Foundation VM using desktop virtualization software. No nodes are discovered.
What should the consultant verify first?

  • A. Host-only Adapter
  • B. Bridged Adapter
  • C. NAT
  • D. Internal Network

Answer: B

 

NEW QUESTION 44
A consultant has deployed a new Nutanix AHV cluster with Foundation. The customer requests separating the management and production traffic in the CVM.
Which feature should the consultant configure?

  • A. Micro-segmentation
  • B. VLAN Tagging
  • C. Network Segmentation
  • D. Multi-homing

Answer: D

 

NEW QUESTION 45
Refer to the exhibit.

A consultant is installing AOS 5.10 and ESXi 6.5 on three nodes. During the Foundation process, ESXi 6.5 is not available as one of the choices for hypervisor.
Which solution should the consultant use?

  • A. Restart Foundation VM and refresh Foundation page.
  • B. Upload ESXi image to /home/Nutanix/foundation/nos/hypervisor/esx.
  • C. Update the Foundation whitelist from the support portal.
  • D. Upload ESXi image to /home/Nutanix/foundation/isos/hypervisor/esx.

Answer: D

 

NEW QUESTION 46
A consultant is onsite and needs to start their Foundation Virtual Machine (FVM) to image Nutanix hardware. The FVM fails to boot. The consultant decides to use a different Foundation method.
Assuming the nodes will discover, which Foundation type or configuration option should the consultant select?

  • A. Foundation VM
  • B. Use IPMI MACs
  • C. Foundation Applet
  • D. Use IPMI IPs

Answer: C

 

NEW QUESTION 47
After a consultant runs Foundation, the imaging process fails.
In which two locations can the consultant find the logs? (Choose two.)

  • A. Logs link on the Foundation Imaging Screen
  • B. On the Foundation VM - /home/nutanix/foundation/logs
  • C. On the Hypervisor - /home/nutanix/foundation/logs
  • D. On the CVM - /home/Nutanix/foundation/logs

Answer: A,B

 

NEW QUESTION 48
After imaging the nodes and creating the cluster successfully, the consultant connects the cluster to the customer network. When logging into Prism, the events dashboard is full of errors.
What is causing the issue?

  • A. The Cluster Virtual IP Address (VIP) was not set up during the process.
  • B. Foundation did not create the cluster successfully.
  • C. The cluster was not stopped prior to connecting to the customer network.
  • D. The consultant did not run Nutanix Cluster Check (NCC..

Answer: C

 

NEW QUESTION 49
Refer to the exhibits.

A consultant is trying to test port failover on the node shown in the first exhibit. A continuous ping test is performed to the host. The consultant shuts down one of the links, after which the host ping request times out. The consultant tries to troubleshoot the issue with the customer and sees the information shown in the second exhibit on their Cisco Switches:

What is causing the issue?

  • A. The wrong VLAN is tagged on the host.
  • B. PortFast is not enabled on the port connected to the host.
  • C. Bad SPF+ cables are on the active interface.
  • D. There is a Native VLAN mismatch on the switchport.

Answer: D

 

NEW QUESTION 50
A consultant is running Foundation. The cluster creation fails during the process. The host logs confirm that the nodes have been successfully imaged. The consultant decides to create the cluster manually.
Which command should the consultant use?

  • A. cluster -s IP_CVM_M, IP_CVM_B, IP_CVM_n create
  • B. cluster -s IP_CVM_A, IP_CVM_B, IP_CVM_n create_manual
  • C. cluster -c IP_CVM_A, IP_CVM_B, IP_CVM_n
  • D. cluster create -s IP_CVM_A, IP_CVM_B, IP_CVM_n

Answer: D

 

NEW QUESTION 51
......

Get to the Top with NCSC-Level-1 Practice Exam Questions: https://www.fast2test.com/NCSC-Level-1-premium-file.html

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어