[solved] – Question 77843
Which of the following can be configured using the Nano Recovery Tool? (Choose all that apply.)
Inbound and outbound firewall rules
Networking
WinRM
Install server roles
Expert Answer
[solved] – Question 77844
Which of the following is the primary tool or utility for configuring the Nano Server tool?
Sconfig.exe
Nano Computer Management
Nano Server Manager
Nano Recovery Tool
Expert Answer
[solved] – Question 77845
Specify the correct order of steps for deploying a Nano Server WIM file.
Boot into WinPE on the local computer.
Remove the WinPE media if applicable.
Ensure the WIM file is accessible from WinPE.
Apply the Nano Server image by using Dism.exe.
Add the WIM file to the boot menu using Bcdboot.exe.
Use Diskpart.exe to prepare the local hard drive.
Expert Answer
[solved] – Question 77846
Which of the following methods can be used to install the Nano Server? (Choose all that apply.)
Deploy a Nano Server WIM file on a physical computer.
Install a Nano Server from the Windows Server 2016 installation DVD.
Deploy a VHD image that will be hosted as a virtual machine on a Hyper-V host.
Deploy a VHD on a bootable drive on a physical computer.
Expert Answer
[solved] – Question 77847
Which of the following are two reasons for using a Nano Server? (Choose two answers.)
Smaller hardware footprint
Higher security
Faster performance
Easier to manage
Expert Answer
[solved] – Question 77848
How much free disk space is needed to install the Nano Server?
500 MB
800 MB
1 GB
1.4 GB
Expert Answer
[solved] – Question 77849
Which two methods can be used to implement roles and features on a Nano Server? (Choose two answers.)
Use the Windows PowerShell install-windowsfeature cmdlet
Use the Windows PowerShell Add-WindowsPackage cmdlet
Use the Nano Recovery Tool
Use Server Manager remotely
Expert Answer
[solved] – Question 77923
The primitive operation for adding the value of X to list L at position 1 is given as
Expert Answer
[solved] – Question 77926
The primitive operation for adding the value of X to list L at position 1 is given as
A. Add(L,X, 1)
B. Add(X, 1,L)
C. Add(1,X,L)
D. Add(L,X) 1
Expert Answer
[solved] – Question 7794
Hi,
this is for a project. i have to make a console application and need to work with a List<String> to hole values for the lifetime of the console application. I have initialised it in the class with the declaration “List<String> myList = new List<String>”. this is done at the constructor level and when i need to use it in a method or pass it to another method of another class and use it there, it is not initialised and is null and as a result, any add gives me an error. please help me as i need a solution to it in the next hour or so or my assignment would be screwed. Please help soon. appreciate it. Thanks and Regards
Expert Answer

