Upgrade: Transition Your MCITP SQL Server 2005 BI Developer to MCITP SQL Server 2008 BI Developer

Similar documents
PrepKing. PrepKing

CertifyMe. CertifyMe

Exam Name: PRO: Designing a Business Intelligence. Infrastructure Using Microsoft SQL Server 2008

Developing SQL Data Models(768)

MSBI( SSAS, SSIS, SSRS) Course Content:35-40hours

Microsoft. Designing Business Intelligence Solutions with Microsoft SQL Server 2012

CHAKRA IT SOLUTIONS TO LEARN ABOUT OUR UNIQUE TRAINING PROCESS:

SQL Server Analysis Services

resources, 56 sample questions, 3 Business Intelligence Development Studio. See BIDS

exam.105q Microsoft Implementing Data Models and Reports with Microsoft SQL Server 2014

Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

Deccansoft Software Services Microsoft Silver Learning Partner. SSAS Syllabus

20466C - Version: 1. Implementing Data Models and Reports with Microsoft SQL Server

Exam Questions

Implementing Data Models and Reports with SQL Server 2014

CertifyMe. CertifyMe

QA Microsoft Designing Business Intelligence Solutions with Microsoft SQL Server 2012

Implementing Data Models and Reports with Microsoft SQL Server Exam Summary Syllabus Questions

Developing SQL Data Models

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER

SAMPLE. Preface xi 1 Introducting Microsoft Analysis Services 1

SSAS Multidimensional vs. SSAS Tabular Which one do I choose?

MSBI (SSIS, SSRS, SSAS) Course Content

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

70-466: Implementing Data Models and Reports with Microsoft SQL Server

MICROSOFT EXAM QUESTIONS & ANSWERS

Developing SQL Data Models

10778A: Implementing Data Models and Reports with Microsoft SQL Server 2012

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

Chapter 1: Introducing SQL Server

Exam Name: TS:MS SQL Server 2008.Business Intelligence Dev and Maintenan

MICROSOFT BUSINESS INTELLIGENCE

Vendor: Microsoft. Exam Code: Exam Name: PRO:MS SQL Server 2008, Designing a Business Intelligence. Version: Demo

EXAM PRO:MS SQL 2008, Designing a Business Intelligence. Buy Full Product.

MICROSOFT EXAM QUESTIONS & ANSWERS

Phillip Labry Sr. BI Engineer IT development for over 25 years Developer, DBA, BI Consultant Experience with Manufacturing, Telecom, Banking, Retail,

Implementing Data Models and Reports with Microsoft SQL Server (466)

SQL Server 2005 Analysis Services

Deccansoft Software Services. SSIS Syllabus

6 SSIS Expressions SSIS Parameters Usage Control Flow Breakpoints Data Flow Data Viewers

IDU0010 ERP,CRM ja DW süsteemid Loeng 5 DW concepts. Enn Õunapuu

Aggregating Knowledge in a Data Warehouse and Multidimensional Analysis

Recently Updated Dumps from PassLeader with VCE and PDF (Question 1 - Question 15)

DEVELOPING SQL DATA MODELS

exam.95q.

MSBI Online Training (SSIS & SSRS & SSAS)

POWER BI COURSE CONTENT

DATA MINING AND WAREHOUSING

MSBI. Business Intelligence Contents. Data warehousing Fundamentals

Microsoft.Braindumps v by.SUZANNE.60q

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services

Vendor: Microsoft. Exam Code: Exam Name: Developing SQL Data Models. Version: Demo

Transition MCITP SQL Serv 08 BI Dev to BI Platform Advanced

Microsoft End to End Business Intelligence Boot Camp

COPYRIGHTED MATERIAL. Contents at a Glance

Microsoft Developing SQL Data Models

After completing this course, participants will be able to:

MICROSOFT EXAM QUESTIONS & ANSWERS

MS-55045: Microsoft End to End Business Intelligence Boot Camp

Implementing Data Models and Reports with Microsoft SQL Server 2012

MICROSOFT BUSINESS INTELLIGENCE (MSBI: SSIS, SSRS and SSAS)

Index. Special Characters $ format button, (expansion symbol), 121 " " (double quotes), 307 ' ' (single quotes), 307

20466: Implementing Data Models and Reports with Microsoft SQL Server

Microsoft Dynamics CRM Installation (MB2-708)

Dell Microsoft Business Intelligence and Data Warehousing Reference Configuration Performance Results Phase III

Hands-On Lab. Lab: Developing BI Applications. Lab version: Last updated: 2/23/2011

Designing and Building a Data Mining Project with Cube and OLAP

SQL Server Business Intelligence 20768: Developing SQL Server 2016 Data Models in SSAS. Upcoming Dates. Course Description.

6+ years of experience in IT Industry, in analysis, design & development of data warehouses using traditional BI and self-service BI.

Call: SAS BI Course Content:35-40hours

CIS 611: ENTERPRISE DATABASE AND DATA WAREHOUSING. Project: Multidimensional OLAP Cube using Adventure Works Data Warehouse

Microsoft Developing SQL Data Models.

Advanced Solutions of Microsoft SharePoint Server 2013

Pro SharePoint 2010 Administration

Venezuela: Teléfonos: / Colombia: Teléfonos:

1 Dulcian, Inc., 2001 All rights reserved. Oracle9i Data Warehouse Review. Agenda

Designing and Managing a Microsoft Business Intelligence Solution Exam.

Hands-On Lab. Developing BI Applications. Lab version: Last updated: 2/23/2011

Accurate study guides, High passing rate! Testhorse provides update free of charge in one year!

Foundations of SQL Server 2008 R2 Business. Intelligence. Second Edition. Guy Fouche. Lynn Lang it. Apress*

Jet Data Manager 2014 Product Enhancements

SQL SERVER Interview Questions & Answers - SET 5 (10 Questions)

Audience Profile: Course Outline. Introduction & Architecture. SharePoint 2013 Administration Basics. Creating Web Applications and Site Collections

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint 2013

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

Microsoft SQL Server Training Course Catalogue. Learning Solutions

Administering System Center Configuration Manager

A Case Study Building Financial Report and Dashboard Using OBIEE Part I

High Availability for PROS Pricing Solution Suite on SQL Server

Developing SQL Data Models

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

Designing a Microsoft SharePoint 2010 Infrastructure

1. SQL Server Integration Services. What Is Microsoft BI? Core concept BI Introduction to SQL Server Integration Services

Oracle BI 11g R1: Build Repositories

SQL Server 2005: Each Microsoft SQL Server 2005 component is designed. Preparing for a Smooth Upgrade

Microsoft SQL Server" 2008 ADMINISTRATION. for ORACLE9 DBAs

Administering Microsoft SQL Server 2012 Databases

SSAS Tabular in the Real World Lessons Learned. by Gerhard Brueckl

Transcription:

Microsoft 70-455 Upgrade: Transition Your MCITP SQL Server 2005 BI Developer to MCITP SQL Server 2008 BI Developer Version: 5.0

QUESTION NO: 1 your computer. Now you use SQL Server 2008 to create a SQL Server 2008 Analysis Services (SSAS) solution and then you design a Business Intelligence (BI) solution. There's a dimension named DEClients in the solution. And the dimension is used to stand for clients who buy products in your company. The solution gives a list of top 8 Clients according to the sales amount. End users of the solution use filters in Microsoft Excel worksheet to analyze data. Now you're assigned a task to make sure that when the filters are applied, the list must be updated. So which named set expression should you use to achieve this? A. CREATE SESSION SET CURRENTCUBE.[Top 10 Clients] AS TOPCOUNT([ DClients].[Clients].MEMBERS,10,[Measures].[SalesAmount]) B. CREATE HIDDEN SET CURRENTCUBE.[Top 10 Clients] AS TOPCOUNT([ DClients].[Clients].MEMBERS,10,[Measures].[SalesAmount]) C. CREATE DYNAMIC SET CURRENTCUBE.[Top 10 Clients] AS TOPCOUNT([ DClients].[Clients].MEMBERS,10,[Measures].[SalesAmount]) D. CREATE SET CURRENTCUBE.[Top 10 Clients] ASTOPCOUNT([ DClients].[Clients].MEMBERS,10,[Measures].[SalesAmount]) Answer: C QUESTION NO: 2 There is a SQL Server 2008 Analysis Services (SSAS) cube which contains 110 million Fact rows and 750 dimension attributes. The cube reads data from a remote data source and increases several measure groups by 1 million rows everyday. You intend to deploy this SQL Server 2008 Analysis Services (SSAS) cube. You want to increase the total number of users by 180 percent for the cube. During cube processing, you have to capture the baseline performance on the overall system. So what should you do? A. You should use the sp_monitor system stored procedure to monitor cube processing events. B. You should use the sp_trace_setfilter system stored procedure to monitor cube processing events. C. You should configure the data collector to collect Query Activity statistics during cube processing. D. You should configure the data collector to collect Performance Counters statistics during cube processing. 2

QUESTION NO: 3 You're the administrator of your company network. And you are in charge of a Microsoft SQL Server 2005 Reporting Services (SSRS) instance which is deployed as a single server and configured to use Native mode. Besides this, the instance also has another feature: A custom data extension developed by using Microsoft.NET Framework 2.0. Now you intend to upgrade the instance to SQL Server 2008 Reporting Services without loss of functionality. So what should you do to achieve this? A. You should uninstall Internet Information Services (IIS). B. You should upgrade the data extension to.net Framework 3.5. C. You should edit the RSWebapplication.config file to refer to the upgraded SSRS endpoint location. D. You should install a new instance of SSRS. Migrate the existing configuration files and database to the new instance. QUESTION NO: 4 Now you manage a SQL Server 2008 instance which hosts a database. At present the database is scheduled for a full backup every month and uses the bulk-logged recovery model. The 4- terabyte database contains 3.5 terabyte of data in a read-only filegroup. You have to back up the database changes to a tape drive every night, you must use as little storage space and time as possible. So which backup strategy should you use? A. You should use file backup B. You should use Partial backup C. You should use differential backup D. You should use differential Partial backup QUESTION NO: 5 You're the administrator of your company network. And you're in charge of designing the SQL Server 2008 Analysis Services (SSAS) data mining. The customer table contains column names 3

such as: Age, Name, IsBuyer, Customer_key, Education Level. You intend to use Microsoft Decision Trees algorithm to build a data mining model for the customer table. You have to identify the data columncmodel parameter pairs to forecast the potential buyers. A. A B. B C. C D. D 4

Answer: B QUESTION NO: 6 In a Point of Sale (POS) application, your company processes all transaction data. In order to forecast which type of products a customer may buy, you design a solution on the basis of the transactional data. So which algorithm should you choose to design the solution? A. You should choose Time Series B. You should choose Clustering C. You should choose Naive Bayes D. You should choose Association Rules QUESTION NO: 7 your computer. Now you use SQL Server 2008 to design a Business Intelligence BI) solution. You're assigned a task to analyze claims for a financial institution. A database which stores the claims details of customers contains the following tables: DimClaimsAttribute that contains the attributes associated with claim details FactRegisteredClaims that contains transaction details of the insured customer DimInsuredAttribute that contains attributes associated with individual customer details In order to forecast fallacious claims on the tables, you have to build a Microsoft Neural Networks model on the tables. So which table combination should you use? 5

A. A B. B C. C D. D Answer: A QUESTION NO: 8 Internet Information Services 7.0 (IIS 7.0) is installed on the system which hosts the SQL Server 2008 Reporting Services (SSRS) instance. The Web application is not used any longer. You intend to design the security configuration for the instance. You must make sure that by using the Secure Sockets Layer (SSL), customers are able to connect to the instance to render reports. So what should you do? A. You should bind SSL to an SSRS URL reservation. B. You should configure the IIS default Web site to support SSL. C. You should configure SSRS and IIS to use the same service account. D. You should configure the Reporting Services virtual directory to support SSL. 6

QUESTION NO: 9 After shutting up the business, an application records the inventory to the Products table. The solution you design for the application must be in accordance with the features below: Historical product attributes are not stored. The content of the Products table varies every day. Now you have to choose a suitable dimensional model to meet the business solution. So which model should you use? A. You should choose Degenerate Dimension B. You should choose ParentCChild Dimension C. You should choose Type I Slowly Changing Dimension D. You should choose Type II Slowly Changing Dimension Answer: C QUESTION NO: 10 Now you're in charge of instance which contains an SQL Server 2008 Analysis Services (SSAS) database. The database contains a cube named Selling which has a dimension named Location and a role named roleamerica. In the Location dimension there is a hierarchy which contains members such as City, Region, Continent. You intend to develop the security configuration for the Sales cube. You have to enable the Read permissions for the roleamerica role. Besides this, you must make sure that the roleamerica role can access only the Fact rows which are members of the Ameirica continent. So which Multidimensional Expressions (MDX) statement should you use? A. MEASURES.CURRENTMEMBER IS AMRICA B. ANCESTOR(LOACTION.CURRENTMEMBER) IS AMRICA C. MEASURES.CURRENTMEMBER[CONTINENT] IS AMERICA D. ANCESTOR(LOACTION.CURRENTMEMBER,[CONTINENT]) IS AMERICA QUESTION NO: 11 7

You intend to design a report which uses data obtained from a SQL Server 2008 Analysis Services (SSAS) instance. The SSAS cube contains five parentcchild key performance indicators (KPIs) each of which has nine children. In Microsoft Office SharePoint Server (MOSS), you have to build an executive dashboard to display the KPIs and describe the parentchild relationship. So which technology should you use? A. You should use MOSS KPI Library B. You should use Microsoft Office Excel C. You should use MOSS Business Data Catalog D. You should use Microsoft Office PerformancePoint Server QUESTION NO: 12 your computer. Now you use SQL Server 2008 to create a SQL Server 2008 Analysis Services (SSAS) solution and then you design a Business Intelligence (BI) solution. The exhibit below presents the data source view of the solution. (Click the Exhibit button.) You create the components below from the corresponding tables in the data source view: - - - A measure group named FactSales Two dimensions named DimCustomer and DimGeography In the FactSales measure group, you intend to analyze data by geographic location. 8

You have to use the DimGeography dimension to execute the rollup measures in the FactSales measure group. So what should you do? A. You should create a regular relationship for the DimGeography dimension. B. You should create a referenced relationship for the DimGeography dimension. C. You should create a many-to-many relationship for the DimGeography dimension. D. You should create a role-playing dimension instance for the DimGeography dimension. Answer: B QUESTION NO: 13 Now you intend to design a dimensional modeling strategy for a new data warehouse application. The application contains the dimensions such as Time, Production, Clients, and Salesman. It contains some cubes, such as Sales that contains all the dimensions, productions that contain the Production and the Time dimension, Clients that contain the Clients and the Time dimension. You have to develop a suitable dimensional modeling strategy for the Production and the Time dimensions. So which dimensional model should you choose? A. You should choose reference dimensions. B. You should choose degenerate dimensions C. You should choose conformed dimensions D. You should choose ParentChild dimensions Answer: C QUESTION NO: 14 your computer. You're in charge of a SQL Server 2008 Analysis Services (SSAS) instance. You intend to execute the Usage-Based Optimization Wizard. You have to enable query logging. So what should you do? A. You should set the QueryLogSampling server property to 10. B. You should set the LogDir server property to a valid path. C. You should set the QueryLogConnectionString server property to a valid connection string. D. You should set the AllowedBrowsingFolders server property to include the folder from the LogDir setting. 9

Answer: C QUESTION NO: 15 your computer. You're in charge of a SQL Server 2008 Analysis Services (SSAS) instance. You intend to use a Dynamic Management View (DMV) to check query performance. You have to identify query sessions that execute a query for more than 30,000 ms. So which DMV should you choose? A. You should choose Discover_Traces B. You should choose Discover_Commands C. You should choose Discover_Sessions D. You should choose Discover_Connections Answer: B QUESTION NO: 16 your computer. And you are in charge of a SQL Server 2008 Analysis Services (SSAS) database on a production server. The database includes a cube and you add new functionality to it on a development server. You have to deploy the new functionality from the development server to the production server. And when doing this, you must reduce the effect on the users to the least. So what should you do? A. You should use the Synchronize Database Wizard. B. You should copy the right files from the development server to the production server. C. You should detach the production database. Copy the appropriate files to the production server, and then attach the database on the production server. D. You should modify the Target Server property to the production server by using Business Intelligence Development Studio (BIDS). Deploy the solution. Answer: A QUESTION NO: 17 You update a role named Managers for the Human Resources cube in your SQL Server 2008 Analysis Services (SSAS) database. The database contains a dimension named Employee. You plan to configure the security for the Managers role. You need to allow the Managers role to access aggregate data based on only three or less employees. What should you do? A. Add members of the [Employee].[Employees] hierarchy that contain three or less children to the denied set for the Managers role. 10