Beautiful HR Interview Questions !!

Here are some of the typical HR Interview questions asked to find out if the candidates have extraordinary thinking capability 


Question 2: Interviewer (to a student girl candidate) - What if one morning you woke up & found that you were pregnant ?

I will be very excited and take a day off, to celebrate with my husband. (Normally an unmarried girl will be shocked to hear this, but she managed it well. Why should I think it in the wrong way, she said later when asked.)

Question 3: Interviewer: He ordered a cup of coffee for the candidate. Coffee arrived and was kept before the candidate, then he asked "What is before you?"

Candidate: Instantly replied "Tea" and got selected.



Linux basic

How to Extract tar file in:


Open terminal And got the present dir where tar/tar.bz2 is present.

and in terminal >>


tar xvjf filename.tar.bz2


$ tar zxf file.tar.gz
$ tar zxf file.tgz

VirtualBox Shared Folders in Ubuntu 10.10 Guest with Windows 7 Host


Yes, it’s important to transfer data between Linux ubuntu guest and any host OS. As of today, VirtualBox does not support latest Ubuntu 10.10 as guest officially, so installing guest additions is not straight forward. Our earlier post on installing guest additions worked for all users to get more screen resolutions, seamless and full screen mode with mouse integration. Let me show how to use the same packages to setup shared folders and easily transfer data between virtual machine and physical computer.

Follow the Steps to Configure VirtualBox Shared Folders in Ubuntu 10.10 Guest with Windows 7

1)  install VB guest additions.
2) Go to ‘Shared Folders’ option under virtual machine’s settings. Browse the Windows 7 folder or partition you want to share with Ubuntu 10.10.
Note: Any network between both Operating Systems not required.
VirtualBox Shared Folders in Ubuntu 10.10 Guest