What should you recommend?
You are an enterprise application developer. Your team has created a distributed application that permits users to generate reports. The reports aggregate data from existing databases. You must move your new application into a test environment. You propose the following criteria:
Compile the application components in release mode.
Publish the ASP.NET files to the test Web server.
Install the serviced components in component services on the application server. Backup the development database and restore it on the test database server.
You need to evaluate the proposal and recommend accordingly. What should you recommend?
Which control should you add to the personalized home page?
You use a series of Web Parts to create a personalized home page for a Web site. The Web site does not use a master page. You need to enable the Web Parts to communicate with one another.
Which control should you add to the personalized home page?
Which two actions should you perform?
You create an application for a Microsoft Office SharePoint Server 2007 server. You create a List Web Part that displays tasks in a project plan. The Web Part retrieves information from the Business Data Catalog (BDC) definition. You need to ensure that when a user selects an item in the project list, the task list for the project is displayed. You also need to ensure that users can update information in the task list. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Which code segment should you use?
You are writing a custom dictionary. The custom-dictionary class is named MyDictionary. You need to ensure that the dictionary is type safe.
Which code segment should you use?
Which three sets of unit tests should you write?
You are an enterprise application developer. You are designing unit test cases for an account management system of a regional bank. Before creating the application, you create the unit test scenarios by using use cases. Three high-level use cases are outlined as shown in the following exhibit.
You need to write unit tests to test the functionality inside the system. Which three sets of unit tests should you write? (Each correct answer presents part of the solution. Choose three.)
Which two controls should you add to the EditorZone control?
You create a Web site. You add an EditorZone control to the home page on the Web site. You need to enable users to customize the size and location of the Web Parts on their home pages.
Which two controls should you add to the EditorZone control? (Each correct answer presents part of the solution. Choose two.)
Which line of code should you add at line 01?
You need to create a Microsoft InfoPath form. You create a workflow that starts automatically when the InfoPath form is submitted. You need to retrieve the form data from the workflow. You add the following code segment to the workflow:
01 …
02 Dim xmlFormData as Byte() = File.OpenBinary()
Which line of code should you add at line 01?
Which criterion should the method meet?
You are developing a custom-collection class. You need to create a method in your class. You need to ensure that the method you create in your class returns a type that is compatible with the Foreach statement.
Which criterion should the method meet?
Which class should you choose?
You are an enterprise application developer. You create a Web service that wraps a business component to expose it through the Web. The business component contains two classes, the Utility class and the Facade class. The Utility class has private methods and internal methods. The Facade class has public methods. The Web service component has a Web service class that is named Services. The Services class performs security verification before the functions in the business component are called. The Services class relies on a class that is named Security in the Web service to implement the security verification. You have completed unit testing both components. You need to choose the class for which to write test cases for integration testing.
Which class should you choose?
Which action should you perform?
You create a server control that inherits from WebControl. You need to enable the server control to emit markup for a new kind of mobile device. You must not alter the code in the server controls.
Which action should you perform? (Each answer presents part of the solution. Choose two)