MCSA/MCSE Practice Exam 70-290 Questions 1-20/184

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Jafetson
J
Jafetson
Community Contributor
Quizzes Created: 4 | Total Attempts: 3,898
| Attempts: 917 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You use Windows Backup to back up Server1. You need to view all the backup jobs that are scheduled to run on Server1. What should you do?

Explanation

To view all the backup jobs that are scheduled to run on Server1, you should run Scheduled Tasks from Windows System Tools. This is because Scheduled Tasks is the tool used to manage and view all the scheduled tasks, including backup jobs, on a Windows Server. Services, File Server Manager, and System Information do not provide the specific functionality to view scheduled tasks.

Submit
Please wait...
About This Quiz
MCSA/MCSE Practice Exam 70-290  Questions 1-20/184 - Quiz

Exam 70-290 Managing & Maintaining a Microsoft Windows Server 2003 Environment
Passing Score: 800 Time Limit: 180 min

2. You have a server that runs Windows Server 2003 Service Pack 2 (SP2). You need to ensure that a defragmentation of the server's hard disk drive runs each night. What should you do?

Explanation

Creating a scheduled task that runs Defrag.exe is the correct answer because Defrag.exe is the command-line utility for disk defragmentation in Windows Server 2003. By creating a scheduled task to run Defrag.exe, the server's hard disk drive will be defragmented each night as desired.

Submit
3. You have a server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2).You perform a normal backup of Server1 every Saturday. You need to implement a backup strategy for Server1 to meet the following requirements:

Minimize the time required to restore files.
On weekdays, back up only files that have changed since the Saturday backup.

Which type of backup should you perform on weekdays?

Explanation

On weekdays, it is required to back up only files that have changed since the Saturday backup. The differential backup type allows backing up only the files that have changed since the last full backup. This means that on weekdays, performing a differential backup will minimize the time required to restore files as it will only include the changes made since the last full backup on Saturday.

Submit
4. You are the network administrator for your company. The network originally consists of a single Windows NT 4.0 domain. You upgrade the domain to a single Active Directory domain. All network servers now run Windows Server 2003, and all client computers run Windows XP Professional. Your staff provides technical support to the network. They frequently establish Remote Desktop connections with a domain controller named DC1. You hire 25 new support specialists for your staff. You use Csvde.exe to create Active Directory user accounts for all 25. A new support specialist named Paul reports that he cannot establish a Remote Desktop connection with DC1 He receives the message shown in the Logon Message "Unable to log you on because of an account restriction" You open Gpedit.msc on DC1. You see the display shown in the Security Policy exhibit:


You need to ensure that Paul can establish Remote Desktop connections with DC1. What should you do?

Explanation

The correct answer is to direct Paul to set a password for his user account before he starts Remote Desktop Connection. This is because the logon message "Unable to log you on because of an account restriction" indicates that there is an issue with Paul's user account. By setting a password for his user account, Paul will be able to authenticate himself properly when establishing a Remote Desktop connection with DC1.

Submit
5. You are a network administrator for your company. The network consists of a single Active Directory domain. A user named Mary works in the information technology (IT) security department. Mary is a member of the ITSecurity global group. Mary reports that no one in the ITSecurity global group can access the security log from the console of a computer named Server1. You need to grant the ITSecurity global group the minimum rights necessary to view the security log on Server1. How should you modify the local security policy?

Explanation

To grant the ITSecurity global group the minimum rights necessary to view the security log on Server1, the local security policy should be modified to assign the "Manage auditing and security logs" user right to the ITSecurity global group. This user right allows members of the group to view and manage auditing and security logs on the server, which includes the security log. By assigning this user right, members of the ITSecurity global group will be able to access the security log from the console of Server1.

Submit
6. You are a network administrator for your company. All servers run Windows Server 2003. You manage a server that functions as a file server. The data volume on the server is mirrored. Each physical disk is on a separate controller. One of the hard disks that contains the data volume fails. You discover that the failure was caused by a faulty SCSI controller. You replace the SCSI controller. You need to restore the data volume to its previous state. You need to achieve this goal by using the minimum amount of administrative effort. What should you do?

Explanation

When a hard disk fails due to a faulty SCSI controller, the first step is to replace the controller. After replacing the SCSI controller, the next step is to reactivate the volume. In this scenario, since the data volume is mirrored and each physical disk is on a separate controller, selecting a disk in the mirror and then reactivating the volume will restore the data volume to its previous state with the minimum amount of administrative effort. This option does not require converting disks to basic disks or breaking and recreating the mirror.

Submit
7. You are the domain administrator for your company's Active Directory domain. All client computers run Windows 2000 Professional. You recently deployed 10 new servers that run Windows Server 2003. You placed the servers in a new organizational unit (OU) named W2K3Servers. Anne is another network administrator. You need to configure the appropriate permissions to allow Anne to manage the new servers by using Terminal
Services from her client computer. You need to assign Anne only the permissions she needs to perform her job. What should you do?

Explanation

To allow Anne to manage the new servers using Terminal Services, you should add Anne's user account to the Remote Desktop Users group on each server that runs Windows Server 2003. This group specifically grants users the permission to connect to a server using Remote Desktop. By adding Anne to this group, she will have the necessary permissions to access and manage the servers remotely.

Submit
8. You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You need to use Windows Backup to meet the following requirements:

Minimize the number of scheduled backup jobs.
Perform a scheduled normal backup to disk every Friday.
Perform a scheduled normal backup to tape every Friday.
Perform scheduled differential backups to tape every Monday, Tuesday, Wednesday, and Thursday.

How many scheduled jobs should you create from Windows Backup?

Explanation

You should create three scheduled jobs from Windows Backup. One job should be created for the scheduled normal backup to disk every Friday, another job for the scheduled normal backup to tape every Friday, and the last job for the scheduled differential backups to tape every Monday, Tuesday, Wednesday, and Thursday. This way, you can meet all the given requirements efficiently.

Submit
9. You have a server that runs Windows Server 2003 Service Pack 2 (SP2). The server has a backup tape drive installed. You need to schedule a backup to tape. The tape must be ejected when the backup job is complete.

Which commands should you include in the scheduled task?

Explanation

The correct answer is Ntbackup.exe and Rsm.exe. Ntbackup.exe is the command-line utility for performing backups in Windows Server 2003. It allows you to schedule backup jobs and specify the tape drive as the destination. Rsm.exe is the Removable Storage Manager utility, which is responsible for managing removable media devices such as tape drives. By including both commands in the scheduled task, you can ensure that the backup is performed using Ntbackup.exe and that the tape drive is properly managed and ejected after the backup job is complete.

Submit
10. Your organization includes two servers named Server1 and Server2 that run Windows Server 2003 Service Pack 2 (SP2). Server1 and Server2 host the same Web sites.

You need to back up the server configuration on Server1 every hour and then apply the configuration to Server2. Which command should you use?

Explanation

The correct answer is IISCnfg.vbs /copy. This command is used to copy the server configuration from one server to another. In this scenario, it is required to back up the server configuration on Server1 and apply it to Server2. Therefore, using IISCnfg.vbs /copy command will allow the configuration to be copied from Server1 to Server2.

Submit
11. You have a server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). Server1 has a folder named D:\data. The folder is shared as Data. You need to enable users to recover files that are deleted from the Data shared folder. What should you do on Server1?

Explanation

To enable users to recover deleted files from the Data shared folder on Server1, you should modify the Shadow Copies settings from the D volume properties. Shadow Copies is a feature in Windows Server that creates point-in-time copies of files and folders, allowing users to restore previous versions of files. By modifying the Shadow Copies settings, you can enable this feature on the D volume, ensuring that users can recover deleted files from the Data shared folder.

Submit
12. You have a server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You perform a normal backup of Server1 every Saturday. You need to implement a backup strategy for Server1 to meet the following requirements:

Minimize the time required to back up files.
On weekdays, back up files that have changed since the last backup.

Which type of backup should you perform on weekdays?

Explanation

On weekdays, it is required to back up only the files that have changed since the last backup and minimize the time required for the backup. The incremental backup strategy is the most suitable in this scenario. Incremental backup only backs up the files that have changed or been added since the last backup, resulting in a faster backup process. This strategy helps in reducing the backup time and storage space required for the backups.

Submit
13. You are the network administrator for your company. All network servers run Windows Server 2003. A member server named Server1 is configured to run shadow copies without a storage limit. Server1 has the disk configuration shown in the following table.

You need to create additional free space on DATA1. You also need to improve the performance of Server1 and ensure that it has sufficient space for shadow copies in the future. Which two actions should you perform?
(Each correct answer presents part of the solution. Choose two.)

Explanation

To create additional free space on DATA1, the shadow copies on DATA1 should be deleted. This will free up space on the disk. Additionally, to improve performance and ensure sufficient space for future shadow copies, the shadow copies should be relocated to DATA3. This will distribute the load across different disks and prevent one disk from becoming overloaded. Deleting Backup.bkf on DATA3 is not necessary for creating free space on DATA1 or improving performance. Deleting DATA3 and extending the DATA1 partition is not a recommended solution as it would result in data loss and may not improve performance or provide sufficient space for shadow copies.

Submit
14. You are the network administrator for your company. Your network consists of a single Active Directory domain. All network servers run Windows Server 2003. You successfully install a new server named Server9. Immediately afterward, you perform the first backup of the server. The date is January 25, 2003. Next, you add a user named Anne to the local Backup Operators group. You direct Anne to perform nightly backups of Server9. One week later, you try to review the backup logs for Server9.

The Backup utility displays the information shown in the exhibit.


You verify that Anne is performing nightly backups. You need to be able to review the backup logs for the previous week. What should you do?

Explanation

Anne needs to use her user account to log on and open the Backup utility in order to review the backup logs for the previous week. This is because Anne is the one performing the nightly backups, so her user account would have the necessary permissions to access and view the backup logs. Adding the user account of the network administrator to the local Backup Operators group or selecting the Verify data after the backup completes check box in the Backup utility would not provide access to the backup logs for the previous week. Creating a new subfolder named BackupLogs in the %windir%\system32\LogFiles directory would not automatically provide access to the backup logs either.

Submit
15. You are the network administrator for your company. All network servers run Windows Server 2003. The network includes a file server named File1. File1 contains a single disk for system files and two SCSI hard disks that comprise a 72 GB mirrored volume with 65 GB of read only data. Users connect to this data by using shortcuts on their desktops. File1 is scheduled for replacement. You have a scheduled maintenance window to complete this task. Before the maintenance window, you build a new server. You need to bring the new server online with current data and re establish redundancy as quickly as possible. You must also ensure that the desktop shortcuts will continue to function. What should you do?

Explanation

To bring the new server online with current data and re-establish redundancy as quickly as possible, the best approach is to name the new server File1 and move both disks from the old File1 to the new File1. This ensures that the new server has the same name as the old server, allowing the desktop shortcuts to continue functioning without any changes. By moving both disks, the mirrored volume with the read-only data is also transferred to the new server. Scanning the disks for changes and importing them ensures that all the data is properly recognized and accessible on the new server. Finally, connecting the new File1 to the network completes the process.

Submit
16. You are the network administrator for your company. The network consists of a single Active Directory domain. All network servers run Windows Server 2003, and all are members of the domain. All client computers run Windows XP Professional. Five Web servers host the content for the internal network. Each one runs IIS and has Remote Desktop connections enabled. Web developers are frequently required to update content on the Web servers. You need to ensure that the Web developers can use Remote Desktop Connection to transfer Web documents from their client computers to the five Web servers. What should you do?

Explanation

To allow the Web developers to transfer Web documents from their client computers to the five Web servers using Remote Desktop Connection, the Disk Drives check box should be selected in the properties of Remote Desktop Connection on each Web developer's client computer. This option enables the local disk drives on the client computer to be accessed from within the Remote Desktop session, allowing files to be transferred between the client computer and the Web servers.

Submit
17. You are the network administrator for your company. The network consists of a single Active Directory domain. All network servers run Windows Server 2003, and all client computers run Windows XP Professional. A user named Peter uses a client computer named Client1. This computer has a locally attached tape device. You grant Peter the necessary permissions to perform backups of a member server named Server1. Peter runs the Backup utility on Client1 to back up the files located on Server1. You need use your client computer to view the most recent backup logs for Server1. What should you do?

Explanation

not-available-via-ai

Submit
18. You are the network administrator for your company. The network consists of a single Active Directory domain. All network servers run Windows Server 2003. You install the Remote Administration tools on a server named Server1, selecting all default settings. In Internet Explorer, you type https://server1/admin You receive the following error message: "HTTP Error 404 File or directory not found."

You need to ensure that you can use Internet Explorer to administer Server1. What should you do?

Explanation

The correct answer is "In Internet Explorer, type https://server1." This is because the error message "HTTP Error 404 File or directory not found" suggests that the server is not configured to use HTTP, but rather HTTPS. Therefore, typing "https://server1" in the browser address bar will attempt to connect to the server using the secure HTTPS protocol, which should allow for administration of Server1.

Submit
19. You are the network administrator for your company. All network servers run Windows Server 2003. One of your servers contains a RAID 5 volume. Routine monitoring reveals a failed disk in the set. The server is running and users are connecting to shared folders on the RAID 5 volume. You shut down the server and replace the failed disk. Now you need to ensure that the RAID 5 volume is redundant. What should you do?

Explanation

After replacing the failed disk in the RAID 5 volume, initializing the new disk is necessary to prepare it for use. By selecting the failed region and then choosing the Repair Volume option, the system will rebuild the RAID 5 volume using the new disk. This ensures that the RAID 5 volume is redundant, meaning that data is distributed across multiple disks and can be recovered in case of a disk failure.

Submit
20. You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You need to implement a backup schedule on Server1 to meet the following requirements:

Everyday, back up all files and folders to disk.
Every Friday, back up all files and folders to tape.
Every Sunday, Tuesday, and Thursday, back up only the files and folders that have changed since the previous Friday's backup to tape.

Which backup jobs should you create?

Explanation

The correct backup jobs to create are a copy backup to disk everyday, a normal backup to tape on Friday, and a differential backup to tape on Sunday, Tuesday, and Thursday. A copy backup copies all files and folders to disk without marking them as backed up. This ensures that a complete copy of all data is available on disk every day. A normal backup to tape on Friday backs up all files and folders to tape, creating a full backup. Finally, a differential backup to tape on Sunday, Tuesday, and Thursday backs up only the files and folders that have changed since the previous Friday's backup, minimizing the amount of data that needs to be backed up.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 29, 2010
    Quiz Created by
    Jafetson
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
You have a file server named Server1 that runs Windows Server 2003...
You have a server that runs Windows Server 2003 Service Pack 2 (SP2)....
You have a server named Server1 that runs Windows Server 2003 Service...
You are the network administrator for your company. The network...
You are a network administrator for your company. The network consists...
You are a network administrator for your company. All servers run...
You are the domain administrator for your company's Active Directory...
You have a file server named Server1 that runs Windows Server 2003...
You have a server that runs Windows Server 2003 Service Pack 2 (SP2)....
Your organization includes two servers named Server1 and Server2 that...
You have a server named Server1 that runs Windows Server 2003 Service...
You have a server named Server1 that runs Windows Server 2003 Service...
You are the network administrator for your company. All network...
You are the network administrator for your company. Your network...
You are the network administrator for your company. All network...
You are the network administrator for your company. The network...
You are the network administrator for your company. The network...
You are the network administrator for your company. The network...
You are the network administrator for your company. All network...
You have a file server named Server1 that runs Windows Server 2003...
Alert!

Advertisement