网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
You need to review the current storage system and decide on the best configuration for the tempdb database on SQL1 to improve tempdb performance. Your solution must ensure that company requirements and policies are fulfilled.Which two actions should you perform?()
A

Create a RAID-1 set, and move tempdb to this drive set.

B

Create a RAID-0 set, and move tempdb to this drive set.

C

Set the starting size of tempdb to 3 GB

D

Create a RAID-0 set, and move tempdb and the user database with the largest index to this drive set.

E

Disable automatic file growth on tempdb.


参考答案

参考解析
解析: 暂无解析
更多 “多选题You need to review the current storage system and decide on the best configuration for the tempdb database on SQL1 to improve tempdb performance. Your solution must ensure that company requirements and policies are fulfilled.Which two actions should you perform?()ACreate a RAID-1 set, and move tempdb to this drive set.BCreate a RAID-0 set, and move tempdb to this drive set.CSet the starting size of tempdb to 3 GBDCreate a RAID-0 set, and move tempdb and the user database with the largest index to this drive set.EDisable automatic file growth on tempdb.” 相关考题
考题 You are writing an application that uses isolated storage to store user preferences.The application uses multiple assemblies.Multiple users will use this application on the same computer.You need to create a directory named Preferences in the isolated storage area that is scoped to the current Microsoft Windows identity and assembly.Which code segment should you use?()A.B.C.D.

考题 Which CLI command do you use to determine which files are cleanup candidates?() A. request system storage cleanup candidatesB. request system services storage candidatesC. request system services candidate cleanupD. request system storage cleanup dry-run

考题 You are asked to free up disk space so you can update your version of the Junos OS.Which two commands display the files that will be removed?() A. user@router request system storage cleanupB. user@router show system storageC. user@router request system storage cleanup dry-runD. user@router show system storage detail

考题 A customer has an existing high availability SAN environment with CLARiiON, which has been stable for 16 months. They have recently experienced several outages with their current storage systems. They need to purchase additional storage and have asked about tier 1 storage. They are concerned with connecting their existing storage and servers without trouble.Which resource should be consulted while developing the solution options?()A. Disk MagicB. TPC for DataC. CLARiiON Procedure GeneratorD. System Storage Interoperability Center

考题 You plan to implement a Hyper-V host cluster. The cluster will contain two servers connected to a Storage Area Network (SAN). You need to recommend a storage location for virtual machine (VM) snapshots. The solution must ensure that the VMs can fail over. Which storage location should you recommend?()A、a domain-based Distributed File System (DFS) namespaceB、a network shareC、the SAND、a local hard disk

考题 Which document provides guidelines to support planning and provides pre-installation steps forthe IBM System Storage DS8000?()A、Solution Assurance Product Review GuideB、DS8000 Introduction and Planning GuideC、DS8000 Installation GuideD、System Assurance Product Review Guide

考题 A customer has the need for performance monitoring of an IBM System Storage DS8000.  Which product does the customer need()A、System Storage Productivity CenterB、Tivoli Storage Productivity Center for DataC、Tivoli Storage Productivity Center for DiskD、Tivoli Storage Productivity Center for Fabric

考题 A customer has an existing high availability SAN environment with CLARiiON, which has been stable for 16 months. They have recently experienced several outages with their current storage systems. They need to purchase additional storage and have asked about tier 1 storage. They are concerned with connecting their existing storage and servers without trouble. Which resource should be consulted while developing the solution options?()A、Disk MagicB、TPC for DataC、CLARiiON Procedure GeneratorD、System Storage Interoperability Center

考题 Your database is configured on non-ASM disk storage. You need to migrate your database to ASM disk storage.  Which statement is true about migrating from non-ASM disk storage to ASM disk storage?() A、 You can use the operating system utility to migrate from non-ASM disk storage to ASM disk storage.B、 You cannot perform a database backup from non-ASM disk storage to tape and then move it to ASM disk storage.C、 You can use the SWITCH DATABASE TO COPY Recovery Manager (RMAN) command to switch back to non-ASM disk storage if you have not deleted your original datafiles.D、 You cannot use Recovery Manager (RMAN) to migrate from non-ASM disk storage to ASM disk storage if you are not using RMAN for your backup and recovery strategies.

考题 You are designing a Windows Azure application that will store data. You have the following requirements:   - The data storage system must support the storage of more than 500 GB of data.   - Data retrieval must be possible from a large number of parallel threads without threads blocking each other.   You need to recommend an approach for storing data.  What should you recommend?()A、 Use Windows Azure Queues.B、 Use Windows Live Mesh 2011.C、 Use a single SQL Azure database.D、 Use Windows Azure Table storage

考题 You need to recommend a file recovery solution that meets the company's technical requirements. What should you include in the recommendation?()A、Distributed File System (DFS) ReplicationB、File Server Resource Manager (FSRM) active file screensC、shadow copiesD、Windows Storage Server 2008

考题 You need to recommend a solution for the USB storage devices on the client computers.The solution must meet the company’s security requirements. What should you include in the recommendation?()A、Encrypted File System (EFS)B、the AppLocker Group Policy settingsC、the Enhanced Storage Access settingsD、Windows BitLocker Drive Encryption (BitLocker)

考题 单选题You are designing a Windows Azure application that will store data. You have the following requirements:   - The data storage system must support the storage of more than 500 GB of data.   - Data retrieval must be possible from a large number of parallel threads without threads blocking each other.   You need to recommend an approach for storing data.  What should you recommend?()A  Use Windows Azure Queues.B  Use Windows Live Mesh 2011.C  Use a single SQL Azure database.D  Use Windows Azure Table storage

考题 单选题You plan to implement a Hyper-V host cluster. The cluster will contain two servers connected to a Storage Area Network (SAN). You need to recommend a storage location for virtual machine (VM) snapshots. The solution must ensure that the VMs can fail over. Which storage location should you recommend?()A a domain-based Distributed File System (DFS) namespaceB a network shareC the SAND a local hard disk

考题 单选题You need to recommend a solution for the file servers in the branch offices that meets the storage requirements.What should you include in the recommendation?()A Distributed File System (DFS) and access-based enumeration (ABE)B File Server Resource Manager (FSRM) quotas and file screensC NTFS disk quotas and NTFS permissionsD Services for Network File System (NFS) and offline files

考题 单选题You have a computer that runs Windows 7. You need to identify which applications were installed during thelast week.  What should you do?()A From Reliability Monitor, review the informational events.B From System Information, review the Software Environment.C From Performance Monitor, review the System Diagnostics Report.D From Performance Monitor, run the System Performance Data Collector Set.

考题 多选题In which scenarios would you rebuild an index?()Awhen you need to disable the index usageBwhen you need to change storage optionsCwhen you need to enable index monitoringDwhen you need to move the index to another tablespace

考题 多选题You administer a SQL Server 2008 instance. You deploy a new database named Engineering. The Engineering database manages large documents that will be revised occasionally. You need to design a table structure that allows fast read access. You also need to minimize storage space requirements.  Which two actions should you perform?()AUse NTFS file system compression on the volume.BUse row-level compression on the document table.CUse varbinary(MAX) data type with FILESTREAM storage.DEnable row-level compression on all columns that use the vardecimal() data type.

考题 多选题You are asked to free up disk space so you can update your version of the Junos OS.Which two commands display the files that will be removed?()Auser@router request system storage cleanupBuser@router show system storageCuser@router request system storage cleanup dry-runDuser@router show system storage detail

考题 单选题Your database is configured on non-ASM disk storage. You need to migrate your database to ASM disk storage.  Which statement is true about migrating from non-ASM disk storage to ASM disk storage?()A  You can use the operating system utility to migrate from non-ASM disk storage to ASM disk storage.B  You cannot perform a database backup from non-ASM disk storage to tape and then move it to ASM disk storage.C  You can use the SWITCH DATABASE TO COPY Recovery Manager (RMAN) command to switch back to non-ASM disk storage if you have not deleted your original datafiles.D  You cannot use Recovery Manager (RMAN) to migrate from non-ASM disk storage to ASM disk storage if you are not using RMAN for your backup and recovery strategies.

考题 单选题You need to recommend a high-availability solution for the file servers in Branch2 that supports the museum's planned changes    What should you include in the recommendation?()A a standalone Distributed File System (DFS) namespace and DFS ReplicationB a domain-based Distributed File System (DFS) namespace and DFS ReplicationC Failover Clustering and Clustered Shared VolumesD Network Load Balancing (NLB) and Storage Manager

考题 多选题You need to review the current storage system and decide on the best configuration for the tempdb database on SQL1 to improve tempdb performance. Your solution must ensure that company requirements and policies are fulfilled.Which two actions should you perform?()ACreate a RAID-1 set, and move tempdb to this drive set.BCreate a RAID-0 set, and move tempdb to this drive set.CSet the starting size of tempdb to 3 GBDCreate a RAID-0 set, and move tempdb and the user database with the largest index to this drive set.EDisable automatic file growth on tempdb.

考题 单选题Which CLI command do you use to determine which files are cleanup candidates?()A request system storage cleanup candidatesB request system services storage candidatesC request system services candidate cleanupD request system storage cleanup dry-run

考题 单选题Which CLI command do you use to determine which files are cleanup candidates?()A request system storage cleanup candidatesB request sytem services storage candidatesC request system services candidate cleanupD request system storage cleanup dry-run

考题 单选题You need to recommend a backup solution for the file servers that supports the company's planned changes.   What should you include in the recommendation?()A File Server Resource Manager (FSRM)B Microsoft System Center Data Protection ManagerC Windows Server BackupD Windows Storage Server 2008

考题 单选题You need to recommend a solution for the USB storage devices on the client computers.The solution must meet the company’s security requirements. What should you include in the recommendation?()A Encrypted File System (EFS)B the AppLocker Group Policy settingsC the Enhanced Storage Access settingsD Windows BitLocker Drive Encryption (BitLocker)

考题 单选题You have a portable computer that runs Windows 7. You configure the computer to enter sleep mode after10 minutes of inactivity. You do not use the computer for 15 minutes and discover that the computer has notentered sleep mode. You need to identify what is preventing the computer from entering sleep mode.  What should you do?()A At a command prompt, run Powercfg energy.B At a command prompt, run Systeminfo /s localhost.C From Performance Monitor, review the System Summary.D From Performance Information and Tools, review the detailed performance and system information.

考题 单选题A customer has the need for performance monitoring of an IBM System Storage DS8000.  Which product does the customer need()A System Storage Productivity CenterB Tivoli Storage Productivity Center for DataC Tivoli Storage Productivity Center for DiskD Tivoli Storage Productivity Center for Fabric