Aspire Systems Interview Question

Tech 1 1.Write a program to add two numbers without using + sign in logic? 2.Write a program to choose the element in a 3X3 array using a condition ? Tech 2 1.Tell me about yourself? 2.Tell me about your project? 3.Write a program to print Fibonacci series ? 4.Write a program to print a Pattern X in 5X5 dimension 5.Write a program which is similar to Pascal triangle but a little modification in that program. 6.Write a program to dived two numbers without using / sign ? 7.Write a program to check whether a given 5 digit number is a palindrome or not without using array or string function? 8.Write a program to generate prime numbers and Print them in a right angle triangle pattern? 9.Write a program to exchange the first and last letters of each word in a sentence using string functions? 10. Write a program to check and display palindrome within palindrome ? Tech 3(HR) 1.OOPS concept 2.What is polymorphism 3.Example of Runtime and compile time Polymorphism 4.How polymorphism is achieved ? 5.What is the difference between Overloading and Overriding? 6.How to merge two table in SQL and display its content as a single table? 7.What is Inheritance ? 8.What is Interface? 9.Write a Program to Reverse the String and display it without using String functions? 10.What is the difference between While loop and Do while loop?