CompTIA认证考试

A server was recently updated with the latest antivirus definitions. Immediately after the update,the server begins to report file not found? errors for a mission critical application. Which of the following is the MOST likely reason for this?()A、The upda

题目

A server was recently updated with the latest antivirus definitions. Immediately after the update,the server begins to report file not found? errors for a mission critical application. Which of the following is the MOST likely reason for this?()

  • A、The update was done incorrectly and now the server needs to be restarted.
  • B、The update has discovered viruses on the server and removed those virus files.
  • C、The update requires a reboot for the files to process correctly.
  • D、The update has quarantined files that are false positives.
如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

While troubleshooting a video problem on an application server, the system administrator has determined that the video firmware should be updated. Which of the following sources should be used to locate an appropriate update for this hardware?()

A. Third-party manufacturer

B. Video chipset manufacturer

C. Server manufacturer

D. Operating system manufacturer

E. Shareware file sharing site


参考答案:B, C

第2题:

SQL Server 2000中表更新数据的命令是()。

  • A、USE
  • B、SELECT
  • C、UPDATE
  • D、DROP

正确答案:C

第3题:

SQL Server为每个触发器创建了两个临时表,它们是( )。

A、Updated和Deleted

B、Inserted 和Deleted

C、Inserted 和Updated

D、Seleted和Inserted


参考答案:B 

第4题:

SQL Server 2005中删除表的命令是()。

  • A、DELETE
  • B、SELECT
  • C、UPDATE
  • D、DROP

正确答案:D

第5题:

命令Response.Write的功能相当于SQL Server中的()命令。

  • A、Exec
  • B、Create
  • C、Update
  • D、Print

正确答案:D

第6题:

You are the administrator of a SQL Server 2000 computer. Your company uses the server to store service contract information for its customers.

You are also the administrator of Oracle relational database management system (RDBMS) server.

This server is used to store your company’s financial information. The financial information is updated frequently throughout the day.

You need to create a series of reports that combine the service contract information and the financial information. These reports will be updated several times a day.

You want to create reports on the SQL Server computer by using the minimum amount of disk space.

What should you do?

A.Set up SQL server replication to replicate the data from the oracle server to the SQL server computer.

B.Set up the oracle server as a linked server. Create a view that joins the service contract information and the financial information.

C.Set up data transformation services (DTS) package that imports and transforms the database from the oracle server to the SQL server computer. Use SQL server agent to execute the DTS package throughout the day as needed.

D.Set up Microsoft ActiveX script. that connects to the oracle server and imports the financial information into SQL server temporary table. Create a view that joins the service contract information and the temporary table.


正确答案:B
解析:Explanation: SQL Server 2000 permits the creation of links to OLE DB data sources called linked servers. After linking to an OLE DB data source, it is possible to reference rowsets from the OLE DB data sources as tables in Transact-SQL statements and to pass commands to the OLE DB data sources and include the resulting rowsets as tables in Transact-SQL statements.

Each distributed query can reference multiple linked servers and can perform. either update or read operations against each individual linked server. A single distributed query can perform. read operations against some linked servers and update operations against other linked servers. The Microsoft OLE DB Provider for Oracle allows distributed queries to query data in Oracle databases.

Incorrect Answers:
A: Replication allows for the coping, distribution, and modification of data across an enterprise. This involves the copying of database data from one server to another. This is not the best solution in this scenario as this will require frequent replication because the reports must be updated several times a day.

C: Data Transformation Services is a set of graphical tools and programmable objects that allows for the extraction, transformation, and consolidation of data from disparate sources into single or multiple destinations. In this scenario, however, the Oracle database needs to be included in a query. Hence, Data Transformation Services are inappropriate.

D: Microsoft ActiveX scripts can be used to add functionality to Data Transformation Services packages, which is a set of graphical tools and programmable objects that allows for the extraction, transformation, and consolidation of data from disparate sources into single or multiple destinations. In this scenario, however, the Oracle database needs to be included in a query. Hence, Data Transformation Services are inappropriate.

第7题:

Memory was recently taken out of a fully functional production server before it wasdecommissioned and added to another server.  Upon booting up the server with the additional memory the server emits a series of beeps and fails to POST.  Which of the following is MOST likely the problem?()

  • A、Incompatible memory
  • B、Memory failure
  • C、The memory is not configured
  • D、The server BIOS was not configured to accept the additional memory

正确答案:A

第8题:

A user states that their web browser was recently updated and continuously crashes. Which of the following could the technician use to gather more information about the issue?()

A. NTBACKUP log

B. Advanced tab in the System applet in Control Panel

C. Event Log

D. Internet Options applet in Control Panel


参考答案:C

第9题:

You need to deploy a WSUS server in the branch office that meets the company’s technical requirements.   What should you deploy?()

  • A、an autonomous WSUS server that is configured to download updates from Microsoft Update
  • B、an autonomous WSUS server that is configured to download updates from the WSUS server in the main office
  • C、a WSUS server running in replica mode that is configured to download updates from Microsoft Update
  • D、a WSUS server running in replica mode that is configured to download updates from the WSUS server in the main office

正确答案:D

第10题:

SQL Server为每个触发器创建了两个临时表,它们是()。

  • A、Updated和Deleted
  • B、Inserted和Deleted
  • C、Updated和Inserted
  • D、Updated和Selected

正确答案:B

更多相关问题