1st Round
20 mcqs
2 coding questions
15 were shortlisted
Technical interview 1
1. Introduce Yourself?
2. Your area of interests?
3 Write a function to replace vowels from a string by * and the write a reverse function to replace * with the correct vowel
4 What are views in DBMS, give syntax with examples
5 What are procedures, explain with syntax and example
6 Emp: empname, Dno. Dept: dpname, Dno.
Give the names of employee names with their department names (gave using join) Now try without using join (used subquery)
7 What are triggers explain with example
8 implement the operations of queue using stack.
The trickiest interview ever, it last almost 1-1:30 hours. But was selected. And called for next interview
Technical interview 2
1 introduce yourself?
2 your prefered language and why. ?
3 why is java more secure?
4 was given a diagram of hierachial inheritance and was asked which inheritance is this? What would be multiple inheritance then?
5 write a program to print fibonacci series without recursion ?
6 write a program to print fibonacci series using recursion?
Easiest interview but wasn't selected for last hr round