Filters
Question type

You create a provisioning package for Windows 10 and share it with the users in your organization. The provisioning package is named Win10V1.ppkg. What should users do to initiate the installation of the package?


A) They should use the Add or remove a provisioning package option that is available in Settings > Ease of Access.
B) They should run the file with Administrator permissions.
C) They should copy Win10V1.ppkg to the local drive containing the operating system files.
D) They should double-click the file Win10V1.ppkg.

Correct Answer

verifed

verified

Wes is using USMT to migrate user profiles to newly purchased Windows 10 computers in the organization. To begin the migration, he executes the ScanState.exe process on the source computers to collect user profile information. Where is this information most likely to be stored?


A) On local drives on the source computers
B) On a network file share
C) On local drives on the destination computers
D) In the users' OneDrive folders

Correct Answer

verifed

verified

Which of the following can be used to capture and apply images used for installing Windows 10 as well as mount and modify images that are offline?


A) WDS
B) Package Manager
C) Deployment Image Servicing and Management (DISM)
D) Windows PE

Correct Answer

verifed

verified

You have successfully created an FFU image using DISM. You now want to apply the image to a computer. What is the syntax for the command that you must use to accomplish this task?


A) DISM /capture-ffu /imagefile=imagefile.ffu /capturedrive=\\.\PhysicalDriveX /name:imagename /description:imagedescription
B) DISM /apply-ffu /imagefile=imagefile.ffu /ApplyDrive:\\.\PhysicalDriveX
C) DISM /Capture-Image /ImageFile:imagefile.wim /CaptureDir:path /Name:imagename
D) dism /get-imageinfo /imagefile: imagefile.flu

Correct Answer

verifed

verified

Which of the following installation methods is the least suitable method for a large volume of computers?


A) Distribution share
B) Image-based
C) Local share
D) Removable media

Correct Answer

verifed

verified

Yemi needs to install Windows 10 on 25 custom-built computers in the organization. The computers do not have an OS installed. In addition to installing Windows 10, Yemi needs to install additional updates to the operating system and custom drivers for certain hardware and applications. Which of the following installation methods is best suited in this scenario?


A) OEM installation
B) DVD boot installation
C) Removable media installation
D) Distribution share installation

Correct Answer

verifed

verified

Ariela prepares a workstation for imaging and shuts it down. She boots the computer using Windows PE to continue the imaging process. To capture the image using DISM, she needs to use the following command: DISM /Capture-Image /ImageFile:imagefile.wim /CaptureDir:path /Name:imagename. In this command, what does /CaptureDir:path signify?


A) It defines source files that are to be captured as part of the image.
B) It provides a unique name for an image that can be referenced as an alternative to an index number.
C) It specifies that an image is being copied from disk to a WIM file.
D) It defines the .wim file that will hold the image.

Correct Answer

verifed

verified

After a customized image is created, which of the following is used to place the image on a distribution share?


A) Windows PE
B) Windows PowerShell
C) Windows SIM
D) Windows Configuration Designer

Correct Answer

verifed

verified

You create an image of Windows 10 to deploy to workstations in your organization. Different sets of users need different applications and settings, so you need to create multiple images. You run Sysprep on the source workstation with the Generalize option and create the first image with the required modification. You repeat the process beginning with Sysprep for the subsequent images. How many images will you be able generate before an error is generated?


A) Eight
B) Five
C) Ten
D) One

Correct Answer

verifed

verified

A

Which of the following is a limited and non-graphical version of Windows 10 that can be used for installing, troubleshooting, and repairing Windows 10?


A) Windows PE
B) Windows Assessment Toolkit
C) User State Migration Tool (USMT)
D) Media eXperience Analyzer

Correct Answer

verifed

verified

Which of the following is not a Windows 10 ADK tool?


A) Imaging and Configuration Designer
B) User State Migration Tool (USMT)
C) Volume Activation Management Tool (VAMT)
D) Windows AutoPilot

Correct Answer

verifed

verified

D

Jin is performing an unattended installation of Windows 10 on 40 computers. The computers need to be configured differently depending on the users who will be using these systems. Certain users will need access to specific drivers and hardware, while others may need access to different sets of hardware and drivers. Which of the following would help Jin in this scenario?


A) Applying offline updates
B) Creating a catalog file
C) Creating a distribution share with a $OEM$ folder
D) Creating a configuration set

Correct Answer

verifed

verified

Zachary is creating a script to use Sysprep for deploying Windows 10 by imaging. Because he's using batch files, he wants to prevent Sysprep from displaying any dialog boxes. Which of the following command-line options should he use in his script?


A) /mode:vm
B) /quiet
C) /quit
D) /generalize

Correct Answer

verifed

verified

Which of the following is a suitable method for small organizations that only occasionally install Windows 10?


A) OEM
B) Removable media
C) Distribution share
D) Image-based

Correct Answer

verifed

verified

Which of the following does Windows 10 include to prepare workstations for imaging, in a process known as generalization?


A) Windows AutoPilot
B) Full flash update (FFU)
C) Windows System Image Manager
D) Sysprep

Correct Answer

verifed

verified

Generaze Research purchases three new laptops for the data science team. To save costs, the company purchases laptops that are a couple of generations old. Moses, the system administrator, upgrades the computers to Windows 10 Pro. Before handing the laptops to the team members, he wants to simulate user activity and perform load testing on the laptops to ensure that they will be able to withstand the resource intensive operations performed by the data scientists. Which of the following ADK tools should Moses use in this scenario?


A) User State Migration Tool
B) Windows Assessment Toolkit
C) Compatibility Administrator
D) Media eXperience Analyzer

Correct Answer

verifed

verified

You are installing Windows 10 on 250 computers in an organization for different sets of users. You decide to proceed with image-based installation. What should you keep in mind when proceeding with this method of installation?


A) You may need several images for different types of users.
B) An image-based installation is the slowest type of installation.
C) DVD boot installation offers a higher level of customization.
D) Image-based installations cannot include service packs.

Correct Answer

verifed

verified

Wemimo created a Windows 10 image 12 months ago and continued to use the same image for new deployments during this period. All updates to the OS, drivers, and applications were performed on the deployed workstations directly. She now wants to update the image so that it contains the latest updates for future deployments. What is the optimal approach that Wemimo should take in this scenario?


A) She should use DISM at a command line to add multiple device drivers and install multiple Windows updates.
B) She should create an image of any user's workstation that has the latest updates installed.
C) She should apply the image to a computer, make modifications, and capture the image again.
D) She should build an answer file using Windows SIM, then run DISM and specify the answer file.

Correct Answer

verifed

verified

What does Microsoft provide for moving user profiles to Windows 10?


A) Windows Assessment Toolkit
B) User State Migration Tool (USMT)
C) Media eXperience Analyzer
D) Windows PE

Correct Answer

verifed

verified

B

Kathryn, the IT administrator at Alpha Systems, recently upgraded five computers from Windows 7 with Service Pack 1 to Windows 10. After the upgrade, she ran Standard User Analyzer. Which of the following is the most likely reason for Kathryn choosing to run Standard User Analyzer?


A) She wanted to create provisioning packages that can be applied to running installations of Windows 10.
B) She wanted to configure some older applications to run on the new operating system.
C) She wanted to identify why some older applications were not compatible with Windows 10.
D) She wanted to record detailed system performance data for analysis and perform load testing.

Correct Answer

verifed

verified

Showing 1 - 20 of 35

Related Exams

Show Answer