单选题The company has purchased one hundred and fifty new servers. The server administrator needs to build and deploy them as quickly as possible. Which of the following is the FASTEST method of building and deploying each server?()A Build each server from t

题目
单选题
The company has purchased one hundred and fifty new servers. The server administrator needs to build and deploy them as quickly as possible. Which of the following is the FASTEST method of building and deploying each server?()
A

Build each server from the OS manufacturer’s build disk.

B

Use an imaging system to manually deploy the build to the servers.

C

Build each server with the manufacturer’s build disk.

D

Give the company build disk to the server manufacturer.


相似考题
更多“The company has purchased one hundred and fifty new servers.”相关问题
  • 第1题:

    以下旅费证中,正确的“文字表示金额”栏的填写方式是( )。

    A.ONE FIVE EIGHT 50/100

    B.ONE HUNDRED AND FIFTY EIGHT 50/100

    C.ONE FIVE EIGHT POINT FIVE

    D.ONE HUNDRED AND FIFTY EIGHT POINT FIVE


    正确答案:AB

  • 第2题:

    What is the correct way to read the decimal "106.16" in English?

    A.One hundred and six point one six.
    B.One hundred and six point sixteen.
    C.One hundred and six points one six.
    D.One hundred and six points sixteen.

    答案:A
    解析:
    考查英语中带有小数点的数字的读法,小数点之后的数字要一个一个读出来,之前的数字按照正常规则来读。 例如15.67的读法为:fifteen point six seven s,故选A。

  • 第3题:

    The network administrator has discovered that the power supply has failed on a switch in the company LAN and that the switch has stopped functioning. It has been replaced with a Cisco Catalyst 2950 series switch.What must be done to ensure that this new switch becomes the root bridge on the network?()

    • A、One router is running RIPv1.
    • B、RIP neighbor is 224.0.0.9.
    • C、The network contains a loop.
    • D、Network 10.10.1.0 is reachable.

    正确答案:A

  • 第4题:

    Companycom has several CR3 HMCs managing their p690 servers. They have purchased a new p5 570 and would like to manage the new system with an existing HMC. What is required to support this environment?()

    • A、Free up one HMC and update the software for use with the p5 570
    • B、Connect the new p5 570 server to an existing HMC and manage the p690s and p5 570 from that HMC
    • C、Order a new HMC to support the new p5 570 server since the CR3 HMC is not supported for a p5 570
    • D、Backup the HMC to DVD-RAM and select HMC migrate to move all the profile data to the new HMC software

    正确答案:A

  • 第5题:

    A customer is running a number of non-IBM servers purchased two years ago and has settled on one of the new IBM xSeries servers as a migration path.  From the following options, which is the preferred migration path?()

    • A、Copy the image of the non-IBM servers and copy that image to the IBM servers, then reboot the IBM servers.
    • B、Copy the image from the non-IBM servers with RDM and install them with IBM Director to the new IBM servers. Reboot the IBM servers.
    • C、Install a fresh operating system using ServerGuide, and then install the applications and copy the data from the old servers.
    • D、Install a fresh operating system on the IBM servers and then run ServerGuide on the IBM servers to migrate the applications and data to the IBM servers.

    正确答案:C

  • 第6题:

    以下旅费证中,正确的“文字表示金额”栏的填写方式是()。

    • A、ONE FIVE EIGHT 50/100
    • B、ONE HUNDRED AND FIFTY EIGHT 50/100
    • C、ONE FIVE EIGHT POINT FIVE
    • D、ONE HUNDRED AND FIFTY EIGHT POINT FIVE

    正确答案:A,B

  • 第7题:

    单选题
    A company that makes Computer Assisted Design (CAD) software has, within its application, some utilityclasses that are used to perform 3D rendering tasks. The company’s chief scientist has just improved theperformance of one of the utility classes’ key rendering algorithms, and has assigned a programmer toreplace the old algorithm with the new algorithm. When the programmer begins researching the utilityclasses, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class’s API, and replaces the old algorithm with the new algorithm, being carefulthat her changes adhere strictly to the class’s API. Once testing has begun, the programmer discovers thatother classes that use the class she changed are no longer working properly. What design flaw is mostlikely the cause of these new bugs?()
    A

    Inheritance

    B

    Tight coupling

    C

    Low cohesion

    D

    High cohesion

    E

    Loose coupling


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

  • 第8题:

    单选题
    You are designing an organizational unit (OU) structure to manage the New App servers. What should you do?()
    A

    Create one OU that includes both the web servers and the database servers.  

    B

    Create one OU that includes the web servers and one OU that includes the database servers.  

    C

    Create one OU that includes the web servers. Then Place the database servers in the Computer Containers.

    D

    Place the web server and the database servers in the Domain Controller OU. 


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

  • 第9题:

    多选题
    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
    解析: 暂无解析

  • 第10题:

    单选题
    Your company has an Active Directory domain. The company has purchased 100 new computers. You want to deploy the computers as members of the domain. You need to create the computer accounts in an organizational unit. What should you do()
    A

    Run the csvde f computers.csv command.

    B

    Run the ldifde f computers.ldf command.

    C

    Run the dsadd computer  command.

    D

    Run the dsmod computer  command.


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

  • 第11题:

    单选题
    A new company has been given one public IP address. The company employs 200 users requiring Internet access from the headquarters. Which of the following can be implemented to provide Internet access for all the employees?()
    A

    Multicasting

    B

    Proxy server

    C

    NAT

    D

    Subnetting


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

  • 第12题:

    单选题
    A company that makes Computer Assisted Design (CAD) software has, within its application, some utility classes that are used to perform 3D rendering tasks. The company's chief scientist has just improved the performance of one of the utility classes' key rendering algorithms, and has assigned a programmer to replace the old algorithm with the new algorithm. When the programmer begins researching the utility classes, she is happy to discover that the algorithm to be replaced exists in only one class. The programmer reviews that class's API, and replaces the old algorithm with the new algorithm, being careful that her changes adhere strictly to the class's API. Once testing has begun, the programmer discovers that other classes that use the class she changed are no longer working properly. What design flaw is most likely the cause of these new bugs?()
    A

    Inheritance

    B

    Tight coupling

    C

    Low cohesion

    D

    High cohesion

    E

    Loose coupling

    F

    Object immutability


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

  • 第13题:

    27.If we travel by car ,we_________.

    A. can't travel fifty or one hundred miles a day

    B. can-t stop at a hotel to spend the night

    C. can make our own timetable '

    D. can travel to a very far place in several minutes


    正确答案:C
    27.C【解析】从文章最后一段第一、二句可知.

  • 第14题:

    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

  • 第15题:

    A customer has just purchased six x346 servers running Windows 2003 Web Edition.They are expecting to add six additional x346’s in three months.They have a requirement to automatically deploy the current server image upon the new servers. What TWO actions are required to complete this task?()

    • A、Ensure Director Agent is installed on the new servers.
    • B、Ensure a DHCP Sever is installed and configured in the environment.
    • C、Ensure Server Plus Pack option has been installed and configured.
    • D、Ensure Software Distribution has been installed on the IBM Director Server and an image has been created.
    • E、Ensure Remote Deployment Manager has been installed on the IBM Director Server and an image has been created.

    正确答案:B,E

  • 第16题:

    ompany.com has a Micro-Partitioned p5-570 4-way with six application partitions and two VIO servers. Each VIO server has been allocated 0.5 CPU and the application servers have been allocated 0.4 CPUs. The marketing department wants to deploy a new Web server to support the release of a product. The systems architect has recommended that the Web server will require a whole CPU. Which of the following should the technical specialist suggest to provide the most cost-effective deployment?()

    • A、Remove one application server partition and apply its CPU resources to the Web server.
    • B、Reassign the CPU from one of the VIO servers and create the new partition.
    • C、Add 0.6 CPU to one of the application servers and run the Web service with the application. 
    • D、Reassign a total of 0.4 CPUs from the application servers and create a new partition with awhole CPU for new deployment.

    正确答案:D

  • 第17题:

    You are the network administrator in the New York office of TestKing. The company network consists of a single Active Directory domain The New York office currently contains one Windows Server 2003 file server named TestKingA. All file servers in the New York office are in an organizational unit (OU) named New York Servers. You have been assigned the Allow - Change permission for a Group Policy object (GPO) named NYServersGPO, which is linked to the New York Servers OU. The written company security policy states that all new servers must be configured with specified predefined security settings when the servers join the domain. These settings differ slightly for the various company offices. You plan to install Windows Sever 2003, on 15 new computers, which all functions as file servers. You will need to configure the specified security settings on the new file servers. TestKingA currently has the specified security settings configured in its local security policy. You need to ensure that the security configuration of the new file servers is identical to that of TestKingA. You export a copy of TestKingA's local security policy settings to a template file. You need to configure the security settings of the new servers, and you want to use the minimum amount of administrative effort. What should you do?()

    • A、Use the Security Configuration and Analysis tool on one of the new servers to import the template file.
    • B、Use the default Domain Security Policy console on one of the new servers to import the template file.
    • C、Use the Group Policy Editor console to open NYServersGPO and import the template file.
    • D、Use the default Local Security Policy console on one of the new servers to import the template file.

    正确答案:C

  • 第18题:

    单选题
    Your company has a main office and 10 branch offices. Each branch office has an Active   Directory site that contains one domain controller. Only domain controllers in the main office are  configured as Global Catalog servers.     You need to deactivate the Universal Group Membership Caching option on the domain  controllers in the branch offices.   At which level should you deactivate the Universal Group Membership Caching option()
    A

    Site

    B

    Server

    C

    Domain

    D

    Connection object


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

  • 第19题:

    单选题
    A customer recently purchased a new x3550 M3 server and one of the hard drives has failed. The customer has a standard warranty. They called you asking for a replacement. Which action should the customer take?()
    A

    Contact the IBM FTSS to replace the drive

    B

    Contact the IBM CSR or SSR to replace the drive

    C

    Order a replacement drive

    D

    Contact IBM Service


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

  • 第20题:

    单选题
    This volume comprises samples from the works of one hundred authors in the past fifty years.
    A

    contains

    B

    sprays      

    C

    splits

    D

    spear


    正确答案: A
    解析: contains包括。sprays喷射。splits使裂开。spear刺。

  • 第21题:

    多选题
    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
    解析: 暂无解析

  • 第22题:

    单选题
    This company has two branches: one in Paris and _____ in New York.
    A

    Another

    B

    one other

    C

    the other

    D

    other


    正确答案: D
    解析:
    句意:这个公司有两个分公司,一个设在巴黎,另一个在纽约。固定搭配。one ... the other意思是“(两个当中的)一个……另一个”。A项one ... another意思是“(三个或三个以上的)另一个”;B项one other 无此用法。

  • 第23题:

    单选题
    The company has purchased one hundred and fifty new servers. The server administrator needs to build and deploy them as quickly as possible. Which of the following is the FASTEST method of building and deploying each server?()
    A

    Build each server from the OS manufacturer’s build disk.

    B

    Use an imaging system to manually deploy the build to the servers.

    C

    Build each server with the manufacturer’s build disk.

    D

    Give the company build disk to the server manufacturer.


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

  • 第24题:

    单选题
    A financial company is auditing to ensure their systems are safe from external attack.They have just purchased new Power 750 servers. Which features of AIX 6.1 will help in the auditing process?()
    A

    IPSec and Kerberos Authentication

    B

    Secure By Default and AIX Security Expert

    C

    Trusted Execution and Role Based Access Control

    D

    First Failure Data Capture and Storage Protection Keys


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