Q: What is the team size ?
A: 18+ Developers.
Q: How do you do Database Backup?
A: We have written scripts that scheduled every night to take Databse backup. Backup is taken over remote Server.
Q: What is the domain of your project?
A: Health care.
Q: How many tables are contained by database?
A: Almost 100+
Q: Who are your Clients?
A: MP Government.
Q: What is the most challenging job you have done in your application?
A: Caching the data to optimized data access. We use Hibernate Second Level Cache to store current date data. Old data is accessed from database on demand. Data is also pushed in localized tables so that indexing will be fast and data access time will be less.
Q: What is the table of your module?
A: ??? - Prepare a module, memories fields to be entered.
Q: On which module your are working? What you have done 2 days before?
A:
1. I got new usecase to implement .
2. Or Unit testing current module.
3. Or I have just completed my Usecase