1.
You are configuring a Software Update Services infrastructure using the loose parent/child topology. One server is synchronizing metadata and content from Windows Update. Other servers (one in each site) are synchronizing content from the parent SUS server. Which of the following steps is required to complete the SUS infrastructure? (Choose all correct answers.)
Correct Answer(s)
B. Configure GPOs to direct clients to the SUS server in their sites.
D. Approve updates using the SUS administration page on the child
servers.
Explanation
To complete the Software Update Services (SUS) infrastructure, you need to configure Group Policy Objects (GPOs) to direct clients to the SUS server in their respective sites. This ensures that clients in each site connect to the nearest SUS server for updates. Additionally, you need to approve updates using the SUS administration page on the child servers. This step allows you to control which updates are deployed to the clients. Configuring Automatic Updates clients using Control Panel on each system and configuring a manual content distribution point are not required to complete the SUS infrastructure.
2.
You are configuring SUS for a group of Web servers. You want the Web servers to update themselves nightly based on a list of approved updates on your SUS server. However, once in a while an administrator is logged on, performing late-night maintenance on a Web server, and you do not want the update installation and potential restart to interfere with those tasks. What Windows Update policy configuration should you use in this scenario?
Correct Answer
C. Auto Download And Schedule The Install
Explanation
In this scenario, the best Windows Update policy configuration to use is "Auto Download And Schedule The Install". This configuration allows the Web servers to automatically download the approved updates from the SUS server, but it gives the administrator control over when to install the updates. The updates will be scheduled to install at a specified time, ensuring that they do not interfere with any late-night maintenance tasks being performed by the administrator.
3.
You want all network clients to download and install updates automatically during night hours, and you have configured scheduled installation behavior for Automatic Updates. However, you discover that some users are turning off their machines at night and updates are not being applied. Which group policy enables you to correct this situation without changing the installation schedule?
Correct Answer
C. Reschedule Automatic Updates Scheduled Installations
Explanation
The Reschedule Automatic Updates Scheduled Installations group policy enables you to correct the situation without changing the installation schedule. This policy allows you to set a time interval during which the updates will be installed if the computer was turned off during the scheduled installation time. By configuring this policy, the updates will be rescheduled and installed when the computer is next turned on, ensuring that the updates are applied even if the machine was turned off during the scheduled installation time.
4.
What command should you use to unpack the single-file download of a service pack?
Correct Answer
D. Servicepackname.exe –x
Explanation
To unpack the single-file download of a service pack, you should use the command "Servicepackname.exe -x". This command is used to extract the contents of the service pack file. The "-x" flag indicates that the contents should be extracted. The other options listed, such as "Setup.exe -u" and "Update.exe -x", do not specifically refer to unpacking a service pack and are therefore incorrect. The option "Update.msi" is also incorrect as it refers to a specific file format (.msi) rather than a command for unpacking.
5.
What are the valid licensing modes in Windows Server 2003? (Choose all correct answers.)
Correct Answer(s)
B. Per Server
D. Per Device or Per User
Explanation
The valid licensing modes in Windows Server 2003 are Per Server and Per Device or Per User. Per Server licensing allows a certain number of concurrent connections to the server, regardless of the number of users or devices accessing it. Per Device or Per User licensing allows a specific number of devices or users to access the server, regardless of the number of concurrent connections. Per Seat licensing is not a valid licensing mode in Windows Server 2003.
6.
You are hiring a team to tackle a software development project. There will be three shifts of six programmers. Each programmer uses four computers to develop and test the software, which authenticate against a Windows Server 2003 computer. What is the minimum number of CALs required if the servers involved are in Per Device or Per User licensing mode?
Correct Answer
C. 18
Explanation
In this scenario, the minimum number of CALs required can be calculated by multiplying the number of shifts (3) by the number of programmers per shift (6) and then multiplying that by the number of computers each programmer uses (4). This gives us a total of 72 computers. However, since the CALs are based on the number of devices or users, not computers, we need to consider the minimum number of devices or users that will access the Windows Server 2003 computer. Since each programmer uses 4 computers, we can assume that they will only be accessing the server from one device or user. Therefore, the minimum number of CALs required is 18.
7.
What tool enables you to identify the site license server for your site?
Correct Answer
C. Active Directory Sites And Services
Explanation
Active Directory Sites and Services is the correct answer because it is a tool that allows administrators to manage the replication of directory data and the availability of directory services throughout the network. It enables them to identify the site license server for their site by providing a graphical representation of the network's sites, subnets, and site links. This allows administrators to easily locate and manage the license server for their specific site within the Active Directory infrastructure.
8.
You manage the network for a team of 500 telephone sales representatives. You have 550 licenses configured in Per Device or Per User licensing mode. A new campaign is launched, and you will hire another shift of 500 reps. What do you need to do to most effectively manage license tracking and compliance?
Correct Answer
C. Create license groups.
Explanation
Creating license groups would be the most effective way to manage license tracking and compliance in this scenario. By creating license groups, you can easily allocate licenses to specific teams or shifts, ensuring that the new shift of 500 reps receives the necessary licenses without revoking licenses from existing clients or deleting existing licenses. This allows for efficient management of licenses and ensures compliance with licensing requirements.
9.
What variable can be used with the Dsadd.exe and Dsmod.exe program commands to create user-specific home folders and profile folders?
Correct Answer
B. $Username$
Explanation
The correct answer is $Username$. The variable $Username$ can be used with the Dsadd.exe and Dsmod.exe program commands to create user-specific home folders and profile folders. This variable represents the username of the user being created or modified, allowing for the creation of personalized folders for each user.
10.
How do you make a roaming profile mandatory?
Correct Answer
D. Rename Ntuser.dat to Ntuser.man.
Explanation
By renaming Ntuser.dat to Ntuser.man, the roaming profile is made mandatory. This is because the .man extension stands for "mandatory" and it prevents any changes from being saved to the profile. This ensures that the user's settings and preferences cannot be modified or saved, making the roaming profile mandatory for all users.
11.
A user has forgotten his or her password and attempts to log on several times with an incorrect password. Eventually, the user receives a logon message indicating that the account is either disabled or locked out. The message suggests that the user contact an administrator. What must the administrator do? (Choose all correct answers.)
Correct Answer(s)
D. Unlock the user object.
E. Reset the password for the user object.
Explanation
The administrator must unlock the user object and reset the password for the user object.