多选题Several reports are logged stating that an application server is performing slowly. During the investigation, the administrator notices that the hard drives on the server appear to have a high level ofactivity.  Which items should the administrator mon

题目
多选题
Several reports are logged stating that an application server is performing slowly. During the investigation, the administrator notices that the hard drives on the server appear to have a high level ofactivity.  Which items should the administrator monitor using performance monitoring tools? ()
A

Page File

B

Disk Utilization

C

System Temperature

D

Processor Utilization

E

Network Utilization


相似考题
更多“Several reports are logged stating that an application serve”相关问题
  • 第1题:

    The Internet is a () system of interconnected computer networks that use the standard Internet protocol suits(TCP/IP) to serve several billion users worldwide。

    A.global B.regional C.local D.national


    正确答案: A

  • 第2题:

    A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()

    • A、Inheritance
    • B、Low cohesion
    • C、Tight coupling
    • D、High cohesion
    • E、Loose coupling
    • F、Object immutability

    正确答案:B,C

  • 第3题:

    A user reports that they are unable to print to a remote printer. Which of the following should the technician check FIRST?()

    • A、Printer driver
    • B、Protocol stack
    • C、Network connectivity
    • D、Correct patch application

    正确答案:C

  • 第4题:

    A manufacturer is deploying a custom application to serve their customers.  The application is written to take advantage of multithreading features and run in a Windows environment.  To determine the processor family that will run the application most efficiently, which TWO questions will provide the required information?()

    • A、What is the application’s maximum processor scaling capability?
    • B、Will the application run faster with Microsoft OLTP technology?
    • C、Will the application benefit from larger disk cache and swap space?
    • D、Can the application use Hot Swap Processor, Memory, and PCI-X technology?
    • E、Is the application able to run in a 32 bit, 64 bit, or mixed environment?

    正确答案:A,E

  • 第5题:

    What is a prerequisite for using the application availability analysis tool in HACMP?()  

    • A、 Tivoli is required to generate reports from the data collected.
    • B、 An application monitor must be associated with the application to monitor.
    • C、 An "aaatd" daemon must be started and added in as a post event to "node_up_complete".
    • D、 Resource group is present on all of the systems in the cluster that have the desired application.

    正确答案:B

  • 第6题:

    Identify three features of shared entities.() (Choose three.)

    • A、enable one-time definition of objects
    • B、are referenced by several Oracle Application modules
    • C、are defined in each Oracle Application module separately
    • D、are owned by a single Oracle Application module for table purposes only
    • E、are owned by a single Oracle Application module to designate the primary user or decision maker

    正确答案:A,B,D

  • 第7题:

    单选题
    What is a prerequisite for using the application availability analysis tool in HACMP?()
    A

     Tivoli is required to generate reports from the data collected.

    B

     An application monitor must be associated with the application to monitor.

    C

     An aaatd daemon must be started and added in as a post event to node_up_complete.

    D

     Resource group is present on all of the systems in the cluster that have the desired application.


    正确答案: B
    解析: 暂无解析

  • 第8题:

    单选题
    The Internet is a ()system of interconnected computer networks that use thestandard Internet protocol suite (TCP/IP) to serve several billion users worldwide.
    A

    global

    B

    regional

    C

    local

    D

    national


    正确答案: A
    解析: 本题翻译为:因特网是一种连通的计算机网络的()系统,该网络使用标准因特网协议系列来为全世界数十亿用户提供服务。A.全球的B.局部的C.本地的D.国家的根据因特网的定义,是一种全球性的服务,选A。

  • 第9题:

    单选题
    Several people, () I listed below, have not submitted their reports.
    A

    that

    B

    whom

    C

    which

    D

    who


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    To serve as a person in charge of transfer operations on board a self-propelled tanker,an individual must().
    A

    hold a valid officer's license for inspected vessels

    B

    be a certificated tankerman

    C

    be 30 years old

    D

    have a letter from the company stating his qualification


    正确答案: A
    解析: 暂无解析

  • 第11题:

    多选题
    A manufacturer is deploying a custom application to serve their customers.  The application is written to take advantage of multithreading features and run in a Windows environment.  To determine the processor family that will run the application most efficiently, which TWO questions will provide the required information?()
    A

    What is the application’s maximum processor scaling capability?

    B

    Will the application run faster with Microsoft OLTP technology?

    C

    Will the application benefit from larger disk cache and swap space?

    D

    Can the application use Hot Swap Processor, Memory, and PCI-X technology?

    E

    Is the application able to run in a 32 bit, 64 bit, or mixed environment?


    正确答案: E,A
    解析: 暂无解析

  • 第12题:

    多选题
    A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on. The company has just purchased somenew, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all ofthe reports to use not only the company’s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of theapplication, it is necessary to make changes to each report to support the new printers. Which two designconcepts most likely explain this situation? ()
    A

    Inheritance

    B

    Low cohesion

    C

    Tight coupling

    D

    High cohesion

    E

    Loose coupling

    F

    Object immutability


    正确答案: A,F
    解析: 暂无解析

  • 第13题:

    Several people, () I listed below, have not submitted their reports.

    Athat

    Bwhom

    Cwhich

    Dwho


    B

  • 第14题:

    A web application uses the HttpSession mechanism to determine if a user is “logged in”. When a user supplies a valid user name and password, an HttpSession is created for that user.  The user has access to the application for only 15 minutes after logging in. The code must determine how long the user has been logged in, and if this time is greater than 15 minutes, must destroy the HttpSession.  Which method in HttpSession is used to accomplish this?()

    • A、 getCreationTime
    • B、 invalidateAfter
    • C、 getLastAccessedTime
    • D、 getMaxInactiveInterval

    正确答案:A

  • 第15题:

    A user reports that they cannot cd to /tmp/application. A system administrator entered the following command:   (1)ls -ld /tmp/application   (2)drw-r--r-- 4 root system 512 Jan 15 14:09 application   What is the most likely cause of the problem?()

    • A、The /tmp/application should be globally writable.
    • B、The /tmp/application directory should be executable.
    • C、The /tmp/application directory should be owned by the user.
    • D、The /tmp/application directory should have the sticky bit set.

    正确答案:B

  • 第16题:

    To enhance the availability of an application running under HACMP, a decision was made to use  The application monitoring facility. The application consists of several components and can take several minutes to initialize. The components use socket communication and can be initialized in any order as long as it is a serial order. The customer’s concern is that if the application stop and start scripts are used during application monitoring recovery,it may take an extraordinary length of time to reset all of the application components.  What can be done to ensure the best recover time?()   

    • A、 Use a process monitor that restarts the named processes in the original start order.
    • B、 Use the defined application start and stop scripts to control the application if there is a failure.
    • C、 Use multiple application monitors for this resource group to enable the monitoring of the specific components of the resource group.
    • D、 Use application cleanup and restart scripts designed to determine the state of the various components of the application and start only the parts required.

    正确答案:D

  • 第17题:

    What are three WAN reports that can be generated with the WX device?() (Choose three.)

    • A、throughput
    • B、performance
    • C、pass-through
    • D、application summary
    • E、packet size distribution

    正确答案:A,B,D

  • 第18题:

    You administer your companys network. All client computers run Microsoft Windows Vista. A standard user reports that they are unable to install an application. You need to install the application.  What should you do? ()

    • A、While the standard user is logged on, at the consent prompt, click Continue and install the application.
    • B、While the standard user is logged on, at the credential prompt, provide administrative credentials.
    • C、Create a .pwl file that stores administrative credentials. Double-click the installation file.
    • D、Copy the contents of the CD-ROM to the local hard disk. Run the application installation from  the local hard disk.

    正确答案:B

  • 第19题:

    单选题
    A user reports that they cannot cd to /tmp/application. A system administrator entered the following    command: Is -Id /tmp/application   drw-r-r- 4 root system 512 Jan 15 14:09 application Which of the following is the most likely cause of the  problem()
    A

    The /tmp/application should be globally writable.

    B

    The /tmp/application directory should be executable.

    C

    The /tmp/application directory should be owned by the user.

    D

    The /tmp/application directory should have the sticky bit set


    正确答案: C
    解析: 暂无解析

  • 第20题:

    多选题
    Identify three features of shared entities.() (Choose three.)
    A

    enable one-time definition of objects

    B

    are referenced by several Oracle Application modules

    C

    are defined in each Oracle Application module separately

    D

    are owned by a single Oracle Application module for table purposes only

    E

    are owned by a single Oracle Application module to designate the primary user or decision maker


    正确答案: E,A
    解析: 暂无解析

  • 第21题:

    单选题
    What is the main function of the CRS Editor? ()
    A

    manages the CRS Server  

    B

    creates CRS Engine reports  

    C

    creates application scripts for call flows  

    D

    remotely manages the LDAP Directory  


    正确答案: D
    解析: 暂无解析

  • 第22题:

    单选题
    Using the reports server how would you force the orders report in the orders entry application to run every six hours?()
    A

    Schedule the report's execution in the queue manager. 

    B

    Schedule the reports execution using the R30RQM command line with scheduled parameter. 

    C

    Create a trigger in the application to execute the report every six hours. 

    D

    You cannot schedule a reports execution.


    正确答案: D
    解析: 暂无解析

  • 第23题:

    多选题
    A company has a business application that provides its users with many different reports: receivables reports, payables reports, revenue projects, and so on.The company has just purchased some new, state-of-the-art,wireless printers, and a programmer has been assigned the task of enhancing all of the reports to use not only the company’s old printers, but the new wireless printers as well.When the programmer starts looking into the application, the programmer discovers that because of the design of the application, it is necessary to make changes to each report to support the new printers.  Which two design concepts most likely explain the situation?()
    A

    Inheritance

    B

    Low cohesion

    C

    Tight coupling

    D

    High cohesion

    E

    Loose coupling

    F

    Object immutablility


    正确答案: D,A
    解析: 暂无解析

  • 第24题:

    多选题
    Several reports are logged stating that an application server is performing slowly. During the investigation, the administrator notices that the hard drives on the server appear to have a high level ofactivity.  Which items should the administrator monitor using performance monitoring tools? ()
    A

    Page File

    B

    Disk Utilization

    C

    System Temperature

    D

    Processor Utilization

    E

    Network Utilization


    正确答案: A,B
    解析: 暂无解析