Jobs in India
Search Jobs
Search Jobs
Advertisements

New Paper 28 - NIET Greater Noida ,19 October 2006 by KPIT

Details of New Paper 28 - NIET Greater Noida ,19 October 2006 by KPIT conducted by KPIT for job interview.
Advertisements
Sapient test
Venue : NIET Greater Noida, 19th October 4pm

The Test was quite simple . You have to do only 2 question in 1 hour.

Instruction :
1. You have to write code for the following program.
2. You can use any language but ( java , c++ preferable)
3. Do not write any input function or main function.
4.Please complete feed back form
5.Make required assumption.
6.Do write comment where necessary.
7.Follow flowchart and algorithm if required.


Program 1.
Reservation.
there are 67 seats in train . there are only 5 seats in a row and in last
row there are only 2 seats.
One person can reseve only 5 seat at a time.
If person reserving seat , the care is atken that he may get all in row. if
seats are not available in row then the arrangement is so that person group
get nearby seats.

the following class is given
public class seat
{
char name;
int seat;
boolean isSeatempty
}

1.Draw require class digram and object diagram.
2.Write function seatallot(int noofperson)
to allocate seat with seat nuber printed for the each name.


Program 2.
Stringreplace

The forum is going on and administartor find that some people use abusing or
bad lnaguage in discussion.so he decided that when he uses such language it
was replacedc with beap.

like
some string is given and it contain word idiot and bla bla ba....
you have to replace the word with ###

the word is listed in some look up table.
in Max_list_word


question:
1. draw class digram,and use appropriate data structure.
2. write function replacestring()