This page was exported from New Real Practice Test With VCE And PDF For Free Download [ http://www.actualtest.info ]
Export date: Fri Mar 29 15:23:20 2024 / +0000 GMT

(NEW) PassLeader Supply The Latest Microsoft 70-470 PDF And VCE Briandumps For Free Download



Vendor: Microsoft
Exam Code: 70-470
Exam Name: Recertification for MCSE: Business Intelligence

QUESTION 1
You are designing a strategy for an enterprise reporting solution that uses SQL Server Reporting Services (SSRS). Many of the SSRS reports will use common utilities and functions, including the following:
- Report utility functions and business logic in code
- Standardized report formatting properties such as fonts and colors for report branding
- Formatting may change and new functions may be added as the reporting solution evolves.
You need to create a strategy for deploying the formatting and code across the entire enterprise reporting solution. You must also ensure that reports can be easily updated to reflect formatting and function changes. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    Create a report as a template. Apply standardized formatting to the template.
Store code in the Code section of the template.
B.    Build a web service that retrieves formatting properties and runs code.
Call the web service through a report dataset.
C.    Store the formatting properties and code in database objects.
Use stored procedures to populate a default value for report parameters and map each parameter to a corresponding formatting property.
D.    Create an assembly that contains formatting properties and code.
Deploy the assembly on the Reporting Server and reference the assembly from each report.

Answer: D

QUESTION 2
Drag and Drop Question
You are designing a dataset for a SQL Server Reporting Services (SSRS) report. The report includes the report items displayed in the following graphic.
21[4]
The dataset is sourced from a commonly used stored procedure in an inventory data mart hosted in a SQL Azure database. It returns the status for all products across all storage sites. The report must display data for the storage site that is selected by the Site report parameter. You cannot change the stored procedure code. You need to filter the dataset to use only data specific to the selected site. How should you configure the filter? To answer, drag the appropriate expression or expressions to the correct location or locations in the answer area. (Answer choices may be used once, more than once, or not all.)
22[3]

Answer:
23[3]

QUESTION 3
Drag and Drop Question
You administer a SQL Server Analysis Services (SSAS) instance. You need to capture a continuous log of detailed event and subevent durations and custom trace events from queries executed in the SSAS instance. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
31[3]

Answer:
Box 1: Write an XMLA script to log the extended events of the trace.
Box 2: Launch SQL Server Management Studio and connect to the instance.
Box 3: Execute the script.

QUESTION 4
Drag and Drop Question
You are designing a SQL Server Reporting Services (SSRS) solution. A report project must access multiple SQL Azure databases. Each database is on a different host. The databases have identical schema and security configurations. You have the following requirements: The report must support subscriptions. Users must be able to select the host when running the report. What should you do? To answer, drag the appropriate phrase or phrases from the list to the correct location or locations in the answer area. (Answer choices may be used once, more than once, or not all.)
41[3]

Answer:
42[3]

QUESTION 5
You are designing a subscription strategy for a SQL Server Reporting Services (SSRS) report. You have an application that populates a table with user-specific subscription schedules and report formats. You need to ensure that users can receive reports by email according to their preferences. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    Create a standard subscription for each record in the table.
B.    Create a data-driven subscription for each record in the schedule table.
C.    Create one data-driven subscription. Schedule the subscription to frequently retrieve user preferences.
D.    Create a standard subscription for each subscription schedule.

Answer: C


QUESTION 6
You are modifying a SQL Server Reporting Services (SSRS) report for a SQL Server Analysis Services (SSAS) cube. The report defines a report parameter of data type Date/Time with which users can filter the report by a single date. The parameter value cannot be directly used to filter the Multidimensional Expressions (MDX) query for the dataset. You need to ensure that the report displays data filtered by the user-entered value. You must achieve this goal by using the least amount of development effort. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    Edit the dataset query parameter.
Change the Value property of the report parameter to an expression that uses the same format as the date dimension member key value.
B.    Edit the dataset query parameter.
Change the Name property of the dataset query parameter so that it points to a name value for each date dimension member.
C.    Edit the dataset query parameter.
Create a subcube subquery that uses the StrToSet MDX function and accepts the report parameter value.
D.    Change the dataset query to Transact-SQL (T-SQL).
Use the OPENROWSET function to query the cube.
Output the cube results to the T-SQL query and use a Convert function to change the report parameter value into the same format as the date dimension member.

Answer: A

QUESTION 7
You administer a SQL Server Reporting Services (SSRS) instance in native mode. You need to assign a predefined role that meets the following requirements: Members of the role must be able to update shared data sources. Members of the role must not be able to consume reports or manage subscriptions. The role must provide only the minimum permissions required. Which role should you assign? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    The Content Manager role
B.    The Read and Process role
C.    The Publisher role
D.    The Browser role

Answer: C

QUESTION 8
Hotspot Question
You are designing a SQL Server Integration Services (SSIS) package configuration strategy. The package configuration must meet the following requirements: Include multiple properties in a configuration. Support several packages with different configuration settings. You need to select the appropriate configuration. Which configuration type should you use? To answer, select the appropriate option from the drop-down list in the dialog box.
81[2]

Answer:
82[2]

QUESTION 9
You are designing a SQL Server Integration Services (SSIS) solution. The solution will contain an SSIS project that includes several SSIS packages. Each SSIS package will define the same connection managers and variables. You have the following requirements:
- Ensure that the deployment model supports changing the content of connection strings by using parameters at execution time.
- Ensure that the deployment model automatically starts from calls to the catalog.start_execution stored procedure in the SSISDB database.
- Maximize performance at execution time.
- Minimize development effort.
You need to design a solution that meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)

A.    Use a project deployment model.
Modify connection manager properties to use project parameters.
Ensure that the SSISDB database is created.
B.    Use a project deployment model.
Configure connections in an XML configuration file referenced by an environment variable that corresponds to the SQL Server environment of each SSIS package.
C.    Use a package deployment model.
Use a SQL Server package configuration with a common filter.
Change the contents of the SSIS Configurations table at runtime.
D.    Use a package deployment model.
Save each SSIS package to a file share that can be accessed from all environments.

Answer: A

QUESTION 10
Hotspot Question
You are configuring the partition storage settings for a SQL Server Analysis Services (SSAS) cube. The partition storage must meet the following requirements:
- Optimize the storage of source data and aggregations in the cube.
- Use proactive caching.
- Drop cached data that is more than 30 minutes old.
- Update the cache when data changes, with a silence interval of 10 seconds.
You need to select the partition storage setting. Which setting should you select? To answer, select the appropriate setting in the answer area.
101[2]

Answer:
102[2]

QUESTION 11
Hotspot Question
A SQL Server Analysis Services (SSAS) cube contains billions of rows of data and is rapidly increasing in size. The cube consists of a single measure group and a single partition. The cube is currently processed by using the Process Full process option. You have the following requirements to reduce the cube processing time:
- Partition the measure group by month.
- Create a staging table that contains only data which is more recent than the last time the cube was processed.
- Do not include data updates or deletions in the staging table.
- Insert records from the staging table into the appropriate partition.
You need to change the process option to meet the requirements. Which process option should you choose? To answer, select the appropriate option from the drop-down list in the dialog box.
111[2]

Answer:
112[2]


Thank You for Trying Our Product, PassLeader Certification Exam Features:
★ More than 99,900 Satisfied Customers Worldwide.
★ Average 99.9% Success Rate.
★ Free Update to match latest and real exam scenarios.
★ Instant Download Access! No Setup required.
★ Questions & Answers are downloadable in PDF format and VCE test engine format.
★ Multi-Platform capabilities - Windows, Laptop, Mac, Android, iPhone, iPod, iPad.
★ 100% Guaranteed Success or 100% Money Back Guarantee.
★ Fast, helpful support 24x7.

PassLeader Supply The Latest Microsoft 70-470 PDF And VCE Briandumps For Free Download

http://www.passleader.com/70-470.html

 

 


Post date: 2014-10-22 07:17:32
Post date GMT: 2014-10-22 07:17:32
Post modified date: 2014-10-22 07:17:32
Post modified date GMT: 2014-10-22 07:17:32

Powered by [ Universal Post Manager ] plugin. MS Word saving format developed by gVectors Team www.gVectors.com