Microsoft Certification Questions

Q:

You use Microsoft Visual Studio 2010 and Microsoft ADO.NET Framework 4 to create an application. The application connects to a Microsoft SQL Server 2008 database. You use the ADO.NET LINQ to SQL model to retrieve data from the database. You use stored procedures to return multiple result sets. You need to ensure that the result sets are returned as strongly typed values. What should you do?

A) Apply the FunctionAttribute and ResultTypeAttribute to the stored procedure function. Use the GetResult B) Apply the FunctionAttribute and ParameterAttribute to the stored procedure function and directly access the strongly typed object from the results collection.
C) Apply the ResultTypeAttribute to the stored procedure function and directly access the strongly typed object from the results collection. D) Apply the ParameterAttribute to the stored procedure function. Use the GetResult
 
Answer & Explanation Answer: A) Apply the FunctionAttribute and ResultTypeAttribute to the stored procedure function. Use the GetResult

Explanation:
Report Error

View Answer Report Error Discuss

0 2709
Q:

You plan to install Windows 7 by using a Windows 7 DVD.
You need to perform an automated installation of Windows 7.
What should you do?

A) Create an answer file named oobe.xml. Copy the file to a network share. B) Create an answer file named winnt.sif. Place the file on a removable drive.
C) Create an answer file named sysprep.inf. Copy the file to a network share. D) Create an answer file named autounattend.xml. Place the file on a removable drive.
 
Answer & Explanation Answer: D) Create an answer file named autounattend.xml. Place the file on a removable drive.

Explanation:
Report Error

View Answer Report Error Discuss

1 2701
Q:

You decide to add a global catalog server to your site. What tool should you use to cause a domain controller to function as a global catalog server?

A) Active Directory Users and Computers B) Active Directory Sites and Services
C) Network and Dial-up Connections folder D) The System application
 
Answer & Explanation Answer: B) Active Directory Sites and Services

Explanation:

Use Active Directory Sites and Services to modify the NTDS settings for the server object to configure the server as a global catalog Server.

Report Error

View Answer Report Error Discuss

0 2700
Q:

In Which part of the Windows 2000 architecture do applications run in?

A) User mode B) Kernel mode
C) Window Manager D) Executive Services
 
Answer & Explanation Answer: A) User mode

Explanation:

Applications and their subsystems  run in user mode.

Report Error

View Answer Report Error Discuss

0 2665
Q:

You have a server that runs Windows Server 2003 Service Pack 2 (SP2). The server is configured as shown in the following table.

You need to create a software mirror of Disk1. What should you do first?

A) Convert Disk3 to a dynamic disk. B) Create a new NTFS volume on Disk3.
C) Run the Extend Volume Wizard on Disk1. D) Convert Disk3 to a GUID Partition Table (GPT) disk.
 
Answer & Explanation Answer: A) Convert Disk3 to a dynamic disk.

Explanation:
Report Error

View Answer Report Error Discuss

1 2610
Q:

You perform a normal backup for your company once a week. In addition, you want to perform a backup of data each day in between normal backups. You want to minimize the amount of time it takes to perform these backups. Which backup type should you use on the days in between normal backups?

A) Normal B) Incremental
C) Differential D) Copy
 
Answer & Explanation Answer: B) Incremental

Explanation:

In terms of the time it takes to perform backups, the incremental backup will take the least amount of time because it is not a cumulative backup, like the differential backup.

Report Error

View Answer Report Error Discuss

0 2601
Q:

Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Service Pack 3 (SP3). You install and configure Microsoft Windows Server Update Services (WSUS) 3.0 on a member server named Server1. You create a new Group Policy Object named GPO1 that enables automatic updating. You link GPO1 to the domain. You need to ensure that each client computer obtains software updates from Server1. What should you do?

A) On each client computer, run Gpupdate /Force. B) On each client computer, run wuauclt /detectnow.
C) From GPO1, configure the Enable client side targeting setting. D) From GPO1, configure the Specify intranet Microsoft update service location setting.
 
Answer & Explanation Answer: D) From GPO1, configure the Specify intranet Microsoft update service location setting.

Explanation:
Report Error

View Answer Report Error Discuss

3 2551
Q:

You move a file from an NTFS volume on a Windows 2000 client computer to a folder on an NTFS volume on a Windows 2000 Server computer. What effect does moving this file have on the  NTFS permissions assigned to the file?

A) The moved file retains all of its original NTFS permissions B) The moved file loses all of its original NTFS permissions, and now has no permissions.
C) The moved file loses some of its original NTFS permissions, and inherits some of the NTFS permissions from its destination folder D) The moved file loses all of its original NTFS permissions, and inherits all of the inheritable NTFS permissions from its destination folder
 
Answer & Explanation Answer: D) The moved file loses all of its original NTFS permissions, and inherits all of the inheritable NTFS permissions from its destination folder

Explanation:

When a file or folder is moved to a new folder on a different volume, it inherits all of the inheritable NTFS permissions from the destination folder.

Report Error

View Answer Report Error Discuss

0 2547