You are on page 1of 1

SCHEDULE BASED ASSIGNMENT

Date of completion – 18th Feb, 2022

Note: perform this assignment as of team based (3-4 members), please don’t work is at
individual so might affect the performance of the server, also try of server 192.168.0.12

Assignment question 1:

Perform Scheduler based assignment to maintain the transaction entries of customers as RTGS
and NEFT

These operations to be performed based on their transaction amount as above two lacks is RTGS
and below or equal to two lacks is NEFT

Also deduct 5.2 Rs as NEFT charges and deduct 25 Rs per one lack for RTGS transaction.

Final outcome will display a exact message that we received after a transaction done through
RTGS or NEFT.

Just create some customers as their account balance to maintain in higher side of amount
and also make some beneficiary account in the same table to add some amount after RTGS
and NEFT will done, create these accounts for two to three difference nationalize of private
banks and charges to be varied as per their type of banks

Assignment Question 2:

Perform scheduler based assignment to maintain the daily reminder of users first login, lunch
time logout and lunch time login also lunch time logout and then new session login, also first
team time login and then team time logout and then last session working session login and last
logout of the day by using scheduler

In same table all the details of time has to fixed and reminder will be generated through
scheduler automatically, in case of extending their time of lunch, schedule asked to extend so
update their time of next lunch to take and again reminder will generated automatically by
scheduler, once lunch time accepted, system will generated their time of team by the fixed time
of scheduler. The same processing will follow for each breaks and their start time and end time
reminders

Perform this operation through a single table, create a procedure to call inside scheduler, as per
given example of schedule, you all process the scheduler working

First focus on creating an procedure then simple call this procedure inside scheduler

You might also like