Microsoft 70-467 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 70-467
  • Exam Name/Title: Designing Business Intelligence Solutions with Microsoft SQL Server
  • Certification Provider: Microsoft
  • Corresponding Certification: Microsoft SQL Server 2012
  • Exam Questions: 185
  • Updated On: Jul 12, 2026
You need to recommend a solution to implement the data security requirements for CUBE1.
Which three actions should you recommend performing in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:

Explanation
Box 1:

Box 2:

Box 3:
You need to develop the tabular project to support the date analysis requirements.
What should you do?
Correct Answer: C Vote an answer
You need to configure security for the SSRS instance on SSRS01 to connect to SSAS and minimize downtime.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
Correct Answer: A,D Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
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.
Correct Answer:

Explanation

Note:
Package Configuration Types
The following table describes the package configuration types.
* SQL Server table
A table in a SQL Server database contains the configuration. The table can include multiple configurations.
* XML configuration file
An XML file contains the configurations. The XML file can include multiple configurations.
* Environment variable
An environment variable contains the configuration.
* Registry entry
A Registry entry contains the configuration.
* Parent package variable
A variable in the package contains the configuration. This configuration type is typically used to update properties in child packages.
Reference: Package Configurations
You are designing a partitioning strategy for a SQL Server Analysis Services (SSAS) cube.
New data is loaded in real-time into the data warehouse that feeds the cube. Between 10 million and 15 million rows of data are loaded into the main fact table each day from a Microsoft Azure SQL Database.
You have the following requirements:
* Maximize cube query performance during business hours.
* Ensure that data is available in the cube as soon as possible after it is loaded into the data warehouse.
You need to design a partitioning strategy that meets the requirements.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
Correct Answer: C Vote an answer
You need to develop a BISM that meets the business requirements for ad-hoc and daily operational analysis.
You must minimize development effort.
Which development approach and mode should you use?
Correct Answer: A Vote an answer
Explanation: Only visible for EduDump members. You can sign-up / login (it's free).
You have a business intelligence (Bl) infrastructure.
You create a SQL Server Integration Services (SSIS) project that contains the packages for the Bl infrastructure.
You need to automate the deployment of the SSIS project.
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.
Correct Answer:
You are creating a SQL Server Integration Services (SSIS) package to populate a fact table from a source table. The fact table and source table are located in a SQL Azure database. The source table has a price field and a tax field. The OLE DB source uses the data access mode of Table.
You have the following requirements:
* The fact table must populate a column named TotalCost that computes the sum of the price and tax columns.
* Before the sum is calculated, any records that have a price of zero must be discarded.
You need to create the SSIS package in SQL Server Data Tools.
In what sequence should you order four of the listed components for the data flow task? (To answer, move the appropriate components from the list of components to the answer area and arrange them in the correct order.)
Correct Answer:

Explanation
Box 1: Ole DB Source
Box 2: Conditional Split
Disregard lines with a 0 sum.
Box 3: Derived column
Box 4: Ole DB Destination
Note:
* You configure a Data Flow task by adding components to the Data Flow tab. SSIS supports three types of data flow components:
Sources: Where the data comes from
Transformations: How you can modify the data
Destinations: Where you want to put the data
* Creating a data flow includes the following steps:
/ Adding one or more sources to extract data from files and databases, and add connection managers to connect to the sources.
/ Adding the transformations that meet the business requirements of the package. A data flow is not required to include transformations.
Some transformations require a connection manager. For example, the Lookup transformation uses a connection manager to connect to the database that contains the lookup data.
/ Connecting data flow components by connecting the output of sources and transformations to the input of transformations and destinations.
/ Adding one or more destinations to load data into data stores such as files and databases, and adding connection managers to connect to the data sources.
/ Configuring error outputs on components to handle problems.
At run time, row-level errors may occur when data flow components convert data, perform a lookup, or evaluate expressions. For example, a data column with a string value cannot be converted to an integer, or an expression tries to divide by zero. Both operations cause errors, and the rows that contain the errors can be processed separately using an error flow.
/ Include annotations to make the data flow self-documenting.
* The capabilities of transformations vary broadly. Transformations can perform tasks such as updating, summarizing, cleaning, merging, and distributing data. You can modify values in columns, look up values in tables, clean data, and aggregate column values.
* The Data Flow task encapsulates the data flow engine that moves data between sources and destinations, and lets the user transform, clean, and modify data as it is moved. Addition of a Data Flow task to a package control flow makes it possible for the package to extract, transform, and load data.
A data flow consists of at least one data flow component, but it is typically a set of connected data flow components: sources that extract data; transformations that modify, route, or summarize data; and destinations that load data.
You have a Microsoft SharePoint Server 2013 deployment that contains a PowerPivot service application and a site that has a PowerPivot Gallery.
You need to recommend a solution to provide users with the ability to monitor usage and service health by using the built-in PowerPivot Management Dashboard. The solution must use the principle of least privilege.
Which permissions should you assign to the users?
Correct Answer: C Vote an answer
0
0
0
10