Placement Papers - Ness Digital

Ness Digital Engineering
Ness Technologies - RAHEJA IT PARK, Octobet 10, 2011
Posted by :
Mahender
(0)
1. Tell me about yourself.
2. What are the subjects you have completed in CMC?
3. Have you done any projects in CMC (If yes - Tell me about that project, If not - Why ?).
4. What is your favorite subject in your B-Tech?
5. What is the difference between a B. Tech Student and a BE Student?
6. If your team member doesn't anything about the project then what will you do?
7. How will you coordinate with your colleagues?
8. OOPS Concepts?
9. What is function overloading and overriding?
10. Can we inherit a class from more than one class?
11. If A interface have a method named metA(), B interface has same method and you are inherting your class from those interfaces and you are overriding metA() then which method will get override?
12. We have the same method name with the same arguments but the return type is different then in this case is method overloading possible?
13. Servlet Lifecycle ?
14. What is your main project?
15. What is your role in your main project?
16. I have one HTML form with fields name, email textfields and submit, reset buttons, you can use servlet to process the request from this form and the backend is oracle. Then write the code (HTML code, SERVLET Code, Oracle Query) so that when I type name, email in the textfields, if I click on submit then it should take the request and I should check whether the email id exists or not, if exists then I should show some message like email already exist, if not then we should insert the record).

(After writing code for above question he asked the meaning of each and every statement).

17. Difference between Joins and Union?
18. How to add one more column to the existing table.
19. What is JVM?