MCTS Windows 7 Configuration, Windows 7 Exam

January 9th, 2012
Posted in : 70-620 Exam

QUESTION NO: 1

You maintain an instance of SQL Server 2008 Reporting Services (SSRS). The instance contains several reports. You deploy a report project on the instance by using the Business Intelligence Development Studio (BIDS). You discover that the production data sources on the instance are replaced by the test data sources of the report project. You need to ensure that when the report project is deployed in future, the existing reports are unaffected. What should you do?

A. Configure the OverwriteDataSources property.

B. Configure the TargetServerURL property.

C. Configure the TargetDataSourceFolder property.

D. Configure the TargetReportFolder property.

Answer: A

QUESTION NO: 2

You implement a SQL Server 2008 Integration Services (SSIS) package. The package contains the following components:

A Foreach Loop container for the Collection property as shown in the following exhibit. (Click the Exhibit button.)

A Foreach Loop container for the Variable Mappings property as shown in the following exhibit. (Click the Exhibit button.)

A String variable named FileName.

A String variable named DirectoryPath.
image001

image003

You need to update the package so that the DirectoryPath variable returns the directory path for the file path stored in the FileName variable. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A. Set the RaiseChangedEvent property of the User::FileName variable to True.

B. Set the EvaluateAsExpression property of the User::DirectoryPath variable to True.

C. Add a Script task to the OnPostExecute event handler of the Foreach Loop container.

D. Set the Expression property of the User::DirectoryPath variable to the following expression. SUBSTRING( @[User::FileName], 1, LEN( @[User::FileName] ) - FINDSTRING( REVERSE( @[User::FileName] ), "\\", 1 ))

E. Set the Expression property of the User::FileName variable to the following expression. SUBSTRING( @[User::FileName], 1, LEN( @[User::FileName] ) - FINDSTRING( REVERSE( @[User::FileName] ), "\\", 1 )) MCTS Windows 7 Configuration

Answer: B,D

You can leave a response, or trackback from your own site.

Leave a Reply