To introduce myself and tell which programming language I liked the most, What I knew about OOPS Concept and to explain Abstraction, How would I implement Abstraction on a module called ‘invoice’, How would I reuse the code in my module ‘invoice’, What data normalization was, Explain the different forms of normalization, What I knew about SQL Joins, To write a query to display an employee’s name and designation from two tables – Employee Personal Info (with employee id, name, address, phone no., etc) and Employee Info (with employee id, department, designation, salary, etc.), What is referential integrity, Which sorting algorithm is better, Merge Sort or Quick Sort, and How would I find the route which would take me from one place (say, ‘A’) to another (say, ‘B’) in the minimum possible time if I already had data from the last 10 years about the number of cars that ran on the various possible routes (from ‘A’ to ‘B’) on a daily basis?