Inheritance
Tight coupling
Low cohesion
High cohesion
Loose coupling
Object immutability
第1题:
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? ()
第2题:
A team of programmers is involved in reviewing a proposed design for a new utility class, After some discussion, they realize that the current design allows other classes to access methods in the utility class that should be accessible only to methods within the utility class itself. What design issue has the team discovered?()
第3题:
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?()
第4题:
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?()
第5题:
Your company has a domain controller that runs Windows Server 2008. The server is a backup server. The server has a single 500-GB hard disk that has three partitions for the operating system, applications, and data. You perform daily backups of the server. The hard disk fails. You replace the hard disk with a new hard disk of the same capacity. You restart the computer on the installation media. You select the Repair your computer option. You need to restore the operating system and all files. What should you do()
第6题:
Update the antivirus application
Install critical update security patches
Adjust the software firewall settings
Replace the current antivirus program
第7题:
Inheritance
Tight coupling
Low cohesion
High cohesion
Loose coupling
第8题:
Tight coupling
Low cohesion
High cohesion
Loose coupling
Weak encapsulation
第9题:
Select the System Image Recovery option.
Run the Imagex utility at the command prompt.
Run the Wbadmin utility at the command prompt.
Run the Rollback utility at the command prompt.
第10题:
Run the Dcpromo utility on the five member servers.
Run the Regsvr32 command on the five member servers
Run the Webadmin command on the five member servers
Run the RacAgent utility on the five member servers
第11题:
Tight coupling
Low cohesion
High cohesion
Loose coupling
Weak encapsulation
Strong encapsulation
第12题:
Select the Startup repair option.
Select the System restore option.
Run the Rollback utility at the command prompt.
Run the Wbadmin utility at the command prompt.
第13题:
Your company has an Active Directory forest that contains eight linked Group Policy Objects (GPOs). One of these GPOs publishes applications to user objects. A user reports that the application is not available for installation. You need to identify whether the GPO has been applied What should you do()
第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 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?()
第15题:
A team of programmers is involved in reviewing a proposed design for a new utility class. After some discussion, they realize that the current design allows other classes to access methods in the utility class that should be accessible only to methods within the utility class itself. What design issue has the team discovered?()
第16题:
Your company has a domain controller server that runs the Windows Server 2008 R2 operating system. The server is a backup server. The server has a single 500-GB hard disk that has three partitions for the operating system, applications, and data. You perform daily backups of the server. The hard disk fails. You replace the hard disk with a new hard disk of the same capacity. You restart the computer on the installation media. You select the Repair your computer option. You need to restore the operating system and all files. What should you do()
第17题:
Certkiller has an Active Directory forest with six domains. The company has 5 sites. The company requires a new distributed application that uses a custom application directory partition named ResData for data replication. The application is installed on one member server in five sites. You need to configure the five member servers to receive the ResData application directory partition for data replication. What should you do()
第18题:
Use the Group Policy Management Console (GPMC) utility to back up the GPO to a file. In each site, import the GPO to the default domain policy.
Copy the ADMX files from your company’s PDC emulator to the PolicyDefinitions folder on the partner company’s PDC emulator
Copy the ADML files from your company’s PDC emulator to the PolicyDefinitions folder on the partner company’s PDC emulator
Download the conf.adm, system.adm, wuau.adm, and inetres.adm files from the Microsoft Updates Web site. Copy the ADM files to the PolicyDefinitions folder on thr partner company’s emulator.
第19题:
Run the Group Policy Results utility for the user.
Run the Group Policy Results utility for the computer.
Run the GPRESULT /SCOPE COMPUTER command at the command prompt.
Run the GPRESULT /S
第20题:
Inheritance
Low cohesion
Tight coupling
High cohesion
Loose coupling
Object immutability
第21题:
On the local server, enable the XP_MSVER stored procedure
On the remote server, enable the XP_MSVER stored procedure.
On the production server, use the dta.exe utility along with an XML input file.
You should configure a test server that has a similar hardware configuration. Use the dta.exe utility on the test server along with an XML input file
第22题:
Use the Group Policy Management Console (GPMC) utility to back up the GPO to a file. In each site, import the GP
Copy the ADMX files from your company’s PDC emulator to the PolicyDefinitions folder on the partner company’s P
Copy the ADML files from your company’s PDC emulator to the PolicyDefinitions folder on the partner company’s P
Download the conf.adm, system.adm, wuau.adm, and inetres.adm files from the Microsoft Updates Web site. Copy
第23题:
Transfer Object
Service Locator
Intercepting Filter
Model-View-Controller