Dear Sir,
This is Mahaboob Basha, I attended scjp and scwcd classes. I got the offer in Virtusa on 25th Oct, 2010. So I Really Thanks to Durga sir and Nagoor Babu Sir. based on your guidence i got this offer and in IBM also.
Interview Process in Virtusa is ....
First they conducted the Written Test Round after that Technical Round after they conducted Project Manager Round, after they conducted HR Round.
About the Written Test
In written test they gave the question paper consisting of 20 questions in which about 10-12questions are on core java. 2-3 questions on servlets and 2-3questions on jsps and 1-2 questions on struts and 1question on spring. In this round I got around 19marks and 16 marks is the cut off. And I could remember some of the questions
1. A Thread object has a method called notify(). (true/false)
2. Which kind of ActionForm doesn't need to implement setter and getter methods by developer?
3. In Struts, which of the following best maps to the "front controller"?
4. One question on Hash Map
5. One question on Hash Set
6. Around 3-4 questions on programs of core java which are very easy.
7. one question on the directory structure of jar file.
About my Technical Round.........
In technical Round the interviewer took me the interview for 2hours first he asked to
me first tell me about myself and after that he asked me about the project and then he started to ask me questions on Core Java.If we are very good at in core java then they asked simple questions on J2EE.And then he will ask only Struts Flow in struts.If we are average in core java on that time they asked some what difficult questions on J2EE.So they mainly Concentration on Core Java.
sir, here i list out some Questions i faced in My Interview.
1.What are the oops concepts and explain them?
2.What is mean by Polymorphism and what is the difference between static and dynamic polymorphism?
3.They he asked about the overriding and method hiding?
4.What is mean by singleton class and can u write a program?
5.Difference between Interface and Abstract Class and where did u used interface in your project?
6.Which version of java we are using in your project? and what are the features in 1.5 version?
7.What is Exception? Difference between Exception and Error?
8.What is mean by checked and unchecked Exceptions?
9.He asked me about Try, Catch and Finally and he asked different control flow of try..catch,try..catch…finally type questions?
10.Difference between final,finally,finalize?
11.Explain about Thread life cycle?
12.What is the Difference between Notify and NotifyAll methods?
13.What is Synchronization?
14.What is mean by collection frame work and explain the complete hierarchy?
15.What is difference between Array List and Vector?
16.In ur project where did u used the Array List?
17.Differnce between Comparator and comparable?
18.Difference between Hash Map and Hashtable?
19.Can u explain about the Stack?
20.Can u tell me something about the collections?
21.Tell me something about Enumeration, Iterator and list Iterator?
22.What is the difference String and StringBuffer and StringBuilder?
23.What is mean by immutability?
After these he come to the J2EE
1) Can you write the code for Connecting the database using JDBC?
2) What is Connection pooling mechanism? How we can implement?
3) Difference between Statement and PreparedStatement?
4) What is Callable Statement and can u write program for that?
5) What is Servlet Life Cycle?
6) What is the difference between Forward and include Mechanisms?
7) What is the difference between Forward and SendRedirect Mechanisms?
8) What is the difference between Servlet Config and servlet Context?
9) What are the Implicit objects in jsp?
10) How we can Handle the Exceptions in Jsp?
11) What are the scopes in jsp ?
While coming to Struts
1) Explain Struts Flow?
2) What are the features of struts 1.3.x version?
3) What are the Actions are available in Struts?
4) What is the difference between DispatchAction and LookupDispatchAction?
5) What is Switchaction and where did used in your project?
6) What are the parameters used in the ActionForward execute()?
7) What is Singleton Design Pattern? can you write some code about this?
8) Which Tags are there in Struts-config.xml file?
9) Can explain about the validations and in your project where did u used the validations?
While Coming to PROJECT MANAGER ROUND
1) Explain about your project?
2) How many Modules are there in your project?
3) What's your Role and Responsibilities?
4) How big is your Team Size?
5) Tell me Some Exceptions you faced in your project?
6) Which type of Complexity code you written in your project
7) Which type of validations you done in your Project?
8) Have you helped your team member in your project?
9) If anything dispute arises between your college and you then how will u handle that?
10) If anything dispute arises in your work and personal work then how will u handle it?
While Coming to Hr Round
1.Can u tell about yourself and your experience?
2.What is the package you are excepted?
3.What’s your strength and weakness?
4.When will u join the company?
Once again I Sincerely Thanks to Durga sir, Nagoor Babu Sir.
This is Mahaboob Basha, I attended scjp and scwcd classes. I got the offer in Virtusa on 25th Oct, 2010. So I Really Thanks to Durga sir and Nagoor Babu Sir. based on your guidence i got this offer and in IBM also.
Interview Process in Virtusa is ....
First they conducted the Written Test Round after that Technical Round after they conducted Project Manager Round, after they conducted HR Round.
About the Written Test
In written test they gave the question paper consisting of 20 questions in which about 10-12questions are on core java. 2-3 questions on servlets and 2-3questions on jsps and 1-2 questions on struts and 1question on spring. In this round I got around 19marks and 16 marks is the cut off. And I could remember some of the questions
1. A Thread object has a method called notify(). (true/false)
2. Which kind of ActionForm doesn't need to implement setter and getter methods by developer?
3. In Struts, which of the following best maps to the "front controller"?
4. One question on Hash Map
5. One question on Hash Set
6. Around 3-4 questions on programs of core java which are very easy.
7. one question on the directory structure of jar file.
About my Technical Round.........
In technical Round the interviewer took me the interview for 2hours first he asked to
me first tell me about myself and after that he asked me about the project and then he started to ask me questions on Core Java.If we are very good at in core java then they asked simple questions on J2EE.And then he will ask only Struts Flow in struts.If we are average in core java on that time they asked some what difficult questions on J2EE.So they mainly Concentration on Core Java.
sir, here i list out some Questions i faced in My Interview.
1.What are the oops concepts and explain them?
2.What is mean by Polymorphism and what is the difference between static and dynamic polymorphism?
3.They he asked about the overriding and method hiding?
4.What is mean by singleton class and can u write a program?
5.Difference between Interface and Abstract Class and where did u used interface in your project?
6.Which version of java we are using in your project? and what are the features in 1.5 version?
7.What is Exception? Difference between Exception and Error?
8.What is mean by checked and unchecked Exceptions?
9.He asked me about Try, Catch and Finally and he asked different control flow of try..catch,try..catch…finally type questions?
10.Difference between final,finally,finalize?
11.Explain about Thread life cycle?
12.What is the Difference between Notify and NotifyAll methods?
13.What is Synchronization?
14.What is mean by collection frame work and explain the complete hierarchy?
15.What is difference between Array List and Vector?
16.In ur project where did u used the Array List?
17.Differnce between Comparator and comparable?
18.Difference between Hash Map and Hashtable?
19.Can u explain about the Stack?
20.Can u tell me something about the collections?
21.Tell me something about Enumeration, Iterator and list Iterator?
22.What is the difference String and StringBuffer and StringBuilder?
23.What is mean by immutability?
After these he come to the J2EE
1) Can you write the code for Connecting the database using JDBC?
2) What is Connection pooling mechanism? How we can implement?
3) Difference between Statement and PreparedStatement?
4) What is Callable Statement and can u write program for that?
5) What is Servlet Life Cycle?
6) What is the difference between Forward and include Mechanisms?
7) What is the difference between Forward and SendRedirect Mechanisms?
8) What is the difference between Servlet Config and servlet Context?
9) What are the Implicit objects in jsp?
10) How we can Handle the Exceptions in Jsp?
11) What are the scopes in jsp ?
While coming to Struts
1) Explain Struts Flow?
2) What are the features of struts 1.3.x version?
3) What are the Actions are available in Struts?
4) What is the difference between DispatchAction and LookupDispatchAction?
5) What is Switchaction and where did used in your project?
6) What are the parameters used in the ActionForward execute()?
7) What is Singleton Design Pattern? can you write some code about this?
8) Which Tags are there in Struts-config.xml file?
9) Can explain about the validations and in your project where did u used the validations?
While Coming to PROJECT MANAGER ROUND
1) Explain about your project?
2) How many Modules are there in your project?
3) What's your Role and Responsibilities?
4) How big is your Team Size?
5) Tell me Some Exceptions you faced in your project?
6) Which type of Complexity code you written in your project
7) Which type of validations you done in your Project?
8) Have you helped your team member in your project?
9) If anything dispute arises between your college and you then how will u handle that?
10) If anything dispute arises in your work and personal work then how will u handle it?
While Coming to Hr Round
1.Can u tell about yourself and your experience?
2.What is the package you are excepted?
3.What’s your strength and weakness?
4.When will u join the company?
Once again I Sincerely Thanks to Durga sir, Nagoor Babu Sir.
Yours Mahaboob Basha
No comments:
Post a Comment