Microsoft Certification Questions

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 1975
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 1964
Q:

What must you do before you can publish a Windows 2000 printer in Active Directory?

A) Share the printer B) Install the NetBEUI protocol
C) Install printer drivers for the other operating systems. D) Assign the Everyone group the Allow - Manage Documents permissions to the printer
 
Answer & Explanation Answer: A) Share the printer

Explanation:

Only printers that have been shared can be published in Active Directory.

Report Error

View Answer Report Error Discuss

0 1942
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 1934
Q:

You are installing windows 2000 Professional on a computer that is not on a network . When prompted by Windows 2000 Setup during the installation, what should you " Make this computer a member of "?

A) Domain B) Active Directory domain
C) E-mail group D) Workgroup
 
Answer & Explanation Answer: D) Workgroup

Explanation:

In general, if your computer is not on a network, make the computer a member of a workgroup

Report Error

View Answer Report Error Discuss

0 1927
Q:

You are creating an ASP.NET page for selling movie tickets. Users select a region, and then they select from a list of cities in that region. The site displays the names and locations of movie theaters in the city selected by the user.


Your company, XYZ Brothers, maintains a list of theaters in a database table that includes the city, name, and street address of each theater. You want to minimize the time required to retrieve and display the list of theater names after a user selects the region and city.

 

 What should you do?

A) Modify the connection string to add the packet size property and set its values to 8192. B) Add the following directive to the page: OutputCache VaryByParam=?
C) Add the following directive to the page: OutputCache VaryByControl=?region;city? D) Modify the connection string to keep your database's connection pool as small as possible.
 
Answer & Explanation Answer: B) Add the following directive to the page: OutputCache VaryByParam=?

Explanation:

You can vary user control output to the cache by specifying the user control name and the parameter. We use the VaryByParam attribute of the  OutputCache  

 

Incorrect Answers: 

 

A: The Packet Size property of the Connection string is the size in bytes of the network packets sed to communicate with an instance of data provider. It is not an optimal property to change to optimize data retrieval.

 

C: The company database does not seem to include a region column.

 

D: If we keep the connection pool small we would allow less simulation connections. However, this would not minimize the required to retrieve and display the data.

Report Error

View Answer Report Error Discuss

0 1916
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 1913
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

0 1895