Questions 1 - 10 of 24
Close
Flag this interview question as inappropriate Inappropriate
See Answer
I would tell him that he's a very special child, that there is nothing shameful about that.
Create Date
:
Saturday, April 12, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
jack
Wednesday, August 27, 2008 2:31 AM
This is not the type of thing you want to "solve." Rather you would want the student to explore why that may be the case, by asking questions. You don't want to say maybe it's because you are fat (special) or whatever.
Flag this interview question as inappropriate Inappropriate
See Answer

MDI (Multiple Document Interface) is a Microsoft Windows programming interface for creating an application that enables users to work with multiple documents at the same time. Each document is in a separate space with its own controls for scrolling. The user can see and work with different documents such as a spreadsheet, a text document, or a drawing space by simply moving the cursor from one space to another.

An MDI application is something like the Windows desktop interface since both include multiple viewing spaces. However, the MDI viewing spaces are confined to the application's window or client area . Within the client area, each document is displayed within a separate child window . MDI applications can be used for a variety of purposes - for example, working on one document while referring to another document, viewing different presentations of the same information, viewing multiple Web sites at the same time, and any task that requires multiple reference points and work areas at the same time

Create Date
:
Sunday, April 27, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer

There are some questions your interviewer has no business asking, and this is one.  But while you may feel like answering, "none of your business, "  naturally you can't. Some interviewers ask this question on the chance you admit to something, but if not, at least they'll see how you think on your  feet. 

Some unprepared candidates, flustered by this question,  unburden themselves of guilt from their personal life or career, perhaps expressing regrets regarding a parent, spouse, child, etc. All such answers can be disastrous.

BEST ANSWER:  As with faults and weaknesses,  never confess a regret.  But don't seem as if you're stonewalling either.

Best strategy:  Say you harbor no regrets, then add a principle or habit you practice regularly for healthy human relations.

Example:  Pause for reflection, as if the question never occurred to you.   Then say, "You know, I really can't think of anything."  (Pause again, then add): "I would add that as a general management principle, I've found that the best way to avoid regrets is to avoid causing them in the first place.  I practice one habit that helps me a great deal in this regard.  At the end of each day, I mentally review the day's events and conversations to take a second look at the people and developments I'm involved with and do a doublecheck of what they're likely to be feeling.  Sometimes I'll see things that do need more follow-up, whether a pat on the back, or maybe a five minute chat in someone's office to make sure we're clear on things.whatever."

Create Date
:
Tuesday, August 28, 2007
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (2) :
1.
itsmytime
Thursday, July 10, 2008 8:04 PM
Is this even an appropriate question to ask?
2.
Antenna
Wednesday, November 07, 2007 7:03 AM
The answer is "half right" in my opinion. As a manager, if someone tells me the can't think of any regrets, I know they are bs-ing me. The latter half of the response is much better.

"Well, everyone has some things they regret, or wish they could redo to do it better, but here's how I make sure to handle this properly when it does happen..."
Flag this interview question as inappropriate Inappropriate
See Answer
During the fork() system call the Kernel makes a copy of the parent process's address space and attaches it to the child process.

But the vfork() system call do not makes any copy of the parent's address space, so it is faster than the fork() system call. The child process as a result of the vfork() system call executes exec() system call. The child process from vfork() system call executes in the parent's address space (this can overwrite the parent's data and stack ) which suspends the parent process until the child process exits.  
Create Date
:
Tuesday, May 13, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Fork() is a system call to create a child process. When the parent process calls fork() system call, the child process is created and if there is short of memory then the child process is sent to the read-to-run state in the swap device, and return to the user state without swapping the parent process. When the memory will be available the child process will be swapped into the main memory.
Create Date
:
Tuesday, May 13, 2008
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Polymorphism is the idea that a base class can be inherited by several classes. A base class pointer can point to its child class and a base class array can store different child class objects.
Create Date
:
Sunday, April 27, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question