wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Imaging 3rd and Final Quiz

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

What is a standardized, clean, and fully configured image used as the base for all deployments?

a)

Thick Image

b)

Golden Image

c)

Thin Image

d)

Standard Image

2.

What is the primary purpose of the CMTrace.exe tool in a Configuration Manager environment?

a)

Forcing a client to immediately check in and download new policies.

b)

Viewing and monitoring ConfigMgr log files (.log) in a readable, real-time format.

c)

Editing and creating Operating System Deployment (OSD) Task Sequences.

d)

Creating new software deployment packages and applications.

3.


What is the primary purpose of the DISM (Deployment Imaging Servicing and Management) tool in Windows?

a)

To create new user accounts and set security permissions.

b)

To service and manage Windows image files (.wim, .vhd) and the running (online) operating system.

c)

To deploy Windows images to client computers over the network.

d)

To partition and format hard drives before Windows installation.

4.

In a DISM command, what does the /Online switch signify?

a)

The command requires an active internet connection to download files.

b)


The command will be applied to an offline image file that is currently mounted.

c)

The command will automatically search online for the latest command syntax.

d)

The command will be applied to the currently running Windows operating system.

5.

Which DISM command is most commonly used to check the health of the Windows Component Store and repair any detected corruption?

a)


SFC /Scannow

b)

DISM /Mount-Image /CheckHealthDISM /Online /Cleanup-Image /RestoreHealth

c)

DISM /Online /Cleanup-Image /RestoreHealth

d)

DISM /Online /Add-Package /Repair

6.

Besides the running operating system, DISM can be used to service which two primary types of offline images?

a)

WIM (.wim) and Virtual Hard Disk (.vhd or .vhdx) files

b)

INI (.ini) and REG (.reg) files

c)

ZIP (.zip) and CAB (.cab) files

d)


ISO (.iso) and EXE (.exe) files

7.

Which of the following tasks can be performed using DISM on an offline Windows image?

a)

Running applications that are installed within the image.

b)

Adding or removing drivers, packages, and Windows features.

c)


Changing the product key of the Windows installation.

d)

Defragmenting the file system inside the image.

8.

What is Windows PE primarily used for?

a)

A tool for remotely managing other Windows servers.

b)

A full-featured operating system for low-power devices.

c)

A development environment for creating new Windows applications.

d)

A minimal, bootable OS used for deployment, troubleshooting, and recovery.

9.

What core component in ConfigMgr is used to automate the entire process of an Operating System Deployment (OSD), from partitioning the disk to installing drivers and applications?

a)

Task Sequence

b)

Boot Image

c)

Deployment Type

d)

Configuration Item

10.

Which DISM command is used to add a single driver (.inf file) to an offline, mounted Windows image located at 'C:\mount'?

a)


DISM /Online /Add-Driver /Source:C:\drivers\mydriver.inf

b)


DISM /Online /Add-Package /PackagePath:C:\drivers\mydriver.inf

c)

DISM /Image:C:\mount /Add-Driver /Driver:C:\drivers\mydriver.inf

d)

DISM /Image:C:\mount /Install-Driver /Driver:C:\drivers