Installation,Storage,and Compute with Windows Server 2016:Microsoft 70-740 MCSA Exam Guide
上QQ阅读APP看书,第一时间看更新

Questions

  1. What are the benefits of virtualization? Choose all that apply.
    1. Faster server deployment
    2. Lower operational costs
    3. Slower and secure client deployment
    4. Running production workloads in a non-isolated environment
    5. Easier backup
    6. Server consolidation
  2. What are the main considerations when planning for server virtualization? Choose all that apply.
    1. CPU usage
    2. Memory requirements
    3. Driver versions
    4. Disk usage
    5. Expansion ports compatibility
  3. Which would you use to assess the infrastructure and gather details about the hardware and the software?
    1. WDS
    2. WAIK
    3. MAPT
    4. LAPS
  4. True or False: The Microsoft Assessment and Planning Toolkit does not need any SQL Server version to run. 
    1. True
    2. False
  5. True or False: To perform an infrastructure assessment using the Microsoft Assessment and Planning Toolkit, you must be connected to the internet.
    1. True
    2. False
  6. Which methods does the Microsoft Assessment and Planning Toolkit use to obtain information from network computers? Choose all that apply.
    1. NMAP
    2. IP address range scanning
    3. LDAP
    4. SNMP
    5. Fiddler
    6. WMI
  7. What do you need to do before cloning a computer image?
    1. Defragment a drive and run chkdsk.exe
    2. Scan the drive for viruses
    3. Run Sysprep.exe
    4. Run dism.exe
  8. You are preparing a computer for imaging. You want the computer to present a welcome screen after it restarts, and you want the user to select the language and keyboard layout. Which command should you run?
    1. Add-WindowsCapability PowerShell cmdlet
    2. Dism.exe /enable-feature
    3. Sysprep.exe /generalize
    4. Sysprep.exe /oobe
  9. You are servicing an image. You want to add drivers from the c:\drivers folder to the image. You do not want to add drivers from the c:\drivers\graphics folder to the image. Which command should you run? Choose all that apply.
    1. Add-WindowsDriver -Path c:\mountedimage -Driver c:\drivers -Recurse
    2. DISM.exe /image:c:\mountedimage /Add-Driver /driver:c:\drivers\ /recurse
    3. Add-WindowsDriver -Path c:\mountedimage -Driver c:\drivers
    4. DISM.exe /image:c:\mountedimage /Add-Driver /driver:c:\drivers\
  10. Which command do you need to run before servicing an image?
    1. Get-WindowsOptionalFeature -Path C:\mount
    2. DISM.exe/image:c:\mount /Get-Features
    3. Get-WindowsImage -ImagePath c:\sources\install.wim
    4. DISM.exe /mount-image /imagefile:c:\sources\install.wim /mountdir:c:\mount