You are on page 1of 6

Premium Provider of IT Certification Training Tools!

Sample Questions and Answers

Exam Code: 70-448


Exam Name
TS: Microsoft SQL Server 2008, Business Intelligence Development and Maintenance

Visit http://www.selfexamengine.com/microsoft-70-448.htm to purchase complete product.

Disclaimer: Self Exam Engine is a well-established brand in IT certifications preparation


and test tools to ensure your success in Cisco Specialist, Microsoft MCTS Questions,
CompTIA A+, Oracle 11g DBA Certification Training, IBM, Citrix, Hitachi, HP and many
more!
Exam Name: Ts: Microsoft Sql Server 2008, Business Intelligence Development And Maintenance
Exam Type: Microsoft
Exam Code: 70-448 Total Question 101

Question: 1
You work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) data flow. the ssis data flow will transfer data to a sql
server 2008 database named tkproducts. you want to ensure that the data flow refreshes the
existing data in tkproducts with the data in the data flow. what should you do?

A. you should use the dynamic management view (dmv).


B. you should use the ole db destination.
C. you should use the sql server destination.
D. you should use a data conversion transformation.

Answer: C

Question: 2
You work as a database administrator at company.com. You are in the process of creating a sql
server 2008 integration services (ssis) package for company.com.the ssis package must contain
a data flow task with a fuzzy grouping transformation that creates data. you want to browse the
output data of the fuzzy grouping transformation in order to debug the package. what should you
do?

A. you should consider adding the data viewer object to the data flow task to restrict the fuzzy
grouping transformation.
B. you should consider adding the dbcc shrink file to the data flow task to restrict the fuzzy
grouping transformation.
C. you should consider adding the web service to the data flow task to restrict the fuzzy grouping
transformation.
D. you should consider adding the transactions log to the data flow task to restrict the fuzzy
grouping transformation.

Answer: A

Question: 3
You work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) instance for company.com. the diagram below illustrates a
portion of the ssis package:

Page 1 of 34
Exam Name: Ts: Microsoft Sql Server 2008, Business Intelligence Development And Maintenance
Exam Type: Microsoft
Exam Code: 70-448 Total Question 101

you need to ensure that a parameter is created that will include important data that is required by
the data flow task and the execute sql task. what should you do?

A. you should create the parameter at the default scope.


B. you should create the parameter at the control flow job scope.
C. you should create the parameter at the running sql job scope.
D. you should create the parameter at the sequence container scope.

Answer: D

Question: 4
You work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) data flow that adds the data from a source query to a
result table for company.com. you want to add the rows that are included in the destination table.
what should you do? (choose all that apply)

A. you should consider using a data conversion transformation and a lookup transformation.
B. you should consider using a character map transformation and a term extraction
transformation.
C. you should consider using a merge join transformation and a lookup transformation.
D. you should consider using a data mining query transformation and a term extraction
transformation.

Answer: C

Question: 5
You work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) data flow. the ssis data flow obtains data from two
databases that are hosted on two separates server 2008 database servers. each source is based
on a select statement that includes an order by clause. however, you receive the following error
message when you connect the paths from the two sources: data flow task: the input is not
sorted. the 'input "merge join left input" (80)' must be sorted. you need to ensure that the data
from every query is contained in every row in the data flow. you thus need to determine a way to
accomplish this. what should you do?

A. you should add a lookup transformation for each data flow.


B. you should add a lookup data conversion for each data flow.
C. you should refresh the sorting properties in each source component.
D. you should select a default transformation.

Answer: C

Question: 6
you work as a database administrator at company.com. you are currently creating a sql server
2008 integration services (ssis) instance for company.com.you use a for each loop container to
perform data operations on multiple files. you need use a data flow task to extract the file
contents to a database table. you want to log the results of the transactions into a table using an
execute sql task. you need to configure the execute sql task so that it can run in more than one
transaction. What should you do? (choose all that apply)

A. you should consider setting the transaction option property to required new in the package.
B. you should consider setting the transaction option property to supported in the package.
C. you should consider setting the transaction option property to required in the package.
D. you should consider setting the transaction option property to none in the package.

Page 2 of 34
Exam Name: Ts: Microsoft Sql Server 2008, Business Intelligence Development And Maintenance
Exam Type: Microsoft
Exam Code: 70-448 Total Question 101

E. you should consider setting the transaction option property to not supported in the execute sql
task.
F. you should consider setting the transaction option property to supported in the execute sql
task.

Answer: C, E

Question: 7
you work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) instance that includes the following components:
* an on error method
* a data flow job that is included in a for loop container
* a flat file result component that uses a flat file connection controller.
you want to log error data from an expression that contains the package version to a word file
whenever an error occurs. what should you do?

A. you should consider using the versionguid variable.


B. you should consider using the guid variable.
C. you should consider using the testid variable.
D. you should consider using the userid variable.

Answer: A

Question: 8
You work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) project for company.com. the ssis project properties are
shown below:

you need to develop a deployment manifest for the packages in the ssis project. What should you
do?

A. you should consider developing the integration services project.


B. you should consider enabling the default property.

Page 3 of 34
Exam Name: Ts: Microsoft Sql Server 2008, Business Intelligence Development And Maintenance
Exam Type: Microsoft
Exam Code: 70-448 Total Question 101

C. you should consider resetting every copy with a .config file extension.
D. you should consider developing the web services project.

Answer: A

Question: 9
you work as a database administrator at company.com. you are in the process of changing a sql
server 2008 integration services (ssis) instance for company.com. company.com makes use of
the ssis instance to retrieve the contents of a word file and transfer it to database table. you need
want to make changes to the ssis instance in order to retrieve the contents of numerous word
files that are located in the same folder. what should you do? (choose all that apply)

A. you should consider adding a parameter to the package.


B. you should consider adding a parameter to the data flow task.
C. you should consider adding a for each loop container to the package.
D. you should consider adding a while container to the package.
E. you should consider adding some expressions to the flat file source component.
F. you should consider adding an expression to the flat file connection manager.

Answer: A, C, F

Question: 10
you work as a database administrator at company.com. the company.com network contains 15
sql server 2008 database servers. you are in the process of creating a sql server 2008 integration
services (ssis)package that has to be interpolated on all 15 database servers. however, you are
unable to access the file system of the servers. you thus need to modify the package setting
attributes when the package is running. what should you do?

A. you should create an xml configuration file. then you should select the xml configuration type in
the ssis package configurations organizer.
B. you should create a batch file that makes use of the dtutil utility program in order to set the
package configuration properties while the package deploys into production.
C. you should create a sql server configuration type using the ssis package configuration wizard.
then you should select a centralized Microsoft sql server in order to store the package
configuration.
D. you should create a .reg file that will contain the entries for all the configuration properties.
then you should select a single registry configuration type in the ssis package configurations.

Answer: C

Question: 11
you work as a database administrator at company.com. you are currently creating asql server
2008 integration services (ssis) package for company.com.you decide to make use of the sql
server 2008 integration services (ssis) on a sqlserver 2008 failover cluster. you create a complex
package which takes a considerable amount of processing time. you need to ensure that package
can be restored if it runs during a failover. what should you do?

A. you should consider running a restore procedure in the package prior to restarting the package
when a failover occurs.
B. you should consider adding the ssis service to the sql server cluster resource group.
C. you should consider running checkpoints in the package prior to restarting the package when a
failover occurs.
D. you should consider running transactions in the package prior to restarting the package when
a failover occurs.

Page 4 of 34
Exam Name: Ts: Microsoft Sql Server 2008, Business Intelligence Development And Maintenance
Exam Type: Microsoft
Exam Code: 70-448 Total Question 101

Answer: C

Question: 12
You work as a database administrator at company.com. the company.com network contains a sql
server 2008 database server named -db01. you decide to create a sql server 2008 integration
services (ssis) package on -db01. you need to develop a recovery plan for -db01. what should
you do?

A. you should consider backing up the master database.


B. you should consider backing up the local database.
C. you should consider backing up the system database.
D. you should consider backing up the systemdb database.

Answer: A

Question: 13
You work as a database administrator at company.com. you are in the process of creating a sql
server 2008 integration services (ssis) package for company.com. the ssis package must contain
six data flow tasks and three control flow tasks. what should you do?

A. you should consider creating two control flow tasks and one data flow task on a container.
then the transaction option property of the container should be set to supported.
B. you should consider creating two control flow tasks and one data flow task on a container.
then the transaction option property of the container should be set to disabled.
C. you should consider creating two control flow tasks and one data flow task on a container.
then the transaction option property of the container should be set to required.
D. you should consider creating two control flow tasks and one data flow task on a container.
then the transaction option property of the container should be set to required new.

Answer: C

Question: 14
You work as a database administrator at company.com. you are responsible for managing a sql
server 2008 integration services (ssis) instance using business intelligence development studio.
company.com makes use of a common data flow component in the package that implement
normally. you want to add a sample of the common data flow component. however, the
component does not appear in the toolbox. you need to add the common data flow component to
the toolbox. what should you do?

A. you should consider duplicating the assembly to the proper folder.


B. you should consider adding the assembly to the default assembly cache.
C. you should consider recompiling the assembly using the system32 utility.
D. you should consider recompiling the assembly using the assembly registration utility.

Answer: A

Question: 15
You work as a database administrator at company.com. you are responsible for creating a sql
server 2008 integration services (ssis) instance. the ssis instance contains a data flow task that
reproduces millions of rows for company.com. the data flow checks for a match against a
reference table that contains of 50,000 rows, including every row that will be used during the data
flow. you need to ensure that the data flow runs in the least amount time. what should you do?

A. you should consider selecting a lookup transformation in conjunction with the half cache
option.

Page 5 of 34

You might also like