Home
26.
You have a Windows Azure Backup account with a storage quota of 300 GB. You use this account to confgure a single weekly backup of a fle server running Windows Server 2012 named FileSrv01. The total amount of data on FileSrv01 does not signifcantly change from week to week. No other backups are confgured with your account. The online backup of FileSrv01 completes successfully on the frst week, but on the second week, the backup fails. You receive an error indicating that the usage associated with your Windows Azure Backup account has exceeded its quota.
The Windows Azure Backup console displays the information shown in below image about the backup.

You want to be able to perform the weekly backup of FileSrv01 without failure. Which of the following actions is most likely to allow you to accomplish your goal?
  • A.
    Confgure an exclusion for C:\Windows\Temp and choose to exclude its subfolders.
  • B.
    Confgure an exclusion for C:\Windows\Temp and choose not to exclude its subfolders.
  • C.
    Change the retention range to 7 days.
  • D.
    Change the retention range to 30 days.
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
  • A. Incorrect: This step would exclude the C:\Windows\Temp folder and its subfolders from the backup set, but it would not meet your goal of allowing the backup to be performed weekly. This folder is too small to reduce the size of the backup in any signifcant way.
  • B. Incorrect: This step would exclude the C:\Windows\Temp folder but not its subfolders from the backup set, but it would not meet your goal of allowing the backup to be performed weekly. Too little data is stored in this folder to reduce the size of the backup in any signifcant way.
  • C. Correct: This setting would allow the previous week’s backup to be deleted in order to make space for the current week’s backup. The size of the backup from the previous week is approximately 220 GB, and your storage quota is 300 GB. Consequently, you need to be able to remove the previous week’s backup to make room for the current week’s backup.
  • D. Incorrect: This setting would not fx your problem. It would require all backups to be kept at least 30 days on Microsoft servers. If there is insuffcient space to allow a new backup, as is the case in this scenario, the new backup will fail
Report
Name Email  
27.
You want to confgure a fle server running Windows Server 2012 and named FS02 to perform a daily Windows Azure Backup at 3 AM. You also want to ensure that if the online backup operation extends into the beginning of the next workday at 9 AM, it will have a minimal impact on network performance for users. The workweek in your organization runs from Monday through Friday.
You enable Internet bandwidth usage throttling for backup operations and fnd the default settings shown in below image. What should you do next?

  • A.
    Leave the default settings.
  • B.
    Increase the bandwidth setting assigned to work hours.
  • C.
    Increase the bandwidth setting assigned to non-work hours.
  • D.
    Change the selected workdays.
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
  • A. Correct: You don’t need to modify the default settings. The bandwidth of the backup operation will be throttled to 256 Kbps beginning at 9AM every weekday.
  • B. Incorrect: You don’t want to increase the bandwidth settings assigned to work hours because this would increase the impact on network performance for users during work hours.
  • C. Incorrect: Increasing the bandwidth setting assigned to non-work hours would not help you achieve your goal of minimizing impact on users if the backup operation proceeds into the work day.
  • D. Incorrect: You don’t need to adjust workdays because the current selection reflects the Monday - Friday schedule of the organization.
Report
Name Email  
28.
You want to ensure that a server running Windows Server 2012 R2 boots into Safe Mode the next time it starts. Which commands can you use to achieve this goal? (Choose all that apply.)
  • A.
    Bootrec
  • B.
    Bcdedit
  • C.
    Startrep
  • D.
    Msconfg
  • Answer & Explanation
  • Report
Answer : [B and D]
Explanation :
  • A. Incorrect: Bootrec is used to repair the boot sector, the master boot record, and the BCD store. It cannot be used to confgure a server to start in Safe Mode.
  • B. Correct: You can use the Bcdedit /Set SafeBoot Minimal command to ensure that a computer running Windows Server 2012 will boot into Safe Mode the next time it starts.
  • C. Incorrect: Startrep is used to before a startup repair of the local system. It cannot be used to confgure a server to start in Safe Mode.
  • D. Correct: You can use Msconfg in the GUI to confgure a system to boot into Safe Mode the next time it starts. To do this, click the Boot menu, click Safe Boot, and then ensure that Minimal is selected.
Report
Name Email  
29.
Your company is preparing to migrate a server named Server1 from Windows Server 2003 to Windows Server 2012 R2. A developer at your company is working to update a kernel mode driver installed on Server1 that has been developed in-house. He installs the driver for testing on TestServer1. TestServer1 is running Windows Server 2012 R2 and has hardware that is identical to that of Server1. After he installs the program, TestServer1 fails to start. You need to ensure that he can test the driver on TestServer1. You also want to minimize the security risk on the machine. Which option should you choose from the Advanced Boot Options menu?
  • A.
    Safe Mode
  • B.
    Last Known Good Confguration
  • C.
    Disable Driver Signature Enforcement
  • D.
    Disable Early Launch Anti-Malware Driver
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
  • A. Incorrect: Safe mode will never allow the device driver to load, so it will not allow testing of the new device driver.
  • B. Incorrect: Last Known Good Confguration will revert to a version of the registry that did not include the driver that you need to test. You need to be able to test the driver.
  • C . Correct: The problem is most likely caused by the fact that Windows Server 2012 does not load unsigned kernel mode drivers. To proceed with testing, you need to choose Disable Driver Signature Enforcement.
  • D. Incorrect: This option will disable the defense against certain types of malware, but it will not allow you to load an unsigned driver.
Report
Name Email  
30.
You are a network administrator for Contoso.com. All servers in the company network are running Windows Server 2012 R2.
The disk array fails on a fle server named FileSrvA. You replace the disk array. You now need to recover the server as quickly as possible and allow users to connect to the fle shares on FileSrvA. What should you do?
  • A.
    Start FileSrvA in the Last Known Good Confguration
  • B.
    Start FileSrvA from the Windows Server 2012 R2 installation media
  • C.
    Start FileSrvA in Safe Mode with Command Prompt
  • D.
    Initiate a network boot of FileSrv to connect to a WDS server.
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
  • A. Incorrect: This option is not available because Windows is not loaded on the disk array.
  • B. Correct: You need to boot from the Windows installation media and then perform a System Image Recovery. This procedure will allow you to restore the system to its former state as quickly as possible.
  • C. Incorrect: This option is not available because Windows is not loaded on the disk array.
  • D. Incorrect: This option would to install a completely new deployment of Windows. You don’t want a new deployment. You want to recover the old installation as quickly as possible.
Report
Name Email