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.
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:
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:
DontSaveSensitive
EncryptAllWithUserKey
EncryptAllWithPassword
ServerStorage
Rate this question:
Subreport
Tablix Data Region
Drillthrough action
Interactive Sorting
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:
Set the LogDir server property to a valid path.
Set the QueryLogSampling server property to 10.
Set the AllowedBrowsingFolders server property to include the folder from the LogDir setting.
Set the QueryLogConnectionString server property to a valid connection string.
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:
=First(Fields!LastName)
=Fields!LastName.Value
=First(Fields!LastName.Value)
=Fields!LastName.Value.Substring(0,1)
Rate this question:
KPIValue( "GPMargin" ) >?( KPIValue( "GPMargin" ),
KPITrend( "GPMargin" ) >?( KPIValue ( "GPMargin" ),
KPIStatus( "GPMargin" ) >?( KPIValue( "GPMargin" ),
KPIGoal( "GPMargin" ) >?( KPIValue( "GPMargin" ),
Rate this question:
NATURAL PREDICTION JOIN
PREDICTION JOIN
INNER JOIN
OPENQUERY
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:
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:
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:
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:
List
Table
Rectangle
Matrix
Rate this question:
Edit the RSReportServer.config file.
Edit the rssrvpolicy.config file
Edit the Site Settings of the instance by using the Report Manager.
Edit the Server Settings by using Microsoft SQL Server Management Studio (SSMS).
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:
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:
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:
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:
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:
MSAS 2008: Memory
MSAS 2008: Cache
MSAS 2008: Proc Aggregations
MSAS 2008: Storage Engine Query
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:
The cube
The partition
The dimension
The measure group
Rate this question:
Reduce the overall width of the report.
Reduce the page size of the report.
Reduce the height of the report footer
Reduce the height of the report header
Rate this question:
Use the rs.exe utility.
Use the rskeymgmt.exe utility
Deploy the solutions by using Business Intelligence Development Studio (BIDS).
Copy the Report Server databases to the production server. Configure the server by using the Reporting Services Configuration tool.
Rate this question:
SQL Server Destination
OLE DB Destination
OLE DB Command Transformation
Data Conversion Transformation
Rate this question:
Use the VersionGUID variable.
Use the ExecutionGUID variable.
Use the SourceID variable.
Use the TaskID variable.
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:
Configure the OverwriteDataSources property
Configure the TargetServerURL property
Configure the TargetDataSourceFolder property
Configure the TargetReportFolder property
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:
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:
Query Cube End
Query Subcube
MDX Script End
Get Data from Cache
Rate this question:
Remove the Private keyword from the function definition.
Remove the Shared keyword from the function definition.
Declare the function as Public Shared instead of Private Shared.
Create a custom assembly by using Microsoft Visual Basic .NET. Declare the function as Public Shared.
Remove the NON EMPTY clauses
Replace the CHAPTERS axis with the ROWS axis
Replace the CHAPTERS axis with the SECTIONS axis.
Rewrite the query to display the Order Quantity on the COLUMNS axis, the Calendar Year on the ROWS axis, and the Category data on the PAGES axis.
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:
SQL Server Configuration Manager
SQL Server Management Studio
SQL Server Error and Usage Reporting
SQL Server Business Intelligence Development Studio
Rate this question:
Add a filter to the dataset.
Add a filter to the matrix.
Add a filter to the table
Add a parameter to the stored procedure that filters the result set.
Rate this question:
¡¤On the column that contains detail information, set the hidden property to True. ¡¤Set the Visibility can be toggled by another report item property to True
On the column that contains detail information, set the hidden prperty to False. ¡¤Set the Visibility can be toggled by another report item property to False
On the column that contains detail information, set the hidden property to True. ¡¤Set the Visibility can be toggled by another report item property to False
On the column that contains detail information, set the hidden property to False. ¡¤Set the Visibility can be toggled by another report item property to True
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:
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:
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:
Use the ProcessAdd command.
Use the ProcessUpdate command.
Use the ProcessIndexes command.
Use the ProcessClear and the ProcessDefault commands.
Rate this question:
=iif(RowNumber(Nothing) / 2, "PaleGreen", "White")
=iif(RowNumber(Nothing) Mod 2, "PaleGreen", "White")
=iif(CountRows() / 2, "PaleGreen", "White")
=iif(CountRows() Mod 2, "PaleGreen", "White")
Rate this question:
Clear the Prompt value.
Set the Hidden property.
Set the Internal property.
Remove the default values
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:
Use the SQL Server data source.
Use the SQL Server Analysis Services data source.
Use the OLE DB for SQL Server data source.
Use the OLE DB for the Analysis Services 8.0 data source.
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.