Execution of the FLUSH LOGS statement
Starting of the SQL thread
Reaching the slave_pendign _jobs_size_max limit
Execution of FULSH TABLES WITH READ LOCK
Starting of the I/O thread
第1题:
You are the administrator of a SQL Server 2000 computer. The server is configured as shown in the Database Server Configuration exhibit.
You need to create a new database named Inventory. Employees in your company will use the Inventory database to track inventory data. Users will require immediate responses to queries that help them locate where parts are stored. The tables in the database will be configured as shown in the Database Schema exhibit.
The database will consume 14 GB of disk space. You must configure the data files and transaction log to accelerate query response time.
Which two courses of action should you take? (Each correct answer represents part of the solution. Choose two.)
A. On drive C, create a transaction log.
On drive D, create a data file in the PRIMARY filegroup.
On drive E, create a data file in the SECONDARY filegroup.
B. On each drive, create a transaction log.
On each drive, create a data file in the PRIMARY filegroup.
C. On drive D, create a transaction log.
On drive E, create a data file in the PRIMARY filegroup.
D. On the PRIMARY filegroup, create all tables and all indexes.
E. On the PRIMARY filegroup, create all tables. On the SECONDARY filegroup, create all indexes.
F. On the PRIMARY filegroup, create the Parts table and its indexes.
On the SECONDARY filegroup, create all other tables and their indexes.
第2题:
You need to design a strategy to log access to the company Web site. What should you do?()
第3题:
Which two create an InputStream and open file the “file.txt” for reading? ()
第4题:
An existing master-slave setup is currently using a delayed replication of one hour. The master has crashed and the slave must be "rolled forward" to provide all the latest data. The SHOW SLAVE STATUS indicates the following values: RELAY_LOG_FILE =hostname-relay-bin.00004 RELAY_LOG_POS = 1383 Which command set would make the slave current?()
第5题:
Which statement is true about FLUSH LOGS command?()
第6题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a text file which is named SQL01.log on the E: drive. A SQL Server Agent job executes every 2 minutes and logs information to the text file. You get a report from users saying that the sever doesn't make response. As the technical support, you check and find that the SQL Server Agent service does not run and the SQL Server Agent job no longer functions. You have to identify the reason why the SQL Server Agent service is unresponsive. In the options below, which log should you check?()
第7题:
You administer a SQL Server 2008 instance. You plan to deploy a new database to the instance. The database will be subject to frequent inserts and updates. The database will have multiple schemas. One of the schemas will contain a large amount of read-only reference data. You need to design the physical database structure for optimal backup performance. What should you do?()
第8题:
You are the network administrator for The network consists of a single Active Directory domain named All network servers run Windows Server 2003. Your network includes domain controllers, file and print servers, and application servers. The application servers run a variety of programs, including Microsoft SQL Server 2000 and Microsoft Exchange Server 2003. Your staff are responsible for monitoring current system performance on all servers. You need to enable your staff to use System Monitor to gather performance data for each unique server type. The data will be used for trend analysis and forecasting. Which two actions should you perform? ()(Each correct answer presents part of the solution. Choose two)
第9题:
The slave was created with mysqldump –u root –p – skip-lock-table—all-databases > /data/data.sql
The slave user does have INSERT, UPDATE, or DELETE permission and cannot execute the write_rows function
For tables with UNIQUE keys, statement-based replication must be used maintain integrity
The root user on the slave has executed FLUSH LOGS, causing the relay-log to doublewrite
The applications have the SUPER privilege, which allows them to update rows
第10题:
Execution of the FLUSH LOGS statement
Starting of the SQL thread
Reaching the slave_pendign _jobs_size_max limit
Execution of FULSH TABLES WITH READ LOCK
Starting of the I/O thread
第11题:
The master.info and relay.info files
The relay log files
The relay index file
Mysql.slave_master_info table
Mysql.slave_relay_log_info table
Mysql.slave_worker_info table
第12题:
Using DELETE statements, for example, DELETE FROM performance_schema.events_watis_current
Using the statement RESET PERFORMANCE CACHE
Using the statement FLUSH PERFORMANCE CACHE
Using TRUNCATE statements, for example, TRUNATE TABLE performance_schema.events_waits_current
Disabling and re-enabling all instruments
Restarting Mysql
第13题:
Which two statements describe the behavior of the server's SQL mode?()
第14题:
Which two statements regarding system logging on a Juniper enterprise router are correct?()
第15题:
An existing master-slave setup is currently using a delayed replication of one hour. The master has crashed and the slave must be "rolled forward" to provide all the latest data. The SHOW SLAVE STATUS indicates the following values: RELAY_LOG_FILE =hostname-relay-bin.00004 RELAY_LOG_POS = 1383 Which command set would make the slave current?()
第16题:
Which two events will cause a slave server to create a new relay log file?()
第17题:
You manage a SQL Server 2005 computer that was installed using default settings. After a power failure, the SQL Server (MSSQLSERVER) service on your database server does not start. You need to find out the cause of the problem. Which three actions should you perform?()
第18题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. You create a SQL Server Agent job that execute every 2 minutes. There istext file named SQL.log On the E://drive. The job logs information to the text file. You get a report from users saying that the server doesn';t make response. You check and find that the SQL Server Agent service does not run and the Agent job doesn';t function any loner. As the IT support, you have to identify the reason for the failure of the SQL Server Agent service. Which log should you check? ()
第19题:
You are one of the network administrators for All network servers run Windows Server 2003. TestKing operates a total of four offices. The office where you work has 15 servers. You are responsible for supporting and maintaining all of these servers. You need to design a monitoring plan that will achieve the following goals: 1. Track all performance changes on the servers. 2. Record performance data to anticipate the need for future upgrades. What should you do?()
第20题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a text file which is named SQL01.log on the E: drive. A SQL Server Agent job executes every 2 minutes and logs information to the text file. You get a report from users saying that the sever doesn't make response. As the technical support, you check and find that the SQL Server Agent service does not run and the SQL Server Agent job no longer functions. You have to identify the reason why the SQL Server Agent service is unresponsive. In the options below, which log should you check? ()
第21题:
In Event Viewer, view the system log.
In Event Viewer, view the application log.
In Notepad, view the C:///Program Files/Microsoft SQL Server/MSSQL.1/MSSQL/LOG/ErrorLog.1 file.
In Notepad, view the C:///Program Files/Microsoft SQL Server/MSSQL.1/MSSQL/LOG/ErrorLog file.
In Notepad, view the C:///Program Files/Microsoft SQL Server/MSSQL.1/MSSQL/LOG/SQLAgent.out file.
第22题:
InputStream in=new FileReader(“file.txt”);
InputStream in=new FileInputStream(“file.txt”);
InputStream in=new InputStreamFileReader (“file.txt”, “read”);
FileInputStream in=new FileReader(new File(“file.txt”));
FileInputStream in=new FileInputStream(new File(“file.txt”));
第23题:
The server's SQL mode determines how the server should behave when performing data validation check and interpreting different forms of syntax
The server's SQL mode determines whether the server should be read-only or should accept commands such as INSERT and UPDATE
The server's SQL mode can be changed at the session level with a SET SESSION sql_mode=new_value command
The server's SQL mode, when globally set on a slave server, applies to events sent from the master
第24题:
The slave was created with mysqldump –u root –p – skip-lock-table—all-databases > /data/data.sql
The slave user does have INSERT, UPDATE, or DELETE permission and cannot execute the write_rows function
For tables with UNIQUE keys, statement-based replication must be used maintain integrity
The root user on the slave has executed FLUSH LOGS, causing the relay-log to doublewrite
The applications have the SUPER privilege, which allows them to update rows