Thursday, 24 April 2014

70-448 Certification Study Guide

Microsoft

Question: 1

You maintain a SQL Server 2008 Analysis Services (SSAS) instance. You plan to process a cube by using an XML for Analysis (XMLA) script. You need to ensure that aggregations are populated. What should you do? 

A. Execute a processIndex command.
B. Execute a processUpdate command.
C. Execute a processStructure command.
D. Execute a processData command. 

Answer: A   

Question: 2

You maintain a SQL Server 2008 Analysis Services (SSAS) instance. You plan to run the Usage-Based Optimization Wizard. You need to enable query logging. What should you do? 

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

Answer: D    

Question: 3

You maintain a SQL Server Analysis Services (SSAS) database. The database is configured by using multiple security roles. The database is accessed by a Microsoft ASP.NET application that runs on a remote computer. The application is configured to use Windows Authentication. You need to ensure that the users of the application can successfully access the SSAS database. You also need to ensure that security restrictions of the roles are applied. What should you do? 

A. Configure Kerberos authentication
B. Configure Analysis Services for HTTP authentication
C. Set the AnonymousConnectionsEnabled policy to True
D. Set the Security\RequireClientAuthentication property to True 

Answer: A    

Question: 4

You are maintaining a SQL Server 2008 Analysis Services (SSAS) solution in the production environment. You modify the solution to include two new measure groups in the development environment. You need to ensure that only one measure group is deployed to the cube in the production environment. What should you do? 

A. Use the Deployment Wizard.
B. Use Microsoft SQL Server Management Studio (SSMS) to issue an XMLA command.
C. Use Microsoft SQL Server Management Studio (SSMS) to issue an UPDATE MEMBER command.
D. Use Business Intelligence Development Studio (BIDS) along with the Deploy only changes option set to True. 

Answer: B    

Question: 5

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].&[Germany],[Customer].[Country].&[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].&[Germany],[Customer].[Country].&[France]}
C. Add the following set to the Denied Set property. Except([Customer].[Country].[Country],{[Customer].[Country].&[Germany],[Customer].[Country].&[ France]})
D. Add the following set to the Allowed Set property. Extract({[Customer].[Country].&[Germany],[Customer].[Country].&[France]},[Customer].[Country]) 

Answer: B    

Question: 6

You maintain a SQL Server 2008 Analysis Services (SSAS) database that contains a Product dimension. The dimension contains the Category and Subcategory attributes.
The attributes have a Rigid relationship type. The data source for the Product dimension changes the relationship between the Category and Subcategory values. You need to execute an XML for Analysis (XMLA) command to process the dimension to successfully reflect the change. What should you do? 

A. Use the ProcessAdd command.
B. Use the ProcessUpdate command.
C. Use the ProcessIndexes command.
D. Use the ProcessClear and the ProcessDefault commands. 

Answer: D    

Question: 7

You maintain a SQL Server 2008 Analysis Services (SSAS) database on a production server. The database contains a cube. You add new functionality to the cube on a development server. You need to deploy the new functionality from the development server to the production server by ensuring that the effect on the users is minimized. What should you do? 

A. Use the Synchronize Database Wizard.
B. Copy the appropriate files from the development server to the production server.
C. Detach the production database. Copy the appropriate files to the production server, and then attach the database on the production server.
D. Modify the Target Server property to the production server by using Business Intelligence Development Studio (BIDS). Deploy the solution. 

Answer: A    


Question: 8

You maintain a SQL Server 2008 Analysis Services (SSAS) database on a default instance. You plan to document the Analysis Services performance information. You need to collect information related to the temporary file usage when the database is processed. Which object should you use? 

A. MSAS 2008: Memory
B. MSAS 2008: Cache
C. MSAS 2008: Proc Aggregations
D. MSAS 2008: Storage Engine Query 

Answer: C    

Question: 9

You are a server administrator of a SQL Server 2008 Analysis Services (SSAS) instance. The instance contains a database that is used by the members of the Sales group. You configure a new role named Northern Region by using the "{[Customers].[Region].[Region].[Northern]}' allowed permission set. You assign the Sales group to the Northern Region role. You need to verify that users in the Northern Region role can view data only for their region. What should you do? 

A. Temporarily add your account to the Northern Region role.
B. Add the User ID=Northern Region; parameter to the connection string.
C. Add the Roles=Northern Region; parameter to the connection string.
D. Select the Enable Visual Totals check box for the Northern Region role. 

Answer: C    

Question: 10

You maintain a SQL Server 2008 Reporting Services (SSRS) instance. The network security model for the domain that hosts the instance changes. You need to ensure that the instance will only support Kerberos authentication. What should you do? 

A. Edit the RSReportServer.config file.
B. Edit the rssrvpolicy.config file.
C. Edit the Site Settings of the instance by using the Report Manager.
D. Edit the Server Settings by using Microsoft SQL Server Management Studio (SSMS). 

Answer: A    

Question: 11

You plan to deploy SQL Server 2008 Reporting Services (SSRS) on a SQL Server 2008 failover cluster. Internet Information Services (IIS) is installed on both nodes of the cluster. The IIS is virtualized on the Network Load Balancing (NLB) cluster. You need to deploy SSRS in a fault tolerant scale-out deployment. What should you do? 

A. Install SSRS on both cluster nodes to use separate ReportServer databases.
B. Install SSRS on both cluster nodes to use the same ReportServer database.
C. Install SSRS on both cluster nodes and cluster the SSRS service by using a new resource group.
D. Install SSRS on both cluster nodes and cluster the SSRS service by using the SQL Server resource group. 

Answer: B    

Question: 12

You maintain a SQL Server 2008 Reporting Services (SSRS) database server. The instance contains a large number of reports that take a long time to execute. The reports contain multiple execution snapshots. You have a new production server along with SSRS installed. You need to migrate the reports and their snapshots to the production server in the minimum amount of time. What should you do? 

A. Use the rs.exe utility.
B. Use the rskeymgmt.exe utility.
C. Deploy the solutions by using Business Intelligence Development Studio (BIDS).
D. Copy the Report Server databases to the production server. Configure the server by using the Reporting Services Configuration tool. 

Answer: D    

Question: 13

You manage the security in SQL Server 2008 Reporting Services (SSRS). The report server contains a folder named Management Reports. All groups can view and modify reports in any folder. You need to ensure that only the Managers group can view and modify reports in the Management Reports folder. What should you do? 

A. Remove all groups from the Management Reports folder. Add the Managers group to the folder and assign the Content Manager role.
B. Create a Managers role. Assign the Managers role to the Management Reports folder. Remove all other groups from the Management Reports folder.
C. Create a Managers role. Assign the Managers role to the root folder. Remove all groups from the Management Reports folder.
D. Add the Managers group to the root folder and assign the Content Manager role. Remove all groups from the Management Reports folder.

Answer: A    

Question: 14

You maintain a SQL Server 2008 Reporting Services (SSRS) instance. A developer accidentally deploys 1000 reports to the SSRS instance. You need to restore the SSRS instance to its original state. Which database should you restore? 

A. The master database
B. The MSDB database
C. The Report Server database
D. The Report Server Temporary database 

Answer: C    

Question: 15

You create a report by using SQL Server 2008 Reporting Services (SSRS). You plan to deploy the report on a report server. The report will be delivered on a regular basis to a dynamic list of subscribers. You need to create a new subscription on the report server. What should you do? 

A. Select the report you created, and then click the New Subscription button.
B. Select the My Subscriptions page, and then click the New Data-driven Subscription button.
C. Select the report you created. Click the Subscriptions tab, and then click the New Data-driven Subscription button.
D. Select the report you created. Click the Subscriptions tab, and then click the New Subscription button. 

Answer: C    






No comments:

Post a Comment