You are on page 1of 2

1) Create a Mark analysis (University) component in .Net.

The component should display


the entire mark statement for 8 semesters. Each Semester consists of 6 theory subjects
and 2 lab papers. Once the mark has been entered in to the database, your application
should calculate the CGP for the students. Your application should also maintain the
arrear status for each student in your department.

2) Develop an application in .J2EE for the Book Shop keeper with the following details.
Provide a series of predefined queries with an appropriate name for each query displayed
in a System.Windows.Forms. ComboBox. Also, allow users to supply their own queries
and add them to the ComboBox. Provide the following predefined queries:
a) Select all authors from the Authors table.
b) Select all publishers from the Publishers table.
c) Select a specific author and list all books for that author. Include the title, year and
ISBN number. Order the information alphabetically by title.
d) Select a specific publisher and list all books published by that publisher. Include the
title, year and ISBN number. Order the information alphabetically by title.
e) Provide any other queries you feel are appropriate.

3) Develop a Loan Management System component in .NET. It has been designed to


automate the back office activities of bank and finance company offers any type of loans.
System can make the daily activities efficient and providing the fast response. Includes
add, edit, find customer details, maintain and issue new loan, modify loan interest rate.
Modules - New Customer, Modify Customer, Issuing Loan, Calculate Loan EMI,
Receive Loan EMI. Printing Statement, Reports. User Management

4) Develop a web service for Banking System in J2EE and invoke it by using a .Net
client. Banking System is developed for making day to day transaction of any bank; it
has all the features need to operate the banking procedure. The system can be used to
create new customer, modify details, deposit and withdraw the amount from his / her
account
Modules - Opening Bank account, Deposit, Withdraw Amount, Transfer Funds, View
Balance Amount. Reports
Modules - New Customer, Modify Customer, Issuing Loan, Calculate Loan EMI, Receive
Loan EMI. Printing Statement, Reports. User Management

5) Develop a web service for Student result system in .NET. Student Result System,
Customize result System to prepare term, unit, semester wise result card. Combine
individual examination result into final result. It provide complete customization like
class wise subject setup, marks setup, grade setup.
Modules - Student master, Subject Master, Class Master, Examination Setup, Class
subject setup, Examination Subject Setup, Examination Type Master, Marks Setup,
Marks Enter, Grade Setup, Term Result, Final Result, Report Card Generation, Reports.

6) Create a web service for Airline reservation in J2EE. It should contains two separate
methods one that allows users to view all available seats, and another that allows users
to reserve a particular seat that is currently available. Use an object type of ticket to pass
information to and from the web service. The web service must be able to handle cases in
which two users view available seats, one reserve a seat and the second user tries to
reserve the same seat, not knowing that it is now taken. The names of the methods that
execute should be reserve and getAvailableSeats

You might also like