Interview Questions

Freshers, Welcome to Indian IT Industry!

May 20, 2010 Others

Life @ IT Company For most of the time, life of a software engineer is typical. One or two years in a company, then a chance to go onsite and earn some money. Then back home. Another 2 years and one becomes a team lead. After 5-6 years, a manager. When you go onsite, you [...]

3 comments Read the full article →

HR Interview Questions — Categorized

April 18, 2010 HR

This post categorizes the frequently asked questions in HR interviews. You can save these questions for later review by downloading the pdf of HR interview questions. HR Questions: Stability at work How long would you expect to work for us if hired? What are your career options right now? What will this job give that [...]

2 comments Read the full article →

C++ Hard Interview Questions – part2

April 14, 2010 C++

In websites such as coolinterview.com, geekinterview.com, you will find plethora of technical interview questions. But all the questions there are posted and answered by the users. You might have found that some questions mentioned there are of any use. Also you will most of the answers not much reliable. We at interviewmantra, extensively research for [...]

5 comments Read the full article →

Core Java interview questions

April 11, 2010 Interview Questions

Can you explain the OOPS concepts – Encapsulation, Abstraction, Inheritance and Polymorphism? How can you achieve Polymorphism using Java? What are access modifiers? What does the access modifier ‘protected’ signify? What is the difference between an abstract class and an interface? Can you describe a business scenario where you will have to choose between an [...]

0 comments Read the full article →

Are you a leader or a follower? — Interview Question

March 26, 2010 HR

This questions was asked in interview for position of internship position in a company. Imagine that below question was put to you in an interview. Are you a leader or a follower? What would be your answer to this question? I invite readers to post their answers with justification in comments. I will choose the [...]

9 comments Read the full article →

Java Interview Questions @ Amdocs

March 16, 2010 Interview Questions

Here are the questions asked in an interview with the company Amdocs, calling for Java developers with 2 to 5 years of IT experience. Java Questions: Where and why do we use the synchronized keyword? Give an example of polymorphism in java with code? What are the classes and interfaces used in Collection framework, briefly [...]

14 comments Read the full article →

Revised edition of ebook – C Question Bank

March 12, 2010 C

In the past, numerous articles on frequently asked C Interview Questions had been posted. All those questions were accompanied with clear answers and supporting code examples wherever appropriate. An ebook named “Favourite 50 – C Question Bank” had been created and posted to the downloads page of Interview Mantra. That ebook was a result of [...]

9 comments Read the full article →

C++ Hard Interview Questions – part1

February 27, 2010 C++

1. Why don’t we have virtual constructors? The virtual mechanism, though used without the knowledge of the complete type of the object, works only on fully-constructed objects. But, in order to create an object, the user is required to provide the complete information about the object. Thus, it is not possible for a constructor to [...]

2 comments Read the full article →

An excellent resource for C puzzles practice

February 16, 2010 C

I discovered a great website that comprehensively covers puzzles and questions in C language. Gowrikumar.com – C Puzzles What’s special about these puzzles and questions is that some of these questions are asked in interviews of experienced C programmers at Multi National Companies. The standard of the questions and answers at the above site is [...]

3 comments Read the full article →

Dos and donts in a job interview for marketing position

January 12, 2010 Interview Stories

Watch below an interesting video recording of an interview for a marketing position. Here are few important dos and donts that can be drawn from this video.  Make a mental note of these points before appearing for a job interview. Dos Convert negative to positive

0 comments Read the full article →