PrepAway - Latest Free Exam Questions & Answers

Category: 70-448

Exam 70-448: TS: Microsoft SQL Server 2008, Business Intelligence Development and Maintenance

Which solution should be chosen to to find a solution to configure the report server so that it can be cached

You are a database developer and you have about two years experience in creating business intelligence (BI) solutions by using SQL Server2008.

Now you are employed in a company which is named NaproStar and work as the technical support for the company which uses SQL Server2008. You are in charge of a SQL Server 2008 Reporting Services (SSRS) instance and you use it to create a report, which is so complex that it needs a few minutes to generate.
Now you are assigned a task to find a solution to configure the report server so that it can be cached for half an hour after the original request.

Which solution should be chosen to accomplish this task?

which one should you choose?

You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.

Currently you are employed in a company named NaproStar which uses SQL Server2008.
You work as the technical support. Now you are in charge of a SQL Server 2008 Analysis Services (SSAS) database.

You get report from users saying that some queries run slowly. As the technical support, you have to check and identify the problem.

You intend to use SQL Profiler to troubleshoot query performance. Of the following trace events, which one should you choose?

which expression should be used?

You are a database developer and you have about two years experience in reating business Intelligence (BI) by using SQL Server2008.

Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
Now you receive an e-mail from your company CIO, in the e-mail, the CIO assigns a task to you.
You use SQL Server 2008 Reporting Services (SSRS) to create a solution.

Your solution includes a time dimension named DimDay.
And the DimDay dimension contains a hierarchy named Yr-Qtr-Mth.
There is a measure group named Measures01 which contains a measure named Number.

Now a calculated member has to be created, then it will be used to display the Number measure in the previous time period for the current level of the Yr-Qtr-Mth hierarchy.
In the following options, which expression should be used?

which code fragment should be inserted?

You are a database developer and you have about two years experience in creating business Intelligence (BI) by using SQL Server2008.

Now you are employed in a company named NaproStar which uses SQL Server2008. You work as the technical support.
Now you receive an e-mail from your company CIO, in the e-mail, the CIO assigns a task to you.

You implement a SQL Server 2008 Analysis Services (SSAS) solution.
In a Decision Tree data mining structure, you query a data mining model by using data mining extensions (DMX). You write the following DMX code segment. (Line numbers are used for reference only.)

1 SELECT
2 [Decision Tree].[Bike Buyer] AS Buyer
3 FROM
4 [Decision Tree]
6 (SELECT 28 AS [Age],
5. …………
7 ‘2-5 Miles’ AS [Commute Distance],
8 ‘1’ AS [House Owner Flag],
9 1 AS [Number Cars Owned],
10 2 AS [Total Children]) AS t

You must make sure that the input columns automatically map to the columns in the data mining structure. At line 5, which code fragment should be inserted?

Which is the correct answer?

You are developing a SQL Server 2008 Analysis Services (SSAS) method for Company.com.

There is a table called Product which includes listed columns below:
* ProductKey
* Logger
* ProductNumber

Firstly you develop a dimension called DimProductOrders from the Product table, and then configure the ProductKey as a key column and the Logger column as a property.
At last you create a measure group called FactProductOrders from the Product table.
You should make sure that you could develop a dimension relationship .
Then you could make ProductNumber column gathered by the Logger column.

Which is the correct answer?

Which is the correct answer?

You are developing a SQL Server 2008 Analysis Services (SSAS) method for Company.com.

There is a dimension called TestProduct which includes the listed properties.
* Product
* City
* Country

The TestProduct dimension is connect with a measure group named Products which owns the Granularity attribute link to City.

It is a key for Product. You should make sure that you could search values according to the City and Country properties.

Which is the correct answer?

Which is the correct answer to make sure that the model utilizes the Microsoft algorithm?

Through utilizing SQL Server 2008 Analysis Services (SSAS) for Company.com,you are developing a model of data mining.

Through utilizing the listed Data Mining Extensions (DMX) codes, you could develop a structure

CREATE MINING STRUCTURE [Clerk Maker] ( [User Key] LONG KEY,[Total Age] LONG DISCRETIZED (Automatic,20),[Clerk Maker] LONG ISCRETE,[Distance] TEXT DISCRETE,[Monthly Income] DOUBLE CONTINUOUS)

Not only should you develop a mining model which could be operated through utilizing this structure, but also you should make sure that the model utilizes the Microsoft algorithm.
Which is the correct answer?


Page 17 of 19« First...10...1516171819