my project is insurance management system,how to explain my
work environment in interview?
Answers were Sorted based on User's Feedback
Answer / mdv
My project is Insurance management system.
We have policies, forms, coverages.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / mythri
Work environment is same as in any other project ;)
| Is This Answer Correct ? | 2 Yes | 2 No |
Define buffer pool.
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
What is the difference between oracle and db2?
Name the different types of Table spaces.
What is innodb buffer pool?
can we view the access paths created by dbrm ? how ? thx
What is the cascade rule and how does it relate to deletions made with a subselect?
What is the syntax of SELECT statement when embedded in a COBOL program?
What is dbrm? What it contains? When it will be created?
what's the error code for Unique Index Violation?
What is the difference between plan and package in db2?
Can I use LOCK TABLE on a view?