What should you do?
A user named User1 is assigned the Participant role in a Groove workspace.
You need to modify permissions for the workspace to meet the following requirements:
User1 must be allowed to add tools.
User1 must be allowed to delete tools.
User1 must not be allowed to uninvite members.
What should you do?
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?
you recommend?
You are an enterprise application developer. You are designing unit tests for a Customer class.
The Customer class contains properties to get or set data in private fields. The Customer class
also contains one default constructor and one non-default constructor. The non-default constructor accepts a Customer ID argument. When the non-default constructor is used to instantiate the Customer object, a public method named Load is invoked along with the Customer
ID argument. The Customer object properties are then loaded by using values from the database.
You need to design unit tests that will test the class properties. Which three test scenarios should
you recommend? (Each correct answer presents part of the solution. Choose three.)
What conclusion can you draw?
You work as the Enterprise application developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003. The design of applications forms part of your responsibilities at Domain.com. Domain.com operates as a cosmetics company.
You are currently busy developing an enterprise application for Domain.com. This application must be able to support the ability to access chemical data. This chemical data are stored in five relational databases. The chemical makeup of each product is represented as a business entity. The business logic determines how the chemical makeup can be used in combinations to create new products. You need to evaluate the design in terms of the best performance that is can offer. Following are the physical design aspects that you should take into account in you evaluation:
1. One assembly for all business entities.
2. One assembly to contain business logic.
3. An assembly per type of database.
What conclusion can you draw?
What should you do?
A member of a Groove workspace adds the Issue Tracking tool to the workspace. The workspace member reports that access to the design sandbox is unavailable. You need to ensure that the workspace member can access the design sandbox. What should you do?
Which code segment should you use?
You are creating an undo buffer that stores data modifications. You need to ensure that the undo functionality undoes the most recent data modifications first. You also need to ensure that the undo buffer permits the storage of strings only. Which code segment should you use?
What should you do?
You are an enterprise application developer. You develop a Web application by using ASP.NET that runs on Microsoft Windows Server 2003. The ASP.NET application fails to save trace and log
data in an event log. You discover that the application has no write access to the registry. You need to ensure that the trace and log information is saved to the event log. You also need to minimize the risk that is associated with the solution. What should you do?
What conclusion can you draw?
You work as the Enterprise application developer at Domain.com. The Domain.com network consists of a single Active Directory domain named Domain.com. All servers in the domain run Windows Server 2003. The design of applications forms part of your responsibilities at Domain.com. Domain.com operates as a vehicle tracking organization in the vehicle insurance industry. You are currently developing a vehicle inventory management solution for Domain.com. Following are the existing facts:
1. A vehicle is identified by its vehicle identification number (VIN).
2. A vehicle has one or more options.
3. Different vehicles may have the same options.
4. Each option can be standard or nonstandard.
The exhibit below illustrates the logical database design.
You have been tasked to assess the Domain.com design in terms of data integrity.
What conclusion can you draw?
What should you instruct User1 to do?
A user named User1 stores Microsoft Office Word documents in a Groove Standard workspace. User1 modifies the Word documents and selects the Save button in Word. User1 reports that the changes are not saved in the workspace. You need to ensure that User1s changes are saved in the workspace. What should you instruct User1 to do?
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?