Microsoft Certification Questions

Q:

Your network consists of a single Active Directory domain. The domain includes a group named SalesUsers. You have a file server that runs Windows Server 2003 Service Pack 2 (SP2). The server has a folder named CorpData. You share the CorpData folder and assign the Domain Users group the Full Control share permission. In the CorpData folder, you create a folder named Sales. You need to configure security for the Sales folder to meet the following requirements: -Members of the SalesUsers group must be able to read, create, and modify all files and folders. -All other users must be able to view items in the folder. What should you do?

A) On the Sales folder, block permission inheritance and remove permissions. Assign the Allow Modify permission to the SalesUsers group. B) On the Sales folder, block permission inheritance and copy permissions. On the Sales folder, assign the Allow Modify permission to the SalesUsers group.
C) On the CorpData share, change the share permission for Domain Users to Read. On the Sales folder, assign the Allow Modify permissions to the SalesUsers group. D) On the CorpData folder, block permission inheritance and remove permissions. In the Sales folder, assign the Allow Modify permissions to the SalesUsers group.
 
Answer & Explanation Answer: B) On the Sales folder, block permission inheritance and copy permissions. On the Sales folder, assign the Allow Modify permission to the SalesUsers group.

Explanation:
Report Error

View Answer Report Error Discuss

3 2136
Q:

You use two sites on your Windows 2000 network. You decide you want to manually specify a particular domain controller in each site that will be used for intersite replication. What should you do?

A) Create a site link to connect the two domain controllers B) Designate the desired domain controller in each site as a bridge-head server
C) Configure the desired domain controller in each site to be a global catalog server D) Create a new connection object for the desired domain controller in each site
 
Answer & Explanation Answer: B) Designate the desired domain controller in each site as a bridge-head server

Explanation:

The server that is designated as the bridgehead server is used for intersite replication.

Report Error

View Answer Report Error Discuss

0 2131
Q:

Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). You enable auditing for failed logon attempts on all domain controllers. You need to ensure that a record of failed logon attempts is retained for 90 days on all domain controllers. What should you do?

A) From the Security Templates snap in, open the hisecdc template. Modify the Retain System Log setting. B) From the Security Templates snap in, open the securedc template. Modify the Retain Security Log setting.
C) Open the Default Domain Policy. Modify the Retain System Log setting. D) Open the Default Domain Controller Policy. Modify the Retain Security Log setting.
 
Answer & Explanation Answer: D) Open the Default Domain Controller Policy. Modify the Retain Security Log setting.

Explanation:
Report Error

View Answer Report Error Discuss

1 2119
Q:

What is the default location of the Terminal Services application compatibility scripts?

A) SystemRoot\ Application Compatibility Scripts\ Execute B) SystemRoot\ Application Compatibility Scripts\ Clients
C) SystemRoot\ Application Compatibility Scripts\ Windows D) SystemRoot\ Application Compatibility Scripts\ Install
 
Answer & Explanation Answer: D) SystemRoot\ Application Compatibility Scripts\ Install

Explanation:

The default location for Terminal Services application compatibility scripts is SystemRoot\ Application Compatibility Scripts\ Install

Report Error

View Answer Report Error Discuss

0 2082
Q:

The president of your company collects manager's weekly reports in a shared folder on her Windows 2000 Professional computer called reports. Because the reports contain sensitive information, she asks you to prevent users from enabling offline access for the network share that contains the financial report. What should you do?

A) Use Windows Explorer to disable Offline Files. B) Use Windows Explorer to disable Caching for the reports on the network share.
C) Set the Manager's access level to read-only. D) Implement a domain policy to block the synchronization of offline files.
 
Answer & Explanation Answer: B) Use Windows Explorer to disable Caching for the reports on the network share.

Explanation:
Report Error

View Answer Report Error Discuss

0 2079
Q:

You are a developer for a XYZ Inc that provides free software over the Internet. You are developing en e-mail application that users all over the world can download.

 

The application displays text strings in the user interface. At run time, these text strings must appear in the language that is appropriate to the locale setting of the computer running the application.

 

You have resources to develop versions of the application for only four different cultures.You must ensure that your application will also be usable by people of other cultures.
How should you prepare the application for deployment?

A) Package a different assembly for each culture. B) Package a different executable file for each culture.
C) Package a main assembly for source code and the default culture. Package satellite assemblies for the other cultures. D) Package a main assembly for source code. Package satellite assemblies for each culture.
 
Answer & Explanation Answer: C) Package a main assembly for source code and the default culture. Package satellite assemblies for the other cultures.

Explanation:

When you build a project, the resource files are compiled and then embedded in satellite assemblies, or assemblies which contain only the localized resources. The fallback resources are built into the main assembly, which also contains the application code.

Report Error

View Answer Report Error Discuss

1 2075
Q:

You use Visual Studio .NET to create a Windows-based application. The application includes a form named XYZProcedures (EXP). EXP allows users to enter very lengthy text into a database. When users click the Print button located on EXP, this text must be printed by the default printer.

 

You implement the printing functionality by using the native .NET System Class Libraries with all default settings.

 

Users report that only the first page of the text is being printed.

How should you correct this problem?

A) In the BeginPrint event, set the HasMorePages property of the PrintEventArgs object to True. B) In the EndPrint event, set the HasMorePages property of the PrintEventArgs object to True.
C) In the PrintPage event, set the HasMorePages property of the PrintPageEventArgs object to True. D) In the QueryPageSettings event, set the HasMorePages property of the QueryPageSettingEventArgs object to True.
 
Answer & Explanation Answer: C) In the PrintPage event, set the HasMorePages property of the PrintPageEventArgs object to True.

Explanation:

PrintDocument.PrintPage Event occurs when the output to print for the current page is needed. This event has the HasMorePages property which gets or sets a value indicating whether an additional page should be printed.

Report Error

View Answer Report Error Discuss

1 2072
Q:

You are choosing a Windows 2000 operating system to use on a new computer at your company. This new computer will be a heavily used SQL server in your enterprise network environment. which operating system should you choose?

A) Windows 2000 professional B) Windows 2000 Server
C) Windows 2000 Advanced Server D) Windows 2000 Datacenter Server
 
Answer & Explanation Answer: C) Windows 2000 Advanced Server

Explanation:

Windows 2000 Advanced Server is optimized for use on servers (such as SQL servers) in an enterprise network environment.

Report Error

View Answer Report Error Discuss

0 2071