Bhrigus Interview Questions
1) What is different between Primary key and unique?
Primary means unique and not null.
Unique means not duplicate.
2) What View in database?
3) Delete and Truncate ?
4) Write a test cases which is best of all?
5) What is different Client/server and web testing?
6) What is test plan?
7) Write the possible test cases for date field?
If there is not document and what will be your approaching?
9) What is database testing?
10 ) Why u what to change your company?
11) What is your expectation for our company?


Nik Potaper | Oct 15, 2007 | Reply
Google is my favorite search engine!
srikanth | Jan 8, 2008 | Reply
Delete command is used to delete the data in record wise
Truncate command deletes the data in page wise
srikanth | Jan 8, 2008 | Reply
client/server is a 2 taire system in which browser(client) and server(database) are present. It is menu driven appllication
Web application is a 3 taire application in which, browser(client), web server(manipulation purpose) and database server(for storage purpose) are present.It is mainly link driven application.While testing web application 3 extra concepts comes into the picture which we have to test ie ‘Link excution’ , ‘Link existence’ and ‘Static Text’