Collecting information requires large numbers of locks on various INFORMATION_SCHEMA tables
Aggregating details from various storage engine caches for the final output is time consuming
Collecting information requires various disk-level operations and is time consuming
Counting and summarizing all table pages in the InnoDB shared tablespace is time consuming
第1题:
第2题:
You need to migrate the DeliveryVans, AirlinePreferences, and SeasonalContractors databases into the data center. What should you do?()
第3题:
You work as a database administrator for Certkiller .com. In your transaction application, you have scheduled a job to update the optimizer statistics at05:00 pm every Friday. The job has successfully completed. Which three pieces of information would you check to confirm that the statistics have been collected?()
第4题:
In your Oracle 10g database , you have scheduled a job to update the optimizer statistics at 05:00 pm every Friday. The job has successfully completed. Which three pieces of information would you check to confirm that the statistics have been collected?()
第5题:
You need to design the consolidation strategy for the Promotions and Partners databases. You want to choose a strategy that results in the best database performance while maintaining the permissions of end users in each database.What consolidation strategy should you choose?()
第6题:
You want to consolidate some of the databases onto existing SQL Server computers until additional hardware can be purchased.You need to identify which of the servers, in its current configuration, can support additional databases. You need to ensure that your solution fulfills the company’s securiy requirements while allowing for future database growth requirements. Which server and database combination can be used?()
第7题:
–skip-networking, to prohibit access from remote locations
–reset-grant-tables, to start the server with only the mysql database accessible
–read-only,to set all data to read-only except for super users
–old-passwords, to start Mysql to use the old password format while running without the grant tables
第8题:
START
RELOAD
RESTART
REFRESH
START L1
RELOAD L1
RESTART L1
REFRESH L1
第9题:
Install a separate instance of SQL Server 2005 for each of the databases on a single server.
Create a SQL Server database for each of the databases in a single instance of SQL Server 2005.
Import the data from each of the databases into a single database in an instance of SQL Server 2005.
Install a default instance of SQL Server 2005 on three separate servers. Use one server for each of the databases.
第10题:
Oracle Migration Assistant
Recovery Manager (RMAN)
Oracle Data Pump Export and Import
conventional Oracle Export and Import
operating system utilities to copy the files to the ASM instance
第11题:
Place each database in a separate instance running on SQL2.
Place each database in a separate instance running on SQL3.
Place both databases in a single instance running on SQL2.
Place both databases in a single instance running on SQL3.
第12题:
This instance is being used to manage the operating system files.
This instance is being used to manage the files of other databases.
This instance is being used to manage the instances of other databases.
This instance is being used to manage the background processes of other instances.
第13题:
You have been assigned to manage a set of databases. The previous DBA did not leave you notes regarding the structure of each of the databases. While analyzing an instance, you notice that the system identifier (SID) for the instance is set to ’+ASM’. What is the purpose of this instance?()
第14题:
You need to ensure that the stored procedure that inserts new loan requests can access data in tables that are stored in another database on the same SQL Server instance. Which two actions should you perform?()
第15题:
You want to start monitoring statistics on the distribution of storage engines that are being used and the average sizes of tables in the various databases. Some details are as follows: The Mysql instance has 400 databases. Each database on an average consists of 25-50 tables. You use the query: SELECT TABLE_SCHEMA, 'ENGINE', COUNT (*), SUM(data_length) total_size FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE= 'BASE TABLE' GROUP BY TABLE_SCHEMA, 'ENGINE' ; Why is this query slow to execute?()
第16题:
TestKing.com has a server named SQL1 that runs SQL Server 2005 Enterprise Edition.SQL1 has 2 GB of RAM, 1.6 GB of which are used by the default SQL Server database engine instance. The average data growth of all databases combined is 100 MB a month. Users state that report execution times are increasing. You want to assess whether more RAM is needed. You need to use System Monitor to create a counter log that will help you decide whether to add RAM. Which performance object should you add to the counter log?()
第17题:
You have an Exchange Server 2010 organization that contains 20 Mailbox servers.You plan to create 10 mailbox databases on each Mailbox server. You need to create a naming convention for all mailbox databases. What should you include in your naming convention()?
第18题:
You have a listener process, L1, currently listening for the connections to the PROD and ADMIN databases. You create a new database, PAY, using CREATE DATABASE.. command. You have not enabled dynamic instance registration. You modified the LISTENER.ORA file manually to include PAY database for L1 listener process. Which command of Listener control utility (LSNRCTL) would you use to enable L1 process to start listening for the connections to the PAY database without disrupting any existing database communications?()
第19题:
SQL3 with the OnlineReadOnly and HR databases
SQL4 with the TravelOnline and Storefront databases
SQL2 with the Storefront and TravelOnline databases
SQL2 with the Storefront and HR databases
第20题:
Collecting information requires large numbers of locks on various INFORMATION_SCHEMA tables
Aggregating details from various storage engine caches for the final output is time consuming
Collecting information requires various disk-level operations and is time consuming
Counting and summarizing all table pages in the InnoDB shared tablespace is time consuming
第21题:
Execute unit test scripts for each stored procedure in each database.
Execute the stored procedures in the SQL Server Management Studio debugger, and verify the results.
Set the database compatibility level on the database servers to 80.
Execute the application user interface test scripts to verify proper operation.
第22题:
MSAS 2005:Cache
MSAS 2005:Memory
MSAS 2005:Proactive Caching
SQLServer:Buffer Manager
第23题:
For each mailbox database, provide a database name that is unique within the organization.
For each mailbox database, provide a database name that is unique within the Mailbox server.
For each mailbox database file, provide a file name that is unique within the organization.
For each mailbox database file, provide a file name that is unique within the Mailbox server.
第24题:
Collecting information requires large numbers of locks on various INFORMATION_SCHEMA tables
Aggregating details from various storage engine caches for the final output is time consuming
Collecting information requires various disk-level operations and is time consuming
Counting and summarizing all table pages in the InnoDB shared tablespace is time consuming