Q1. - (Topic 2)
You have a computer that runs Windows 7.
You need to identify which unsigned drivers have been installed.
Which command should you run?
A. Cipher.exe /s
B. Driverquery.exe /si
C. Msinfo32.exe /q
D. Pnputil.exe –i
Answer: B
Explanation:
Driverquery: Displays a list of all installed device drivers and their properties. /si: Displays digital signature information for both signed and unsigned device drivers.
Q2. - (Topic 4)
A company has a server running Windows Server 2008 R2, with Windows Deployment Services (WDS), the Microsoft Deployment Toolkit (MDT), and the Windows Automated Installation Kit (WAIK) set up. The company also has client computers running Windows 7 Enterprise.
You need to remove some files from a virtual hard disk on a client computer.
What should you do first?
A. use Sysprep with an answer file and set the PersistAHDeviceinstalls option in the answer file to True.
B. Run the BCDEdit /delete command.
C. Run the Start/w ocsetup command.
D. Use Sysprep with an answer file and set the UpdateinstalledDriversoption in the answer file to Yes.
E. Run the Dism command with the /Add-Driver option.
F. Add a boot image and create a capture image in WDS.
G. Run the PEImg /Prepcommand.
H. Run the ImageX command with the /Mount parameter.
I. Run the Dism command with the /Mount-Wim option.
J. Use Sysprep with an answer file and set the UpdateInstalledDriversoption in the answer file to No.
K. Run the Dism command with the /Add-Package option.
L. Run the DiskPart command and the Attach command option.
M. Use Sysprep with an answer file and set the PersistAllDeviceInstalls option in the answer file to False.
Answer: L
Explanation:
DiskPart.exe and managing Virtual Hard Disks (VHDs) in Windows 7 In Windows 7, new commands have been added in DiskPart to allow for the creation and management of Virtual Hard Disks (.vhd files). The DiskPart VHD management commands have been provided below in 2 sections – commonly used commands with examples and other commands. It is assumed in each of the examples that DiskPart.exe has already been launched in an elevated command prompt.
Creating a VHD
The example below creates a 20GB dynamically expanding VHD called "test.vhd" and places it in the root of the C: drive. Note that the type parameter is optional and the default type is fixed. create vdisk file=c:\test.vhd maximum=20000 type=expandable
Attaching a VHD
The following example shows how to select and attach the VHD. It also provides steps for partitioning, formatting and assigning a drive letter to the attached VHD.
select vdisk file=c:\test.vhd
attach vdisk
create partition primary
format fs=ntfs label="Test VHD" quick
assign letter=v
Detaching the VHD
To detach (i.e. unmount) the VHD, use the following example:
select vdisk file=c:\test.vhd
detach vdisk
Q3. - (Topic 3)
You have a computer that has the following configurations:
Operating system: Windows 7 Professional
Processor: 2.2 gigahertz (GHz) (x86)
RAM: 2 GB
Hardware virtualization: Disabled
TPM chip: Disabled
You need to ensure that you can run Windows XP Mode on the computer.
What should you do?
A. Upgrade to a 64-bit processor.
B. Enable hardware virtualization.
C. Enable the Trusted Platform Module (TPM) chip.
D. Upgrade the operating system to Windows 7 Ultimate.
Answer: B
Explanation:
Windows XP Mode requires a processor that supports hardware virtualization using either the AMD-V or Intel VT options. Most processors have this option disabled by default; to enable it, you must do so from the computer's BIOS.
Other info
Requirements:
Windows 7 Home Premium, Professional, Ultimate, and Enterprise editions have the following minimum hardware requirements:
-1 GHz 32-bit (x86) or 64-bit (x64) processor
-1 GB of system memory
-A 40-GB hard disk drive (traditional or SSD) with at least 15 GB of available space
-A graphics adapter that supports DirectX 9 graphics, has a Windows Display Driver Model (WDDM) driver,
-Pixel Shader 2.0 hardware, and 32 bits per pixel and a minimum of 128 MB graphics memory XP Mode Windows XP Mode is a downloadable compatibility option that is available for the Professional, Enterprise, and Ultimate editions of Windows 7. Windows XP Mode uses the latest version
Q4. - (Topic 1)
You have a computer that runs Windows 7. Your company has a corporate intranet Web site. You open Windows Internet Explorer as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that you can access Web pages on both the Internet and the intranet.
What should you do?
A. From the Files menu, click Work Offline.
B. From the Safety menu, click InPrivate Filtering.
C. From the Security tab, add the intranet Web site to the Trusted sites zone.
D. From the Safety menu, click InPrivate Browsing.
Answer: A
Explanation:
Working Offline is activated On Internet Explorer's File menu is a "Work Offline" item that toggles Internet Explorer between online and offline modes of operation.
(The question originally stated the Tools menu, maybe in a different version of IE this is the case, but for me and in the TechNet documentation it was under Files, so I'm choosing to believe Tools was a mistake and it should be Files, this has been amended in the question). InPrivate is turned on (does not prevent browsing the internet) InPrivate Browsing helps prevent Internet Explorer from storing data about your browsing session. This includes cookies, temporary Internet files, history, and other data. Toolbars and extensions are disabled by default.
Q5. - (Topic 1)
Your company has an internal Web site that requires HTTPS. The Web site's certificate is self-signed. You have a computer that runs Windows 7 and Windows Internet Explorer 8. You use HTTPS to browse to the Web site and receive the following warning message. "There is a problem with this website's security certificate."
You need to prevent the warning message from appearing when you access the Web site. What should you do?
A. From Internet Explorer, enable InPrivate Browsing.
B. From Internet Explorer, add the Web site to the Trusted sites zone.
C. From Certificate Manager, import the Web sites certificate into your Personal store.
D. From Certificate Manager, import the Web sites certificate into your Trusted Root Certification Authorities store.
Answer: D
Explanation:
Certificate Manager A certificate manager can approve certificate enrollment and revocation requests, issue certificates, and manage certificates. This role can be configured by assigning a user or group the Issue and Manage Certificatespermission. When you assign this permission to a user or group, you can further refine their ability to manage certificates by group and by certificate template. For example, you might want to implement a restriction that they can only approve requests or revoke smart card logon certificates for users in a certain office or organizational unit that is the basis for a security group.Importing CertificatesYou may restore certificates and the corresponding private keys from a file.
6. Right-click the certificate store you want to import, and click Install PFX on the context menu.
7. The Certificate Import Wizard launches. Click Next.
8. In the File name text box, type the name of the certificate file that you want to import. Alternatively, you can find the file by clicking Browse.
9. Click Next. If the file specified is a Personal Information Exchange–PKCS #12 (*.pfx), you will be prompted for the password. Enter the password to import the file. Click Next.
10. On the next page, select where you'd like to store the certificate. Click Next.
11. The next wizard page contains summary information about the file that you are importing. Click Finish to import the file. The certificate(s) are now ready for use by the system.
Q6. - (Topic 6)
You are preparing to migrate from Windows Vista to Windows 7.
You need to use the User System Migration Tool (USMT) XML files.
Which two of these are migrated by using only the default USMT XML files? (Each correct answer presents part of the solution. Choose two. )
A. Application settings for Office 2010 and Windows Mail
B. ACLs for folders outside the user profile
C. Data from the %PROGRAMDATA% folder
D. Installed network printers
Answer: A,D
Explanation: A:
* The original version of the USMT 4. 0 doesn't support Office 2010. There was an update released in February 2011 that adds support for Office 2010.
* Windows Mail (Microsoft Outlook Express Mail, or . dbx, files are migrated from Windows XP)
D: Network printer mapping (not migrated when using offline backup)
Note: In the USMT, XML templates control the data being migrated from the machine. The default templates migrate the following: Accessibility settings Address book Command-prompt settings Desktop wallpaper (not migrated when using offline backup) Encrypting File System (EFS) files Favorites Folder options Fonts Group membership Internet Explorer settings (not migrated when using offline backup) Microsoft ODBC settings Mouse and keyboard settings Network drive mapping
(D) Network printer mapping (not migrated when using offline backup)
Offline files (not migrated when using offline backup)
Phone and modem options (not migrated when using offline backup)
Remote Access Service (RAS) connection and phone book (. pbk) files
Regional settings (not migrated when using offline backup)
Remote Access
Taskbar settings (not migrated when using offline backup)
(A) Windows Mail (Microsoft Outlook Express Mail, or . dbx, files are migrated from Windows XP)
Windows Media Player (not migrated when using offline backup)
Windows Rights Management
Q7. - (Topic 2)
Your network consists of a single Active Directory forest.
You have 50 portable computers and 50 desktop computers. All computers have 32-bit hardware.
You plan to deploy Windows 7 and 10 corporate applications to the computers by using a custom image.
You need to prepare for the deployment by using the minimum amount of administrative effort.
What should you do first?
A. On one computer, install Windows 7 and the corporate applications.
B. On one portable computer and one desktop computer, install Windows 7 and the corporate applications.
C. On a server, install and run the Microsoft Assessment and Planning (MAP) Toolkit.
D. On a server, install the Windows Automated Installation Kit (AIK) and run Windows System Image Manager (Windows SIM).
Answer: A
Explanation:
To prepare the reference computer for the user, you use the Sysprep utility with the /generalize option to remove hardware-specific information from the Windows installation and the /oobe option to configure the computer to boot to Windows Welcome upon the next restart. Open an elevated command prompt on the reference computer and run the following command: c:\windows\system32\sysprep\sysprep.exe /oobe /generalize
/shutdown.
Sysprep prepares the image for capture by cleaning up various user-specific and computerspecific settings, as well as log files. The reference installation now is complete and ready to be imaged.
Q8. - (Topic 1)
All the games including Titan Chess come with which versions of Windows 7? Choose two.
A. Windows Home Edition
B. Windows Professional Edition
C. Windows Ultimate Edition
D. Windows Enterprise Edition
Answer: C,D
Q9. - (Topic 2)
You have a computer that runs Windows 7. The computers hard disks are configured as shown in the following table.
You need to ensure that you can recover the operating system and all the files on the computer if both hard disks fail.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. Create a system image.
B. Create a system repair disc.
C. Shrink C and then create a new partition.
D. Connect an external hard disk to the computer.
Answer: A,D
Explanation:
A System Image is a copy of all the files and folders on the system disk (and other specified hard disks) on a computer. You can use a System Image backup to restore the computer to exactly what its configuration was when the System Image backup was created.
External hard drives can be removed and stored in a secure location.NOT System Repair Disc:A system repair disc can be used to boot your computer. It also contains Windows system recovery tools that can help you recover Windows from a serious error or restore your computer from a system image. It does not actually save the data and will only help if a system image exists elsewhere.NOT Shrink: All partitions are inaccessible is a hard disk fails.
Q10. DRAG DROP - (Topic 5)
You deploy Windows 7 on client computers by using a default Windows 7 DVD.
You discover that the client computers use the most recently released critical updates.
You download the updates' package files from the Microsoft site to your desktop.
You need to prepare a new installation DVD that includes the updates.
What should you do? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
Answer:
Q11. - (Topic 3)
You have a computer that contains a DVD drive and a single 350-GB hard disk drive. You attempt to install Windows 7 on the computer by using the DVD installation media and receive the following error message: "Reboot and Select proper Boot device or Insert Boot Media in selected Boot device."
You need to ensure that you can install Windows 7 on the computer by using the DVD installation media.
What should you do?
A. From the BIOS, modify the startup order.
B. From the BIOS, enable Pre-Boot Execution Environment (PXE).
C. Create an answer file named oobe.xml and place the file on the hard disk drive.
D. Create an answer file named autounattend.xml and place the file on the hard disk drive.
Answer: A
Explanation: To install Windows 7 from a DVD-ROM, boot from the DVD-ROM drive and follow the prompts. You may need to configure the computer's BIOS to support booting from DVD-ROM. If a computer does not have a DVD-ROM drive attached, you can still install from DVD-ROM—you just need to acquire a USB DVD-ROM drive. In this case, it will be necessary to configure the computer's BIOS to boot from the USB device.
Q12. - (Topic 3)
You have a custom image of Windows 7.
You discover that the boot configuration data store in the custom image is corrupted.
You need to create a new configuration data store within the custom image.
What should you do?
A. Run Imagex.exe and specify the /append parameter. Run Bcdedit.exe.
B. Run Imagex.exe and specify the /mountrw parameter. Run Bcdedit.exe.
C. From Windows System Image Manager (Windows SIM), select the image and then create a configuration set.
D. From Windows System Image Manager (Windows SIM), select the image and then create a catalog.
Answer: B
Explanation:
ImagexImageX is a command-line tool that enables original equipment manufacturers (OEMs) and corporations to capture, to modify, and to apply file-based disk images for rapid deployment. ImageX works with Windows image (.wim) files for copying to a network, or it can work with other technologies that use .wim images, such as Windows Setup, Windows Deployment Services (Windows DS), and the System Management Server (SMS) Operating System Feature Deployment Pack./appendAppends a volume image to an existing Windows image (.wim) file. Creates a single instance of the file, comparing it against the resources that already exist in the .wim file, so you do not capture the same file twice/mountrwMounts a .wim file from Windows XP with Service Pack 2 (SP2), Windows Server 2003 with Service Pack 1 (SP1), or Windows Vista with read/write permission to a specified directory. Once the file is mounted, you can view and modify all the information contained in the directory.BcdeditBCDEdit is a command-line tool for managing BCD stores. It can be used for a variety of purposes, including creating new stores, modifying existing stores, adding boot menu options, and so on. BCDEdit serves essentially the same purpose as Bootcfg.exe on earlier versions of Windows, but with two major improvements: BCDEdit exposes a wider range of boot options than Bootcfg.exe, and BCDEdit has improved scripting support.NOT Windows SIMOpens Windows images, creates answer files, and manages distribution shares and configuration sets. NOTE: question specifies configuration data store, not configuration set.
Q13. - (Topic 5)
You have three computers that run Windows 7 SP1. All computers are connected to the same network subnet of 10.0.10.0/24. The computers' network location is set to the Work network.
You need to join all the computers to a HomeGroup.
What should you do first?
A. Set the network location to the Home network.
B. Enter the HomeGroup password.
C. Enable Network Discovery.
D. Configure Windows Firewall to allow the Netlogon service.
Answer: A
Q14. - (Topic 5)
Your company network contains 20 client computers that run Windows 7 Enterprise. The network does not have a DNS server and is using IPv6 only.
Users are complaining they are unable to see others' computers on the network.
You notice that the settings of the network are configured as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that users can see all computers on the network in Windows Explorer.
What should you do on each computer?
A. Turn on Public folder sharing.
B. From a command prompt, run the net view command.
C. Turn on Network discovery.
D. Run Windows Network Diagnostics.
E. From a command prompt, run the net config command
Answer: C
Q15. - (Topic 1)
You have a computer that runs Windows 7.
You need to modify the file extensions that are associated to Internet Explorer.
What should you do?
A. From Internet Explorer, click Tools and then click Manage Add-ons.
B. From Control Panel, open Default Programs and then click Set Associations.
C. From the local Group Policy, expand Computer Configuration and then click Software Settings.
D. From Window Explorer, right-click %programfiles%\Internet Explorer\iexplore.exe and then click Properties.
Answer: B