Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us

 Home

 Search

Latest Brain Dumps

 BrainDump List

 Certifications Dumps

 Microsoft

 CompTIA

 Oracle

  Cisco
  CIW
  Novell
  Linux
  Sun
  Certs Notes
  How-Tos & Practices 
  Free Online Demos
  Free Online Quizzes
  Free Study Guides
  Free Online Sims
  Material Submission
  Test Vouchers
  Users Submissions
  Site Links
  Submit Site

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Online Training Demos and Learning Tutorials for Windows XP, 2000, 2003.

 

 

 

 





Braindumps for "70-445" Exam

It is rocking site itcertkeys

 Question 1.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. 
The package has the following features:
Two Data Flow tasks and two Control Flow tasks
A success constraint between each Data Flow task and the subsequent Control Flow task
The package uses one transaction for all the tasks.
You need to configure the package so that the two Data Flow tasks use their own transactions.
You also need to ensure that each Control Flow task is enlisted in the same transaction as its preceding Data Flow task.

Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

A. Change the TransactionOption property to Supported for the package.
B. Change the TransactionOption property to Required for the package.
C. Change the TransactionOption property to Supported for each Data Flow task.
D. Change the TransactionOption property to Required for each Data Flow task.
E. Change the TransactionOption property to Supported for each Control Flow task.
F. Change the TransactionOption property to Required for each Control Flow task.

Answer: A, D, E

Question 2.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. The package contains 30 Data Flow tasks and 30 Control Flow tasks. The package runs slower than expected. You need to capture the start time the finish time and the elapsed time for the validation and execution of the package. 

What should you do?

A. Enable the OnProgress event handler and use the Control Flow tasks to write the information 
    to a log.
B. Monitor the Progress tab during the execution of the package, and then monitor the Execution 
    Results tab.
C. Use the Performance Monitor tool to capture the counters from the SQL Server SSIS Service 
    object. Analyze the output for the required information.
D. Use the Performance Monitor tool to capture the counters from the SQL Server: SSIS Pipeline 
    object. Analyze the output for the required information.

Answer: B

Question 3.
Microsoft SQL Server Management Studio (SSMS) is installed on your workstation. Microsoft Business Intelligence Development Studio (BIDS) is not installed on your workstation. 

You need to create a package that must meet the following requirements:
It must be transactional.
It must be optimized for 20 tables.
It must be stored securely in the msdb database of a remote server.

What should you do?

A. Create the package by using DTS Designer.
B. Create the package by using the Package Migration Wizard.
C. Create the package by using the Microsoft SQL Server Import and Export Wizard.
D. On the Microsoft SQL Server 2005 Integration Services (SSIS) menu, click the Create 
    Package submenu.

Answer: C

Question 4.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. While testing, a Transact-SQL user-defined function causes duplicate key values that stop the transformation.

To permit the transformation to continue, the package must perform the following tasks:
1. Ascertain which rows are affected.
2. Insert the rows that fail into a table.
3. Continue with the process.
You need to change certain properties in the package to meet the requirements.

Which three tasks should you perform? (Each correct answer presents part of the solution. Choose three.)

A. Choose the Redirect Row option for the Error property on the key column.
B. Choose the Ignore Failure option for the Error property on the key column.
C. Choose the Fail Component option for the Error property on the key column.
D. Add a DataReader source to use a new Data Flow destination when the Failure constraint is 
    fired.
E. Add a DataReader source to use a new Data Flow destination when the Completion constraint 
    is fired.
F. Edit the Error Output properties for each DataReader source and configure each data source 
    for error handling.

Answer: A, D, F

Question 5.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. The package uses at least one sequence container in one transaction. Each transaction controls a Data Flow task and a Control Flow task. Each Data Flow task has a Success constraint. 

The Control Flow task follows the Success constraint. The package must include the following requirements:
Each Data Flow task must use its own transaction.
The Control Flow task and the Data Flow task that precedes it must succeed or fail as an atomic unit.
A restart point must restart each Data Flow task and the Control Flow task that follows it as an atomic unit.
You need to make changes in the control flow designer to meet the outlined requirements.

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A. Add all the Data Flow tasks and the Control Flow tasks to one sequence container.
B. Add a sequence container for each Control Flow task and the Data Flow task that precedes it.
C. Change the FailPackageonFailure property to true for each new sequence container that is 
    added to the package.
D. Change the FailPackageonFailure property to false for each new sequence container that is 
    added to the package.

Answer: B, C

Question 6.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. An Analysis Services Processing task in the package requires data from a file. The file is exported to a file share.
If the file is not available on the file share, the Analysis Services Processing task must import data from a remote Microsoft SQL Server 2005. You need to add steps to the package to import the data. 

What should you do?
 
Answer:
 

Question 7.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. The OLE DB data source for the package is a database that is updated frequently. 

You need to create a package that accomplishes the following tasks:
Implement the IRowsetFastLoad interface.
Support various data flow destinations.

Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

A. Use an OLE DR data flow destination.
B. Use a Recordset data flow destination.
C. Use a DataReader data flow destination.
D. Create separate data flow destinations within the same Data Flow task.

Answer: A, D

Question 8.
Your company's business intelligence (BI) model uses Microsoft SQL Server 2005 Integration Services (SSIS). There are 20 packages that use the same configuration. The package configuration is stored in an XML file as a variable. You need to track the changes that affect a package that uses one variable. You also need to modify the package to provide automatic notification by e-mail whenever there are changes to the variable.

What should you do?
 
Answer:
 

Question 9.
You are designing a Microsoft SQL Server Integration Services (SSIS) package. The package contains a single OLE DB data source. The package must be deployed on 10 servers. The package uses the XML configuration file to connect to a pre-assigned server. You need to ensure that the package uses the correct server at runtime

What should you do?
 
Answer:
 

Question 10.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. The package is named UpdateTable.dtsx and contains a variable named runlD. The package must run by using the dtexec utility. The runlD variable must be set at runtime to a value of 5. You need to meet the outlined requirements. 

What should you do?

A. Execute dtexec /F "c:\ssisPackages\UpdateTable.dtsx" /SET 
    \packages.variables[runlD].Value;5.
B. Execute dtexec /F "c:\ssisPackages\UpdateTable.dtsx" /SET \packages.variables.runlD=5.
C. Create a text file that specifies the variable name and value in the format 
    package.variables[runlD].Value = 5. Execute dtexec /F "c:\ssisPackages\UpdateTable.dtsx" 
    /COM  where  is the name of the file you just created.
D. Create a text file that specifies the variable name and value in the format runlD=5. Execute 
    dtexec /F "c:\ssisPackages\UpdateTable.dtsx" /COM  where  is the 
    name of the text file you just created.

Answer: A

Question 11.
You create 25 Microsoft SQL Server 2005 Integration Services (SSIS) packages on the development server. You decide to deploy the SSIS packages on the test server. You need to create a repeatable process that will allow you to deploy the packages to the package store on the test server if the packages change. You also need to ensure that this is achieved with minimum effort. 

What should you do?

A. Use Microsoft SQL Server Business Intelligence Development Studio (BIDS) to save each 
    package to the remote server.
B. Use the dtutil utility in a batch file to deploy each of the package .dtsx files to the remote server 
    with the /Fi option.
C. Copy the Microsoft SQL Server Business Intelligence Development Studio (BIDS) files to the 
    remote server and build the SSIS project on the remote server.
D. Create a package deployment utility in Microsoft SQL Server Business Intelligence 
    Development Studio (BIDS) and use the Deployment Wizard to deploy all the packages.

Answer: D

Question 12.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. You need to ensure that the package came from a trusted source. 

What should you do?

A. Change the CheckSignatureOnLoad property of the package to false.
B. Change the CheckSignatureOnLoad property of the package to true.
C. Create a certificate. Change the CheckSignatureOnLoad property of the package to false.
D. Create a certificate. Change the CheckSignatureOnLoad property of the package to true.

Answer: D

Question 13.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. You create a table and populate the table with the required data. You receive an error message "destination table not found" when you run the package without the package destination objects. You need to set a package property that runs the package without giving the "destination table not found" error message when the configuration setting of the Connection Manager fails. 

Which package property should you set?

A. DelayValidation true
B. MaximumErrorCount = 2
C. DisableEventHandler = true
D. FailPackageonFailure = false

Answer: A

Question 14.
You are designing a Microsoft SQL Server 2005 Integration Services (SSIS) package. The package is connected to a database on your development server by using a connection manager. You decide to use the DTExecUl utility to run the package. You need to change the connection of the connection manager to a different server at run time without using a package configuration file. 

What should you do?

A. Specify an appropriate command file by using the Command Files dialog box.
B. Specify an appropriate Connection String variable in the Set Values dialog box.
C. Specify an appropriate package configuration by using the Configurations dialog box.
D. Specify a different connection string for the connection manager by using the Connection 
    Manager dialog box.

Answer: D

Question 15.
You are designing a Microsoft SQL Server 2005 Reporting Services (SSRS) accounting report. Every other line of output in the report table must have a green background. You need to use the appropriate expression for the BackgroundColor property of the table. 

Which expression should you use?

A. =lif((RowNumber("Odd")),"Green","White")
B. =lif((RowNumber(Nothing)),"Green","White")
C. =lif((RowNumber(Nothing) MOD 2),"Green","White")
D. =lif((RowNumber(lnScope("Odd"))),"Green","White")

Answer: C

Question 16.
You are designing a Microsoft SQL Server 2005 Reporting Services (SSRS) report. The report must use a custom assembly to perform real-time lookup and currency conversion. The assembly has a static class named CurrencyConversion that exists in the namespace FinancialCalc. The class has a method named ToEUR that requires two arguments, Currency and CurrencyCode. You need to reference the ToEUR method in an expression to convert USD to EURO when the report runs. 

Which expression should you use?

A. =Code.FinancialCalc .CurrencyConversion.ToEUR (Fields!Currency.Value,"USD")
B. =Code!FinancialCalc.CurrencyConversion.ToEUR (Fields!Currency.Value,"USD")
C. =FinancialCalc.CurrencyConversion.ToEUR (Fields!Currency.Value,"USD")
D. =FinancialCalc!CurrencyConversion.ToEUR (Fields!Currency.Value,"USD")

Answer: C


Google
 
Web www.certsbraindumps.com


Braindumps: Dumps for E20-593 Exam Brain Dump

Study Guides and Actual Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA


Advertise

Submit Braindumps

Forum

Tell A Friend

    Contact Us





Braindumps for "E20-593" Exam

Backup & Recovery Implementation Exam

 Question 1.
Which network should be sized to accommodate backup data in an NDMP environment?

A. Public LAN
B. SAN
C. Private LAN
D. WAN

Answer: B

Question 2.
Your customer has accidentally removed a Client File Index(CFI). 

Which NetWorker command can you use to recover the CFI?

A. nsrd
B. nsrck
C. recover
D. mminfo

Answer: B

Question 3.
When configuring a remote tape library in NetWorker, what must you do before running jbconfig?

A. Verify the user running jbconfig is in the Administrator list
B. Configure a storage node resource for the remote storage node
C. Perform an inventory of the volumes in the tape library
D. Run inquire to create the device path names

Answer: A

Question 4.
The customer has a DL710 system, and wants to use the Auto Archive feature. The physical tape library has been connected to the disk library engine. 

What is the next step?

A. Perform a Rescan on the back-end ports
B. Run the Physical Library Wizard
C. Create a new SAN Client for the physical library
D. Run the Configuration Wizard

Answer: A

Question 5.
If a NetWorker client is backed up at an incremental level, at which level is its Client File Index (CFI) backed up?

A. 1
B. Incremental
C. 9
D. Full

Answer: C

Question 6.
You are setting up EMC Replication Storage group on a CLARiiON array for the RM use. 

What should be attached to this storage group?

A. RM Server
B. Source LUNs
C. RM Mount Host
D. Clone LUNs

Answer: D

Question 7.
What happens when a NetWorker advanced file type device fills up?

A. Specified save sets on the volume are immediately staged
B. An email is sent to the NetWorker administrator recommending that another volume be 
    mounted
C. Save streams going to the device hang until another volume becomes available
D. A NetWorker notification is performed

Answer: D

Question 8.
What is the major difference between a CLARiiON backup-to-disk and a CLARiiON Disk Library?

A. ATA disk
B. Scalable
C. Number of service processors
D. Disk-to-Disk replication

Answer: D

Question 9.
You have restored your customer's Replication Manager Solid database but the database remains corrupted. 

Which action should you take?

A. Rerun the restore script with the "/logdelete" switch
B. Restore the backup from tape and rerun the restore script with the "/logdelete" switch
C. Restore the backup from tape and rerun the restore script with the "/nologs" switch
D. Rerun the restore script with the "/nologs" switch

Answer: C

Question 10.
Which command do you use to change the browse and the retention times of a save set?

A. nsrmm
B. nsrls
C. nsrjb
D. mminfo

Answer: A


Google
 
Web www.certsbraindumps.com


Study Guides and Real Exam Questions For Oracle OCP, MCSE, MCSA, CCNA, CompTIA





              Privacy Policy                   Disclaimer                    Feedback                    Term & Conditions

www.helpline4IT.com

ITCertKeys.com

Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.