This quiz, titled 'Msbi 70-448', assesses skills in SQL Server 2008 Integration Services (SSIS), focusing on data flow design, implementation, and optimization. It is ideal for learners aiming to master SSIS package design and troubleshooting in business contexts.
SQL Server Destination
OLE DB Destination
OLE DB Command Transformation
Data Conversion Transformation
Rate this question:
Use the Data Viewer tool.
Use the Data Profiling task.
Use the Audit transformation.
Use breakpoints in the Script component.
Rate this question:
Add a Sort transformation for each data flow.
Add an OLE DB Command transformation for each data flow.
Update the sorting properties in each source component.
Replace the Merge Join transformation with a Union All transformation.
Rate this question:
A Fuzzy Lookup transformation
Lookup transformation along with the Full cache option
Lookup transformation along with the No cache option
Lookup transformation along with the Partial cache option
Rate this question:
Use the Merge transformation.
Use the Lookup transformation.
Use the Union All transformation.
Use the Merge Join transformation.
Use the Fuzzy Lookup transformation.
Use the Fuzzy Grouping transformation.
Rate this question:
Add a variable to the package.
Add a variable to the data flow task.
Add a Foreach Loop container to the package.
Add a For Loop container to the package.
Add an expression to the Flat File Source component.
Add an expression to the Flat File connection manager.
Rate this question:
Set the RaiseChangedEvent property of the User::FileName variable to True.
Set the EvaluateAsExpression property of the User::DirectoryPath variable to True.
Add a Script task to the OnPostExecute event handler of the Foreach Loop container.
Set the Expression property of the User::DirectoryPath variable to the following expression. SUBSTRING( @[User::FileName], 1, LEN( @[User::FileName] ) - FINDSTRING( REVERSE( @[User::FileName] ), "\\", 1 ))
Set the Expression property of the User::FileName variable to the following expression. SUBSTRING( @[User::FileName], 1, LEN( @[User::FileName] ) - FINDSTRING( REVERSE( @[User::FileName] ), "\\", 1 ))
Rate this question:
Use the VersionGUID variable.
Use the ExecutionGUID variable.
Use the SourceID variable.
Use the TaskID variable.
Rate this question:
Create the variable at the package scope.
Create the variable at the Data Flow Task scope.
Create the variable at the Execute SQL Task scope.
Create the variable at the Sequence Container scope.
Rate this question:
Edit the XML configuration file.
Use an indirect XML configuration.
Run the package on the same server as the third-party database server.
Use a Microsoft ADO.NET connection manager instead of an OLE DB connection manager.
Rate this question:
Use the Deployment utility.
Use the SETX command line utility.
Use the DTUTIL command line utility.
Use the DTEXEC command line utility.
Rate this question:
Use the SSIS log provider for the SQL Profiler.
Use the SSIS log provider for the text file.
Use a Flat File Destination component.
Use a Raw File Destination component.
Add an Error output to the Data Flow component
Rate this question:
Copy the assembly to the appropriate folder.
Add the assembly to the Global Assembly Cache.
Register the assembly by using the REGSVR32 utility.
Register the assembly by using the Assembly Registration utility (REGASM.EXE).
Rate this question:
Cluster the SSIS service. Add the SSIS service to its own cluster resource group.
Cluster the SSIS service. Add the SSIS service to the SQL Server cluster resource group.
Implement checkpoints within your package. Restart the package whenever a failover occurs.
Implement transactions within your package. Restart the package whenever a failover occurs.
Rate this question:
Execute the dtutil command.
Execute the dtexec command.
Execute the dtexecui command.
Execute the dtswizard command.
Rate this question:
Build the Integration Services project.
Modify the AllowConfigurationChanges property of the project.
Copy each package. Rename each copy with a .SSISDeploymentManifest file extension.
View the code of each Data Transformation Services (DTS) package. Copy the first xml node to a file with a .SSISDeploymentManifest file extension.
Rate this question:
Configure the FTP tasks to support transactions.
Configure the Execute SQL tasks to support transactions.
Move all the FTP tasks to a sequence container
Configure the package to use a checkpoint.
Rate this question:
In the Foreach Loop container, configure the TransactionOption property to NotSupported.
In the Data Flow task, configure the TransactionOption property to Required.
In the package, configure the TransactionOption property to Required.
In the package, configure the TransactionOption property to NotSupported.
In the Execute SQL task, configure the TransactionOption property to NotSupported.
In the Execute SQL task, configure the TransactionOption property to Supported.
Rate this question:
DontSaveSensitive
EncryptAllWithUserKey
EncryptAllWithPassword
ServerStorage
Rate this question:
Assign the users to the db_ssisoperator role.
Assign the users to the db_ssisltduser role.
Assign the users to a custom database role in the PROD database.
Assign the users to a custom database role in the MSDB database.
Rate this question:
Set the BlockedSignatureStates registry entry to NoAdministrativeRestriction
Set the package protection level on all packages to DontSaveSensitive.
Set the package protection level on all packages to EncryptSensitiveWithPassword.
Set the BlockedSignatureStates registry entry to Block invalid and untrusted signatures and unsigned packages
Rate this question:
Modify the properties of the package to use the DontSaveSensitive package protection level.
Modify the deployment manifest file in Microsoft Notepad, and then modify the connection string manually.
On the Connection Managers tab of the Execute Package utility, select the Connection Manager check box, and then modify the connection string
Modify the properties of the package to use the ServerStorage package protection level.
Rate this question:
- Set the source attribute to Customer and the related attribute to City - Set the source attribute to City and the related attribute to Country
¡¤Set the source attribute to City and the related attribute to Customer ¡¤Set the source attribute to ountry and the related attribute to City.
Set the source attribute to Customer and the related attribute to City ¡¤Set the source attribute to Customer and the related attribute to Country
Set the source attribute to City and the related attribut to Customer. ¡¤Set the source attribute to Country and the related attribute to Customer
Rate this question:
Set the IsAggregatable property of the Price attribute to False.
Set the AttributeHierarchyEnabled property of the Price attribute to False.
Set the MembersWithData property of the Price attribute to NonLeafDataHidden.
Set the GroupingBehavior property of the Price attribute to DiscourageGrouping.
Rate this question:
Set the AggregationFunction property of AccountBalance to Sum.
Set the AggregationFunction property of AccountBalance to ByAccount.
Set the AggregationFunction property of AccountBalance to LastNonEmpty.
Set the AggregationFunction property of AccountBalance to FirstNonEmpty.
Rate this question:
Set the MeasureExpression property of the Amount measure to [Amount]*[Ownership].
Set the FormatString property of the Amount measure to [Amount]*[Ownership].
Set the MeasureExpression property of the Amount measure to [DimCustomer].[Amount]*[Ownership].
Set the FormatString property of the Amount measure to [DimCustomer].[Amount]*[Ownership].
Modify the ProactiveCaching property.
Modify the ProcessingPriority property.
Modify the ProcessingMode property.
Modify the DataAggregation property.
Rate this question:
Create a Named Calculation that uses EmployeeKey and ManagerKey
Create a relationship by using EmployeeKey as the source column and ManagerKey as the destination column.
Create a Named Query that uses a relationship with EmployeeKey as the source column and ManagerKey as the destination column
Create a relationship by using ManagerKey as the source column and EmployeeKey as the destination column.
Rate this question:
Set the relationship between the DimOrders dimension and the FactOrders measure group to No Relationship.
Create a fact dimension relationship between the DimOrders dimension and the FactOrders measure group.
Create a regular dimension relationship between the DimOrders dimension and the FactOrders measure group. Set the Granularity attribute to Shipper and the measure group columns to OrderAmount.
Create a regular dimension relationship between the DimOrders dimension and the FactOrders measure group. Set the Granularity attribute to OrderKey and the measure group columns to OrderAmount.
Create a regular relationship between DimCustomer and FactTransaction.
Create a referenced relationship between DimCustomer and FactCustomerAccount. Set DimAccount as an intermediate dimension.
Create a many-to-many relationship between DimCustomer and FactTransaction. Set FactCustomerAccount as an intermediate measure group.
Create a many-to-many relationship between DimCustomer and FactCustomerAccount. Set FactTransaction as an intermediate measure group.
Create a reference relationship between the DimTime dimension and the FactSales measure group.
Create a many-to-many relationship between the DimTime dimension and the FactSales measure group.
Create two regular relationships between the DimTime dimension and the FactSales measure group. Use identical measure group columns
Create two regular relationships between the DimTime dimension and the FactSales measure group. Use different measure group columns.
Rate this question:
KPIValue( "GPMargin" ) >?( KPIValue( "GPMargin" ),
KPITrend( "GPMargin" ) >?( KPIValue ( "GPMargin" ),
KPIStatus( "GPMargin" ) >?( KPIValue( "GPMargin" ),
KPIGoal( "GPMargin" ) >?( KPIValue( "GPMargin" ),
Rate this question:
([Measures].[Amount],OPENINGPERIOD( [DimTime].[Yr-Qtr-Mth].FirstSibling.Level))
([Measures].[Amount],LASTPERIODS( 0,[DimTime].[Yr-Qtr-Mth].PrevMember))
([Measures].[Amount],[DimTime].[Yr-Qtr-Mth].PrevMember)
([Measures].[Amount],[DimTime].[Yr-Qtr-Mth].FirstSibling)
Rate this question:
Add the following code segment at line 04. Scope([Measures].[Amount], [DimTime].[Date].[Quarter]. [Q1 2007] ); This=[DimTime].[Date].currentmember * 1.5; End Scope;
Add the following code segment at line 01. Scope([Measures].[Amount], [DimTime].[Date].[Quarter]. [Q1 2007] ); This=[DimTime].[Date].currentmember * 1.5; End Scope;
Add the following code segment at line 04. Scope([Measures].[SalesAmount], Descendants([DimTime].[Date].[Quarter]. [Q1 2007] [DimTime].[Date].[Month]) ); This=[DimTime].[Date].currentmember * 1.5; End Scope;
Add the following code segment at line 01. Scope([Measures].[SalesAmount], Descendants([DimTime].[Date].[Quarter].[Q1 2007] [DimTime].[Date].[Month]) ); This=[DimTime].[Date].currentmember * 1.5; End Scope;
Rate this question:
PeriodsToDate([DimTime].[Yr-Qtr-Mth].[Year], [DimTime].[Yr-Qtr-Mth].[Month].[July 2007])
PeriodsToDate([DimTime].[Yr-Qtr-Mth].[Month], [DimTime].[Yr-Qtr-Mth].[Month].[July 2007])
ParallelPeriod([DimTime].[Yr-Qtr-Mth].[Year], 7, [DimTime].[Yr-Qtr-Mth].[Month].[July 2007])
ParallelPeriod ([DimTime].[Yr-Qtr-Mth].[Month], 7, [DimTime].[Yr-Qtr-Mth].[Month].[July 2007])
Rate this question:
ALTER MINING STRUCTURE [Bike Buyer] ADD MINING MODEL [Decision Tree] ( [Customer Key], [Age], [Bike Buyer] PREDICT, [Commute Distance], [Yearly Income] )?USING Microsoft_Decision_Trees WITH DRILLTHROUGH
INSERT INTO [Decision Tree] ( [Customer Key], [Age], [Bike Buyer], [Commute Distance], [Yearly Income] ) OPENQUERY([Bike Buyer], ?'Select [Customer Key], [Age], [Bike Buyer] , [Commute Distance],[Yearly Income]' )
SELECT * INTO [Decision Tree] USING [Microsoft_Decision_Trees] FROM [Bike Buyer] D. CREATE MINING MODEL [Decision Tree] ( [Customer Key] LONG KEY, [Age] LONG DISCRETIZED(Automatic, 10), [Bike Buyer] LONG DISCRETE, [Commute Distance] TEXT DISCRETE, [Yearly Income] DOUBLE CONTINUOUS )?USING Microsoft_Decision_Trees
Rate this question:
NATURAL PREDICTION JOIN
PREDICTION JOIN
INNER JOIN
OPENQUERY
Rate this question:
Set the Usage property appropriately
Set the IsAggregatable property appropriately.
Set the AggregationUsage property appropriately
Set the AttributeHierarchyEnabled property appropriately
Real-time hybrid online analytical processing (HOLAP)
Real-time relational online analytical processing (ROLAP)
Automatic multidimensional online analytical processing (MOLAP)
Scheduled multidimensional online analytical processing (MOLAP)
Rate this question:
Set the OnlineMode property for the partition to Immediate.
Set the ProcessingMode property for the partition to Regular.
Set the OnlineMode property for the partition to OnCacheComplete.
Set the ProcessingMode property for the partition to LazyAggregations.
Rate this question:
Temporarily add your account to the Northern Region role.
Add the User ID=Northern Region; parameter to the connection string.
Add the Roles=Northern Region; parameter to the connection string.
Select the Enable Visual Totals check box for the Northern Region role.
Rate this question:
Add the manager to the Bikes role.
Add the manager to the Northeast Region role.
Add the manager to a new role that has the following two components: ¡¤{[Sales Territry].[Sales Territory Region].&[Northeast]} as the allowed set. ¡¤{[Product].[Product Category].[Product Category].&[Bikes]} as the allowed set
Add the manager to a new role that has the following four components: ¡¤{[Sales Territory].[Sales Territory Reion].AllMembers} as the denied set ¡¤{[Sales Territory].[Sales Territory Region].&[Northeast]} as the allowed set ¡¤{[Product].[Product Category].[Product Category].AllMembers} as the denied set. ¡¤{[Product].[Product Category].[Product Category].&[Bikes]}as the allowed set.
Rate this question:
Add members of the [Employee].[Employees] hierarchy that contain three or less children to the denied set for the Managers role.
Add members of the [Employee].[Employees] hierarchy that contain more than three children to the allowed set for the Managers role.
Add the following expression to the Allow Reading property in Cell Data in the Managers role. Descendants([Employee].[Employees].CurrentMember,,LEAVES).Count
Add the following expression to the Allow Reading property in Cell Data in the Managers role. IIF(Descendants([Employee].[Employees].CurrentMember,,LEAVES).Count
Rate this question:
Add all the country members except those of France and Germany to the Allowed Set property.
Add the following set to the Denied Set property. {[Customer].[Country].&[Germany] ,[Customer].[Country].&[France]}
Add the following set to the Denied Set property. Except([Customer].[Country].[Country] ,{[Customer].[Country].&[Germany] ,[Customer].[Country].&[France]})
Add the following set to the Allowed Set property. Extract({[Customer].[Country].&[Germany] ,[Customer].[Country].&[France]} ,[Customer].[Country])
Rate this question:
Use the Synchronize Database Wizard.
Copy the appropriate files from the development server to the production server.
Detach the production database. Copy the appropriate files to the production server, and then attach the database on the production server
Detach the production database. Copy the appropriate files to the production server, and then attach the database on the production server
Rate this question:
Use the Deployment Wizard along with the appropriate options.
Execute an UPDATE CUBE statement in Microsoft SQL Server Management Studio (SSMS).
Use the Analysis Services Destination component in Microsoft SQL Server Integration Services (SSIS)
Use the Business Intelligence Development Studio (BIDS) and set the processing option to Do Not Process.
Rate this question:
SQL Server Configuration Manager
SQL Server Management Studio
SQL Server Error and Usage Reporting
SQL Server Business Intelligence Development Studio
Rate this question:
Configure Kerberos authentication.
Configure Analysis Services for HTTP authentication.
Set the AnonymousConnectionsEnabled policy to True.
Set the Security\RequireClientAuthentication property to True.
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.