70-448 Exam Details

  • Exam Code
    :70-448
  • Exam Name
    :TS:MS SQL Server 2008.Business Intelligence Dev and Maintenan
  • Certification
    :Microsoft Certifications
  • Vendor
    :Microsoft
  • Total Questions
    :331 Q&As
  • Last Updated
    :Feb 05, 2022

Microsoft 70-448 Online Questions & Answers

  • Question 51:

    You create a SQL Server 2008 Analysis Server (SSAS) solution.

    Your solution contains a measure group named FactMeasures with a single partition.

    You need to ensure that the following requirements are met:

    Queries that use FactMeasures always refer to the latest version of the source detail data.

    All aggregations that are part of FactMeasures are stored in a multidimensional format. Which storage mode should you set the ProactiveCaching property of the partition to?

    A. Real-time hybrid online analytical processing (HOLAP)
    B. Real-time relational online analytical processing (ROLAP)
    C. Automatic multidimensional online analytical processing (MOLAP)
    D. Scheduled multidimensional online analytical processing (MOLAP)

  • Question 52:

    You manage the security in SQL Server 2008 R2 Reporting Services (SSRS).

    You create a new role.

    You need to grant the following permissions to the role:

    View and modify security settings for reports, folders, resources, and shared data sources.

    Create and delete reports.

    Modify report properties.

    Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

    A. Assign Set Security Policies for Items task to the role.
    B. Assign the Consume Reports task to the role,
    C. Assign the Manage Resources task to the role.
    D. Assign the Manage Reports task to the role.

  • Question 53:

    You are creating a SQL Server 2008 Reporting Services (SSRS) package which includes a parameter named @ProductID for Company.com. Through choosing a specific region you should configure the value of the @ ProductID parameter in the report.

    You should make sure that you set the report to prevent users from changing the value of the @ ProductID parameter.

    Which is the correct answer?

    A. You should set the Prompt value null.
    B. You should modify the Hidden property.
    C. You should configure the internal property.
    D. You should update the biggest values.

  • Question 54:

    You create a SQL Server 2008 Analysis Services (SSAS) solution. You create a key performance indicator (KPI) named GPMargin for your solution. You set the Value expression of the KPI in the following manner.

    You need to set a Trend expression of the KPI to show a difference in the values compared with the previous quarter. Which MDX code segment should you insert at line 02?

    A. KPIValue( "GPMargin" ) > ( KPIValue( "GPMargin" ),
    B. KPITrend( "GPMargin" ) > ( KPIValue ( "GPMargin" ),
    C. KPIStatus( "GPMargin" ) > ( KPIValue( "GPMargin" ),
    D. KPIGoal( "GPMargin" ) > ( KPIValue( "GPMargin" ),

  • Question 55:

    You are developing a SQL Server 2008 Integration Services (SSIS) package. The package performs the following tasks:

    Processes multiple files by using a ForEach Loopcontainer.

    Imports the contents of the files to a table by using a Data Flowtask.

    Logs the results of the status into a table by using an Execute SQL task.

    You need to ensure that all the tasks of the package except the Execute SQL task execute within a single transaction.

    Which two actions should you perform? (Each correct answer presents part of the solution.

    Choose two.)

    A. In the Foreach Loop container, configure the TransactionOption property to NotSupported
    B. In the Data Flow task, configure the TransactionOption property to Required
    C. In the package, configure the TransactionOption property to Required
    D. In the package, configure the TransactionOption property to NotSupported
    E. In the Execute SQL task, configure the TransactionOption property to NotSupported
    F. In the Execute SQL task, configure the TransactionOption property to Supported.

  • Question 56:

    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 are in charge of a SQL Server 2008 Analysis Services (SSAS) instance.

    Now you get an e-mail from your company CIO, in the e-mail he wants you to run the Usage- Based Optimization Wizard.

    You have to enable query logging. What action should you perform?

    A. The QueryLogSampling server property should be set to 10
    B. The LogDir server property should be set to a valid path.
    C. The QueryLogConnectionString server property should be set to a valid connection string.
    D. The AllowedBrowsingFolders server property should be set to include the folder from the LogDir setting.

  • Question 57:

    You create a SQL Server 2008 Analysis Services (SSAS) solution.

    You have a table named FactSales that contains columns named Country and Year.

    You discover that data is frequently queried for the following values:

    The Country column as USA

    The Year column as 2008

    You decide to implement two partitions for the measure group based on the FactSales table. The first partition contains the frequently queried data and the second partition contains the remaining fact table data.

    Which partition query WHERE clauses should you use?

    A. Country = "USA" Year = 2008
    B. Country = "USA" AND Year = 2008 Country "USA" AND Year 2008 Country = "USA" OR Year = 2008
    C. Country = "USA" AND Year = 2008 Country "USA" AND Year 2008
    D. Country = "USA" AND Year = 2008 (Country = "USA" AND Year 2008) OR (Country "USA")

  • Question 58:

    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 are responsible for the security in SQL Server 2008 Reporting Services (SSRS). After a new user is assigned to a role, you should give the permissions to the user, making the user publish reports and manage content only in a private folder.

    So what action should you perform?

    A. You should assign the user to the Content Manager and the Report Builder roles
    B. You should assign the user to the Publisher role.
    C. You should assign the user to the My Reports role
    D. You should assign the user to the Content Manager and the Browser roles.

  • Question 59:

    You are developing a SQL Server 2008 Reporting Services (SSRS) report which includes a table for Company. com.

    You should make sure that different rows in the table own a yellow background. Which is the correct answer?

    A. =iif(RowNumber(Nothing) / 2, "Yellow", "Black")
    B. =iif(RowNumber(Nothing) Mod 2, "Yellow", "White")
    C. =iif(RowNumber(NULL) Divide 2, "Yellow", "White")
    D. =iif(CountRows(NULL)/2, "Yellow", " Black ")

  • Question 60:

    You maintain a SQL Server 2008 Analysis Services (SSAS) database that contains a dimension named Customer. You need to configure the Dimension Data settings to meet the following requirements:

    Deny access to the {[Customer].[Country].and[Germany],[Customer].

    [Country].and[France]}

    set of attribute members.

    New members added to the attribute are visible by default.

    What should you do?

    A. Add all the country members except those of France and Germany to the Allowed Set property.
    B. Add the following set to the Denied Set property. {[Customer].[Country].and[Germany], [Customer]. [Country].and[France]}
    C. Add the following set to the Denied Set property. Except([Customer].[Country].[Country], {[Customer]. [Country].and[Germany],[Customer].[Country].and[France]})
    D. Add the following set to the Allowed Set property. Extract({[Customer]. [Country].and[Germany],[Customer].[Country].and[France]},[Customer].[Country])

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Microsoft exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 70-448 exam preparations and Microsoft certification application, do not hesitate to visit our Vcedump.com to find your solutions here.