Brain-dumps.com

 
 
 

 
Cisco 
350-001 
350-018 
350-030 
640-025 
640-603 
640-604 
640-605 
640-606 
640-607 
640-801 
640-811 
640-861 
640-901 
640-910 
642-511 
642-521 
642-531 
642-541 
642-641 
642-661 
642-801 
642-811 
642-821 
642-831 
642-871 
642-891 
643-531 
644-101 
646-301 
646-401 
646-521 
9E0-100 
9E0-131 
9E0-422 
9E0-431 
9E0-441 
9E0-541 
9E0-576 
9E0-581 
9E0-601 
9E0-691 
9E0-805 
 
 
Citrix 
1Y0-220 
1Y0-221 
1Y0-610 
1Y0-720 
1Y0-721 
1Y0-910 
1Y0-911 
1Y0-921 
1Y0-931 
1Y0-941 
1Y0-950 
1Y0-951 
1Y0-961 
1Y0-962 
1Y0-991 
 
 
CIW 
1D0-410 
1D0-425 
1D0-450 
1D0-460 
1D0-470 
 
 
Comptia 
220-221 
220-222 
220-231 
220-232 
220-301 
220-302 
225-020 
EKO-001 
IK0-002 
N10-002 
SK0-001 
TK0-001 
XK0-001 
 
 
Microsoft 
70-015 
70-016 
70-019 
70-028 
70-029 
70-080 
70-081 
70-086 
70-088 
70-091 
70-098 
70-100 
70-152 
70-175 
70-176 
70-210 
70-214 
70-215 
70-216 
70-217 
70-218 
70-219 
70-220 
70-221 
70-222 
70-223 
70-224 
70-225 
70-226 
70-227 
70-228 
70-229 
70-230 
70-244 
70-270 
70-284 
70-290 
70-291 
70-292 
70-293 
70-294 
70-296 
70-305 
70-306 
70-310 
70-315 
70-316 
74-100 
ppt2000 
 
 
Novell 
50-632 
50-634 
50-639 
50-640 
50-644 
50-653 
50-654 
50-659 
50-662 
50-676 
50-677 
50-682 
50-683 
 
 
Oracle 
1Z0-001 
1Z0-007 
1Z0-020 
1Z0-023 
1Z0-024 
1Z0-025 
1Z0-026 
1Z0-030 
1Z0-031 
1Z0-032 
1Z0-033 
1Z0-131 
1Z0-132 
1Z0-147 
 
 
Sun 
310-011 
310-012 
310-014 
310-015 
310-025 
310-035 
310-051 
 
 
CWNA 
PWO-100 
 
 
Lotus 
 
 
Compaq 
010-066 
010-067 
 
 
Linux 
117-102 
 
 
IBM 
000-199 
000-285 
000-355 
 
 
DB/2 
000-513 
000-516 
 
 
 
 
You are using SQL Server for your Data Warehouse, you installed SQL Server on a server computer that have five disk arrays,

each disk array has its own high speed disk controller. All of the SQL Server configuration options are set to their default

values.

You want to improve the SQL server disk access speed

Which the SQL Server configuration option should you change ?

a) max async IO

b) max text repl size

c) lightweight pooling

d) max server memory

e) max worker thread

ANSWER: (a)

-----------------------------------------
Q2 :You create two cubes which are named SalesRecent and SalesHistory. The SalesRecent cube contains all sales information for

1999, the SalesHistory cube contains sales information for all the years from 1980 through 1998. There is one Fact in

SalesRecent for each product sold at each store for each day. There is one Fact in SalesHistory for each product sold at each

store for each month.

You want to browse Sales Data from these two cubes at the same time.

What should you do ?

a) Create a new cube named SalesMerge and include one partition for SalesRecent and one partition for SalesHistoty.

b) Create a virtual cube named SalesMerge that include both SalesRecent and SalesHistoty

c) Import the data from SalesRecent into SalesHistoty

d) Import the data from SalesHistoty into SalesRecent

ANSWER: (c)

-----------------------------------------
Q3 :
You are creating a Data Transformation Services package to import Data on a monthly basis into a Data Mart in SQL 
Server. One

of the source databases is named dbProductionData. An OLE DB Provider is not available for dbProductionData. This database is

able to export its data to comma delimited text files. The dbProductionData database has an ODBC driver available.

You need to concatenate columns named LastName and FirstName into a single column named FullName.

You want to spend as little time as possible in creating the import process.

What should you do ? (Choose Two)

a) Export the data from dbProductionData to a Text File

b) Use the Microsoft OLE DB Provider for ODBC to access the data from dbProductionData

c) Use a Data Transformation to import the data from dbProductionData

d) Use bulk Insert Task to import the data from dbProductionData

e) Use an Execute SQL Task to import data from dbProductionData

ANSWER: (b), (c)

-----------------------------------------
Q4 :

You have an SQL Server Data Mart named ShippingData. You also have an applicaton that uses comma delimited text files.

You want to import the data from one of the text files to five of the tables in ShippingData once each week. You need to

modify values in several of the columns in order to make the values conform to your uniforme data standards.

You want to create a Task to perform the modification, and you want to create this Task with the least a lot of

administrative effort.

You create a DTS package, What else must you do ?

a) Create one connection for the Text File and one connection for ShippingData Create one Transform Data Task Use one ActiveX

Transformation Script in the Transform Data Task to open connection and insert the new Data into the five Tables in

ShippingData

b) Create one connection for the Text File and one connection for ShippingData Create one Transform Data Task Use five

ActiveX Transformation Script in the Transform Data Task to open connection and insert the new Data into the five Tables in

ShippingData

c) Create one connection for the Text File and one connection for ShippingData Use an ActiveX Script Task to open connection

to the five Tables in ShippingData Use global variables to hold the connection object variable for those five connection

Create one Transform Data Task Use five ActiveX Transformation Script in the Transform Data Task to insert the new Data into

each of the five Tables in ShippingData

d) Create one connection for the Text File and five connections for ShippingData Create five Transform Data Task Use one

ActiveX Transformation Script in each of the five Transform Data Task to insert the new Data into the five tables in

ShippingData

e) Create one connection for the Text File and five connections for ShippingData Create five Data Driven

Query Tasks Use an
Insert query in each of the five Data Driven Query Tasks to insert the new Data into each of the five Tables in ShippingData

ANSWER: (d)