J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez 3i Infotech (Bengaluru) en sept. 2016
Entretien
Got the interview call through a consultancy on a Saturday morning and the interview got scheduled in the evening. First round was a written test with 16 questions and then a face to face technical round.
The technical interviewer was asking about the salary and the benefit candidate is looking for. This I felt as quite unnecessary to ask the candidate during a technical round.
Final response from the interviewer post the technical round was that, the HR from Chennai will contact you within 7 days.
Questions d'entretien [1]
Question 1
Asked the below questions in the written test.
1. Define Packages and advantages of using packages
2. What information you require for designing a table?
3. What is bulk collect in PLSQL? Illustrate with an example.
4. How can one protect PLSQL source code?
5. Assume that a structure of an employee table is as given below and the employee table data as given below.
EMP NO | ENAME | MGR |SAL |HIRE DATE | DEPT NO|
7369 | Smith | 7902 | 800 | 17-Dec-80 | 10
7521 | Wart | 7698 | 1250| 22-Feb-81| 30
6. Write a Query to get the running total of salary on department wise.
7. Write a hierarchical query to get the employee reporting to manager.
8. what are ref cursors? give an example. What are week and strong cursors.
9. Write about application tuning or SQL tuning for performance upgrade.
10. What are the ways of executing a dynamic SQL
11. How a commit or rollback done in table level trigger.
12. What is the difference between a foreign key and a reference key.
13. Name few 11g PLSQL features introduced in oracle 11G.
14. What are exceptions. Name oracle predefined exceptions that you have used in application development.
15. What oracle supplied that you have used/known.
16. What are Varrays/Nested tables.
Below questions in the F-F.
1. Tell me about yourself.
2. What is Clustered index?
3. What are all the different types of indexes?
4. oracle 11g new PLSQL features.
5. How to do application/SQL performance tuning.