Microsoft Certification Questions

Q:

For most large companies, in terms of ease of network administration, what is the optimum number of Active Directory domains to use on their Windows 2000 network?

A) 1 B) 2
C) 3 D) More than 3
 
Answer & Explanation Answer: A) 1

Explanation:

Using a single domain greatly simplifies the administration of your network

Report Error

View Answer Report Error Discuss

0 1941
Q:

You develop an enterprise application, called XYZApplication that includes a Windows Form presentation layer, middle-tier components for business logic and data access, and a Microsoft SQL Server database.


You are in the process of creating a middle-tier component that will execute the data access routines in your application. When data is passed to this component, the component will call several SQL Server stored procedures to perform database updates. All of these procedure calls run under the control of a single transaction.


The code for the middle-tier component will implement the following objects:
SqlConnection cn = new SqlConnection();
SqlTransaction tr;


If two users try to update the same data concurrently, inconsistencies such as phantom reads will occur. You must now add code to your component to specify the highest possible level of protection against such inconsistencies.
Which code segment should you use?

A) tr = cn.BeginTransaction(?ReadCommitted?); B) tr = cn.BeginTransaction(IsolationLevel.ReadCommitted);
C) tr = cn.BeginTransaction(IsolationLevel.Serializable); D) tr = cn.BeginTransaction(?Serializable?);
 
Answer & Explanation Answer: C) tr = cn.BeginTransaction(IsolationLevel.Serializable);

Explanation:

Serializable is the highest isolation transaction level. It provide the highest possible level of protection against concurrent data errors. The correct syntax to begin a transaction with this transaction isolation level is: cn.BeginTransaction(IsolationLevel.Serializable)

Report Error

View Answer Report Error Discuss

1 1940
Q:

You are experiences problems when starting Word 2010. The software just keeps on crashing and never fully loads. Your colleague has recommended that you start Word in a particular mode. What could this be?

A) Safe Mode B) Private Mode
C) Easy Mode D) Invulnerable mode
 
Answer & Explanation Answer: A) Safe Mode

Explanation:
Report Error

View Answer Report Error Discuss

1 1939
Q:

The status bar of Word 2010 provides useful information about the current document you are working on. You can customize the status bar to add or remove options to suit your needs. By default, which of these options is NOT present on the status bar?

A) Line Number B) Page Number
C) Word Count D) Language
 
Answer & Explanation Answer: A) Line Number

Explanation:
Report Error

View Answer Report Error Discuss

1 1931
Q:

Which Event Viewer log can you use to view the results of auditing?

A) Application Log B) Security Log
C) System Log D) Directory Service Log
 
Answer & Explanation Answer: B) Security Log

Explanation:

Audited events are written to the Security Log in Event Viewer.

Report Error

View Answer Report Error Discuss

0 1921
Q:

You want to configure a static IP address on a Windows 2000 Server  computer on which you want to install the DNS Server service and Active Directory. What tool should you use to configure the static IP address?

A) IPconfig.exe B) DNS administrative tool
C) Active Directory Users and Computers D) Network and Dial-up connections folder
 
Answer & Explanation Answer: D) Network and Dial-up connections folder

Explanation:

A static IP address is specified by configuring the Local Area Connection in the Network and Dial - up Connections folder.

Report Error

View Answer Report Error Discuss

0 1910
Q:

Word 2010 has a particular template that it uses when you first open the program. This template contains default styles, no text and you also use it when you create new, blank documents. As you customize styles, marcos and other elements these settings are automatically stored in this template.

 

What is the name of this template file?

A) Standard.dotx B) Normal.dotx
C) Empty.dotx D) Template.dotx
 
Answer & Explanation Answer: B) Normal.dotx

Explanation:
Report Error

View Answer Report Error Discuss

1 1909
Q:

Which Windows 2000 tool can you use to initiate the transfer of images from a digital camera to your Windows 2000 computer?

A) Imaging B) Wireless Link
C) Scanners and Cameras D) Sounds and Multimedia
 
Answer & Explanation Answer: A) Imaging

Explanation:

The Imaging application (Start => Programs => Accessories => Imaging) is the only windows 2000 application that can be used to initiate image transfer. You can use Wireless Link to configure how Windows 2000 will handle received image files, but you can't use Wireless Link to initiate the image transfer.

Report Error

View Answer Report Error Discuss

0 1900