Procedure builder.
Query builder.
Schema builder.
Form builder.
Project builder.
Transactional builder.
第1题:
You work as an application developer at Certkiller .com. Certkiller .com has been hired by a small local private school to develop a class library that will be used in an application named ManageAttendance for the purpose of managing student records.You are responsible for developing this class library. Certkiller .com has instructed you to create a collection in the application to store learners’ results. The school has informed you that they currently only have seven learners, but that this value will triple in the following year. Due to the limited resources, you need to ensure that the collection you create consumes a minimum amount of resources. What should you use to create the collection?()
第2题:
You work as an application developer at Certkiller .com. You are in the process of creating an application for Certkiller .com’s Human Resources department that tracks employee benefits. You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: <?xml version="1.0" encoding="utf-8" ?>
第3题:
You need to design an access control strategy for the marketing application. You solution must minimize impact on server and network performance. What should you do?()
第4题:
You have a computer that runs Windows 7. You need to identify the disk, memory, CPU, and networkresources that an application is currently using. Which tool should you use?()
第5题:
You work as an application developer at Cer-Tech.com.You are in the process of creating an application for Cert-Tech.com’s Human Resources department that tracks employee benefits You have to store current employee data without recompiling the application. You elect to store this employee data as a custom section in the application configuration file. The relevant portion of the application configuration file is shown in the following exhibit: What should you do?()
第6题:
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. The instance contains a database named DB1. An application which is continuously connected uses DB1. The application extensively uses the INSERT command and triggers the population of multiple tables. Now you notice that the application has a poor performance. You doubt that this problem has something to do with blocking. You have to monitor the state of the instance at regular intervals while not affecting the application performance further. Which tool should you use? ()
第7题:
Use the ServiceBase class.
Use the ServiceInstaller class.
Use the ServiceManager class.
Use the ServiceController class.
第8题:
A
B
C
D
第9题:
Procedure builder.
Query builder.
Schema builder.
Form builder.
Project builder.
Transactional builder.
第10题:
You should use Dynamic Management Views
You should use SQL Server Resource Governor
You should use SQL Server Profiler
You should use Windows System Monitor
第11题:
Select the ListDictionary collection class.
Select the HashTable collection class.
Select the Queue collection class.
Select the StringCollection collection class.
第12题:
Create a custom section handler class that inherits the ConfigurationSection interface.
Add a section element to the EmployeeSection element of the application configuration file.
Create a custom section handler class that implements the IConfigurationSectionHandler interface.
Add an EmployeeSection element to the configSections element of the application configuration file.
Create a custom section handler class that implements the IApplicatioSettingsProvider interface.
Add a section element to the configSections element of the application configuration file.
第13题:
You work as an application developer at Certkiller .com. Certkiller .com has asked you to develop an application that monitors and controls the activities of a Windows service.You need to use the appropriate class to meet Certkiller .com’s requirements. What should you do?()
第14题:
The IT department is creating a human resources application that will require several new tables. You need to develop a standard alone executable that will defines these tables and their relationships. Which developer/2000 component could you use to create the executable?()
第15题:
You work as an application developer at Certkiller .com. Certkiller .com has been contracted to develop an application for the local bank.You have been given the responsibility of creating this application and need to store each transaction record, which is identified using a complex transaction identifier,in memory. The bank informs you that the total amount of transaction records could reach 200 per day. To achieve this, you decide to utilize one of the existing collection classes in the .NET 2.0 class library. You need to ensure that you the collection class you select is the most efficient one for storing transaction records.What should you do?()
第16题:
The human resources department has informed you that two new temporary part-time employees will join your company next week. You are required to set up a workstation that will be used bythese employees. They do not need access to the network but they will need to access an HP LaserJet printer attached to the local computer. You install Windows 2000 Professional and format the hard disk using NTFS. What type of user account should you create for them?()
第17题:
You create Windows Forms applications by using the .NET Framework 3.5. You plan to use a setup project to deploy a new Windows Forms application.The application uses a component that requires the Microsoft NET Framework 1.1.You need to create a launch condition so that the application can be deployed on client computers. What should you do?()
第18题:
You are planning an upgrade strategy for a Windows Azure application. You need to identify changes that will require application downtime. Which change will always require downtime?()
第19题:
The HybridDictionary collection class.
The HashTable collection class.
The ListDictionary collection class.
The StringCollection collection class.
第20题:
public void DoWork();
public void DoWork(int nCounter);
public void DoWork(object oCounter);
public void DoWork(Delegate oCounter);
第21题:
No account. They can use the built-in guest account.
No Account. They can use the built-in Administrator account.
Local user account
Domain user account
第22题:
Changing the virtual machine size
Adding an HTTPS endpoint to a web role
Changing the value of a configuration setting
Upgrading the hosted service by deploying a new package
第23题:
Stack<string> undoBuffer=new Stack<string>();
Stack undoBuffer=new Stack();
Queue
Queue undoBuffer=new Queue();
第24题:
A
B
C
D