What should you do?
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. Your responsibilities at Domain.com include the design and development of applications. Domain.com operates as a Geographic Positioning System service provider. You are currently developing a geographical mapping application. You must create a struct named Waypoint that models a waypoint. This waypoint is to consist of a set of latitude and longitude coordinates. In the event of a user passing a street address to the struct, it must perform a location lookup and set its coordinates appropriately.
To this end you need to define the Waypoint struct. You need to ensure that your application requires the least amount of code to set the coordinates from a street address.
What should you do? (Choose the correct code segment.)
What should you do?
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. Your responsibilities at Domain.com include the design and development of applications. You are currently developing a Microsoft Windows service that will form part of an enterprise solution for Domain.com. The service must be able to (1) Monitor a File Transfer Protocol (FTP) directory for incoming files, and (2) Extract data from the files and import them into a database.
Following are the requirements that should be met by this service:
1. It must run using a least privileged account.
2. It must be capable of processing 450 files per minute.
3. It must be able to recover from failures that cause it to stop functioning. You thus need to identify the factor that is most important during the design of the application.
What should you do?
What should you do?
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. Your responsibilities at Domain.com include the design and development of applications. Domain.com operates as a financial institution. You are currently developing and enterprise application for Domain.com. Following are the aspects that should be taken into account in your design:
1. A Microsoft Windows Forms application that will allow all Domain.com employees to open accounts for customers.
2. A Microsoft ASP.NET Web application that will allow customers to open their own accounts.
3. A component named OpenAccount that manages the flow throughout both applications.
You thus need to decide on the appropriate layer in the design in which to implement these components.
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. You are currently developing a Microsoft ASP.NET Web application that makes use of a data access component to access data in a Microsoft SQL Server 2005 database. This data access component makes use of Microsoft .NET Remoting to enable access over Transmission Control Protocol (TCP) port 9001. You must develop the Microsoft ASP.NET application to enable users to access data in the database via the Web application only. The following table illustrates the logical and physical design aspects that you should take into account when deciding whether the design meets with the security requirement:
What conclusion can you draw?
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. Certkiller .Com operates as a telecommunications company.
You are currently busy implementing a solution for Domain.com that will, when completed, consist of five Microsoft Windows Forms applications, two Microsoft ASP.NET Web applications, and twenty Extensible Markup Language (XML) Web services. The Web services will be used by the Windows Forms applications as well as the Web applications to access business functionality.
* The Web services: All the Web services have similar configuration requirements. However, only five of the Web services will make use of Simple Object Access Protocol (SOAP) header authentication.
* The two Microsoft ASP.NET Web applications: Both of these applications have different configuration requirements. However, both of them require integrated Windows authentication.
* The five Microsoft Windows Forms applications: All these applications makes use of integrated Windows authentication.
The Web applications and the Web services are destined to be hosted on a server that will be running Microsoft Internet Information Services (IIS) 6.0. Following is the design of the Microsoft Visual Studio 2005 project structure:
1. One project for each Windows Forms application.
2. One project for each Web application.
3. One project for each XML Web service.
You have been instructed to evaluate the design for maintainability and thus you need to draw a conclusion regarding the maintainability for the design.
What conclusion can you draw?
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?
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 an on-line retailer.
You are currently developing a distributed order fulfillment system. When completed, this system must, when an order is placed, first invoke a method on one Web service to charge a customer’s credit card. Then the system must continue and invoke methods on another Web service to ship the purchased product. Finally the system must update an internal accounting database. You need to propose the appropriate component type and layer that must be used to meet the Domain.com requirements.
What should you do? (Each correct answer presents art of the solution. Choose two.)
What should you do?
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 the local municipal traffic authority in Miami. You have been instructed to develop an enterprise application for Domain.com. Following is a list of all the requirements that you should keep in mind when you develop the application:
1. In the event of a driver exceeding the speed limit by more than 10 and less than 20 kilometers per hour (KPH) – the corresponding fine should be $100 with an additional amount of $10 for each KPH over the limit.
2. In the event of a driver exceeding the speed limit by 20 or more KPH, the corresponding fine should be $250 with an additional $25 for each KPH over the limit.
To this end you write the following pseudo-code to address the requirements:
DECLARE speedLimit INTEGER
DECLARE speed INTEGER
DECLARE fine INTEGER
Now you need to complete the pseudo-code.
What should you do? (Choose the correct code segment.)
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 testing station that is affiliated to the Chicago Traffic Department.
You have been instructed to develop an enterprise solution for Domain.com. This solution is to meet the following requirements:
1. It must allow the Chicago Traffic department employees to register driver licenses for drivers.
2. It must allow the Chicago Traffic department employees to renew driver licenses for drivers.
3. It must allow other States’ Traffic departments to access driver licenses statuses via the Internet.
4. It must allow other States’ Traffic departments to build applications that integrate with your solution over open protocols.
To this end you propose that the solution should have the following aspects:
Deploy a Microsoft Windows Forms application to be used by Chicago Traffic Department employees.
Deploy a Microsoft ASP.NET 2.0 Web site to be used by other states’ Traffic departments.
You now need to make a decision as to whether your proposal will meet the requirements.
What conclusion can you draw?
What should you do?
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 financial institution.
You have been asked to make a recommendation in terms of the technological design to meet the Domain.com requirements. The plan is to develop a component for Domain.com. And this component is to provide the business logic for the management of customer accounts. The component should meet certain technical requirements to serve the Domain.com needs. Following is a list of these requirements:
1. Instantiated classes must be reused by multiple threads.
2. Method calls must be rolled back in the event of a failure occurring.
3. Only certain users must have the ability to call certain methods. In your recommendation you should mention the appropriate technology that will meet these technological requirements.
What should you do?