KyaPoocha.com

Huge Collection of Interview Questions


Archive for November, 2007

Phone Interview Tips - Part 3 

Sound positive, self-confident and focusedThe recruiter has called you indicates that your resume or a member of your network has given him or her a favorable impression... Read more »

Phone Interview Tips - Part 2 

During phone interviewHere are the some points for successful phone interviewing. Follow these simple rules and you should achieve success in this important phase... Read more »

Phone Interview Tips 

Now a days, employers use telephone interviews as a way of identifying and recruiting candidates for employment. Phone interviews are often used to screen candidates... Read more »

Group Interview Tips 

Group Interviews are used to see how you react in a group. An observer is there for watching to see whether you take a role of leadership or less communicative group... Read more »

25 Toughest Interview Questions you will be ever asked 

1. Tell me about yourself. Since this is often the opening question in an interview, be extracareful that you don’t run off at the mouth. Keep your... Read more »

9 SAP Interview Questions asked during my Interview 

1) What is internal recruitment ? Internal recruitment is search for internal applicants. when you integrate with personal development, you can use profile match... Read more »

Most Used GD Topics 

Is China a threat to the Indian software industry. Role of UN in peacekeeping. Position of Women in India compared to other nations. Environment Management. Is China... Read more »

General Programming and IQ based Questions 

These questions are used on written exam by Indian contractor Wipro for job applicants in India. John weighs twice as much as Marcia. Marcia’s weight is 60% of... Read more »

More questionson Java Collections 

What is the difference between set and list? A Set stores elements in an unordered way and does not contain duplicate elements, whereas a list stores elements in... Read more »

Java Questions based on Object Serialization 

How many methods in the Serializable interface? Which methods of Serializable interface should I implement?There is no method in the Serializable interface. It’s... Read more »

Java Garbage Collection Interview Questions 

Explain Garbage collection mechanism in Java? Garbage collection is one of the most important features of Java. The purpose of garbage collection is to identify... Read more »

21 Java Interview Questions 

What restrictions are placed on method overloading?Two methods may not have the same name and argument list but different return types. What is the difference between... Read more »

Basic Java Interview Questions 

What if the main method is declared as private?The program compiles properly but at runtime it will give “Main method not public.” message. What is meant... Read more »

Java Packages Interview Questions 

Do I need to import java.lang package any time? Why?No. It is by default loaded internally by the JVM. The java.lang package is always imported by default. Can I... Read more »